diff options
Diffstat (limited to 'lib/libc/stdlib/getopt.3')
-rw-r--r-- | lib/libc/stdlib/getopt.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/getopt.3 b/lib/libc/stdlib/getopt.3 index a966624..3fe4453 100644 --- a/lib/libc/stdlib/getopt.3 +++ b/lib/libc/stdlib/getopt.3 @@ -66,11 +66,11 @@ may contain the following elements: individual characters, and characters followed by a colon to indicate an option argument is to follow. For example, an option string -.Li "\&""x"" +.Li \&"x" recognizes an option .Dq Fl x , and an option string -.Li "\&""x:"" +.Li \&"x:" recognizes an option and argument .Dq Fl x Ar argument . It does not matter to |