bug-gnu-utils
[Top][All Lists]
Advanced

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

problems in pgawk.1, gawk.1


From: esr
Subject: problems in pgawk.1, gawk.1
Date: Tue, 2 Jan 2007 17:07:33 -0500

This is automatically generated email about problems in a man page for which
you appear to be responsible.  If you are not the right person or list, tell
me and I will attempt to correct my database.

See http://catb.org/~esr/doclifter/problems.html for details on how and
why these patches were generated.  Feel free to email me with any questions.
Note: These patches do not change the mod date of any manual page.  You
may wish to do that by hand.

Problems with pgawk.1:

1. Use local definitions of .EX/.EE or .DS/.DE to avoid low-level troff
requests in the page body.  There are plans to add these to groff man;
in the interim, this patch adds a compatible definition to your page.

--- pgawk.1-orig        2007-01-02 01:54:13.000000000 -0500
+++ pgawk.1     2007-01-02 01:55:18.000000000 -0500
@@ -4,6 +4,14 @@
 .ds GN \s-1GNU\s+1
 .ds AK \s-1AWK\s+1
 .ds EP \fIGAWK: Effective AWK Programming\fP
+.de EX
+.nf
+.ft CW
+..
+.de EE
+.ft R
+.fi
+..
 .if !\n(.g \{\
 .      if !\w|\*(lq| \{\
 .              ds lq ``
@@ -2907,10 +2915,9 @@
 .B TEXTDOMAIN
 variable to set the text domain to a name associated with your program.
 .sp
-.ti +5n
-.ft B
+.EX
 BEGIN { TEXTDOMAIN = "myprog" }
-.ft R
+.EE
 .sp
 This allows
 .I gawk
-----------------------------
Problems with gawk.1:

1. Use local definitions of .EX/.EE or .DS/.DE to avoid low-level troff
requests in the page body.  There are plans to add these to groff man;
in the interim, this patch adds a compatible definition to your page.

--- gawk.1-orig 2007-01-02 01:54:13.000000000 -0500
+++ gawk.1      2007-01-02 01:55:18.000000000 -0500
@@ -4,6 +4,14 @@
 .ds GN \s-1GNU\s+1
 .ds AK \s-1AWK\s+1
 .ds EP \fIGAWK: Effective AWK Programming\fP
+.de EX
+.nf
+.ft CW
+..
+.de EE
+.ft R
+.fi
+..
 .if !\n(.g \{\
 .      if !\w|\*(lq| \{\
 .              ds lq ``
@@ -2907,10 +2915,9 @@
 .B TEXTDOMAIN
 variable to set the text domain to a name associated with your program.
 .sp
-.ti +5n
-.ft B
+.EX
 BEGIN { TEXTDOMAIN = "myprog" }
-.ft R
+.EE
 .sp
 This allows
 .I gawk
-----------------------------

--
                             Eric S. Raymond




reply via email to

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