man-pages/man-pages-posix-2003-awk.patch

14 lines
744 B
Diff
Raw Normal View History

2010-10-25 08:10:49 +00:00
diff -up man-pages-3.29/man1p/awk.1p.qqq man-pages-3.29/man1p/awk.1p
--- man-pages-3.29/man1p/awk.1p.qqq 2008-06-05 11:22:12.000000000 +0200
+++ man-pages-3.29/man1p/awk.1p 2010-10-22 15:45:44.000000000 +0200
@@ -2197,7 +2197,7 @@ necessary to use parentheses to enforce
.LP
The \fIawk\fP program specified in the command line is most easily
specified within single-quotes (for example,
-'\fIprogram\fP') for applications using \fIsh\fP, because \fIawk\fP
+\fI'program'\fP) for applications using \fIsh\fP, because \fIawk\fP
programs commonly contain
characters that are special to the shell, including double-quotes.
In the cases where an \fIawk\fP program contains single-quote
diff -up man-pages-3.29/man1p/.qqq man-pages-3.29/man1p/