--- 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