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