groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/01: gperl: transform man-page into classial style


From: Bernd Warken
Subject: [groff] 01/01: gperl: transform man-page into classial style
Date: Fri, 04 Jul 2014 19:54:42 +0000

bwarken pushed a commit to branch master
in repository groff.

commit 693f1168a437a334bcabc8b1b61a53c79c34ca43
Author: Bernd Warken <address@hidden>
Date:   Fri Jul 4 21:54:35 2014 +0200

    gperl: transform man-page into classial style
---
 contrib/gperl/ChangeLog |    6 +++++
 contrib/gperl/gperl.man |   52 ++++++++++-------------------------------------
 contrib/gperl/gperl.pl  |    4 +-
 3 files changed, 19 insertions(+), 43 deletions(-)

diff --git a/contrib/gperl/ChangeLog b/contrib/gperl/ChangeLog
index eaa2a06..8bef1b0 100644
--- a/contrib/gperl/ChangeLog
+++ b/contrib/gperl/ChangeLog
@@ -1,3 +1,9 @@
+2014-07-04  Bernd Warken  <address@hidden>
+
+       * gperl.pl: Version 1.2.2
+
+       * gperl.man: Transform to classical man-page style.
+
 2014-07-03  Bernd Warken  <address@hidden>
 
        * gperl.pl: Improve definitions.
diff --git a/contrib/gperl/gperl.man b/contrib/gperl/gperl.man
index 2229e2b..fc1860f 100644
--- a/contrib/gperl/gperl.man
+++ b/contrib/gperl/gperl.man
@@ -12,7 +12,7 @@ gperl \- groff preprocessor for Perl parts in roff files
 .de authors
 This file was written by Bernd Warken <address@hidden>.
 .
-Latest update: 16 Jun 2014
+Latest update: 4 Jul 2014
 ..
 .
 .de copyright
@@ -42,11 +42,6 @@ The license text is available in the internet at
 ..
 .
 .\" --------------------------------------------------------------------
-.\" Setup
-.\" --------------------------------------------------------------------
-.
-.
-.\" --------------------------------------------------------------------
 .\" Characters
 .\" --------------------------------------------------------------------
 .
@@ -56,43 +51,18 @@ The license text is available in the internet at
 .
 .
 .\" --------------------------------------------------------------------
-.\" Macro definitions
-.
-..\" --------------------------------------------------------------------
-.\" .Topic  ([<indent>])
-.\"
-.\" A bulleted paragraph
-.\"
-.de Topic
-.  ie \\n[.$]=0 .ds @indent 2m\"
-.  el .ds @indent \\$1\"
-.
-.  ie t .IP \[bu] address@hidden
-.  el .IP \- address@hidden
-.
-.  rm @indent
-..
-.
-.\" End of macro definitions
-.
-.
-.\" --------------------------------------------------------------------
 .\" SH "SYNOPSIS"
 .\" --------------------------------------------------------------------
 .
 .SY gperl
-.OP -
-.OP --
-.OP \fI\%filespec \[Ellipsis]
-.YS
-.
-.SY gperl
-.BR -h | --help
+.OP \-
+.OP \-\-
+.OP \& "\%filespec \[Ellipsis]"
 .YS
 .
-.SY gperl
-.BR -v | --version
-.YS
+.BR "gperl -h" | --help
+.br
+.BR "gperl -v" | --version
 .
 .
 .\" --------------------------------------------------------------------
@@ -191,9 +161,9 @@ can either be without arguments, or by a request that has 
the term
 .B start
 as its only argument.
 .RS
-.Topic
+.IP \[Bullet] 2m
 .B \&.Perl
-.Topic
+.IP \[Bullet] 2m
 .B \&.Perl start
 .RE
 .
@@ -214,9 +184,9 @@ Of course, it would be reasonable to add the argument
 that's possible, but not necessary.
 .
 .RS
-.Topic
+.IP \[Bullet] 2m
 .B \&.Perl stop
-.Topic
+.IP \[Bullet] 2m
 .BI \&.Perl " other_than_start"
 .RE
 .
diff --git a/contrib/gperl/gperl.pl b/contrib/gperl/gperl.pl
index 3729819..acebfac 100755
--- a/contrib/gperl/gperl.pl
+++ b/contrib/gperl/gperl.pl
@@ -10,8 +10,8 @@
 
 # Written by Bernd Warken <address@hidden>.
 
-my $Latest_Update = '16 Jun 2014';
-my $version = '1.2.1';
+my $Latest_Update = '4 Jul 2014';
+my $version = '1.2.2';
 
 # This file is part of `gperl', which is part of `groff'.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]