]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(Limitations of Usual Tools): "expr '' \| ''"
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 May 2005 05:46:47 +0000 (05:46 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 May 2005 05:46:47 +0000 (05:46 +0000)
outputs 0 on GNU/Linux these days.

doc/autoconf.texi

index c1664978e163c3c08fd34aef4cf25071a6b1a39a..4e01a029b4b2d8485087b5371784331b7664acc1 100644 (file)
@@ -11701,7 +11701,7 @@ example:
 expr '' \| ''
 @end example
 
-@acronym{GNU}/Linux and Posix 1003.2-1992 return the empty string
+Posix 1003.2-1992 returns the empty string
 for this case, but traditional Unix returns @samp{0} (Solaris is
 one such example).  In Posix 1003.1-2001, the specification was
 changed to match traditional Unix's behavior (which is