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

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

problems in awk.1


From: esr
Subject: problems in awk.1
Date: Mon, 1 Jan 2007 19:05:54 -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 awk.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.

--- awk.1-orig  2007-01-01 15:14:49.000000000 -0500
+++ awk.1       2007-01-01 15:16:40.000000000 -0500
@@ -3,6 +3,14 @@
 .ds AN \s-1ANSI\s+1
 .ds GN \s-1GNU\s+1
 .ds AK \s-1AWK\s+1
+.de EX
+.nf
+.ft CW
+..
+.de EE
+.ft R
+.fi
+..
 .ds EP \fIGAWK: Effective AWK Programming\fP
 .if !\n(.g \{\
 .      if !\w|\*(lq| \{\
@@ -2907,10 +2915,11 @@
 .B TEXTDOMAIN
 variable to set the text domain to a name associated with your program.
 .sp
-.ti +5n
-.ft B
+.RS
+.EX
 BEGIN { TEXTDOMAIN = "myprog" }
-.ft R
+.EE
+.RE
 .sp
 This allows
 .I gawk
-----------------------------

--
                             Eric S. Raymond




reply via email to

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