From ead074dcdfc926ccc761d17505ff3fab7d1e47b5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 21 Jan 2000 05:17:29 +0000 Subject: [PATCH] (Using the getopt function): Fix description of return value for format string starting with '-'. --- manual/getopt.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/getopt.texi b/manual/getopt.texi index f3934d0cfe9..b52b147f8b2 100644 --- a/manual/getopt.texi +++ b/manual/getopt.texi @@ -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 -- 2.47.2