]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(Using the getopt function): Fix description of return value for
authorUlrich Drepper <drepper@redhat.com>
Fri, 21 Jan 2000 05:17:29 +0000 (05:17 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 21 Jan 2000 05:17:29 +0000 (05:17 +0000)
format string starting with '-'.

manual/getopt.texi

index f3934d0cfe9f6616648dd66e2bdd9922065fe554..b52b147f8b26d94c57f3cb9845cd7c4d7cb71609 100644 (file)
@@ -73,7 +73,7 @@ required argument.  If an option character is followed by two colons
 
 If the @var{options} argument string begins with a hyphen (@samp{-}), this
 is treated specially.  It permits arguments that are not options to be
-returned as if they were associated with option character @samp{\0}.
+returned as if they were associated with option character @samp{\1}.
 
 The @code{getopt} function returns the option character for the next
 command line option.  When no more option arguments are available, it