]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
POSIX 1003.1-2001 -> Posix
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 29 Apr 2005 22:10:30 +0000 (22:10 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 29 Apr 2005 22:10:30 +0000 (22:10 +0000)
doc/autoconf.texi

index d0f531415ae387bb3b966ce36977eb59bb271f2e..c1664978e163c3c08fd34aef4cf25071a6b1a39a 100644 (file)
@@ -11180,7 +11180,7 @@ processing as soon as a non-option argument is found.  Therefore, use
 set x $my_list; shift
 @end example
 
-Avoid @samp{set -}, e.g., @samp{set - $my_list}.  POSIX 1003.1-2001 no
+Avoid @samp{set -}, e.g., @samp{set - $my_list}.  Posix no
 longer requires support for this command, and in traditional shells
 @samp{set - $my_list} resets the @samp{-v} and @samp{-x} options, which
 makes scripts harder to debug.