diff options
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -14,7 +14,7 @@ . if \w'\(rq' .ds rq "\(rq . \} .\} -.TH GAWK 1 "Apr 24 2011" "Free Software Foundation" "Utility Commands" +.TH GAWK 1 "Apr 29 2011" "Free Software Foundation" "Utility Commands" .SH NAME gawk \- pattern scanning and processing language .SH SYNOPSIS @@ -309,13 +309,14 @@ This option disables command-line variable assignments. .PD .B \-\^\-gen\-pot Scan and parse the \*(AK program, and generate a \*(GN -.B \&.po +.B \&.pot +(Portable Object Template) format file on standard output with entries for all localizable strings in the program. The program itself is not executed. See the \*(GN .I gettext distribution for more information on -.B \&.po +.B \&.pot files. .TP .PD 0 |