diff options
Diffstat (limited to 'manual')
-rw-r--r-- | manual/getopt.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/getopt.texi b/manual/getopt.texi index aefb034566..f388c99394 100644 --- a/manual/getopt.texi +++ b/manual/getopt.texi @@ -85,7 +85,7 @@ written to expect this. @item 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}. @item POSIX demands the following behaviour: The first non-option stops option |