summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/getopt.3
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-12-29 14:45:07 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-12-29 14:45:07 +0000
commitf796e00479b092a85a79b04ac4015f11f85e483d (patch)
tree386058719747192ff0edc6e7093656cd8ba4a910 /lib/libc/stdlib/getopt.3
parent248ebf7c840bb8b426f01faa521d6badbfa797ba (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib/getopt.3')
-rw-r--r--lib/libc/stdlib/getopt.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/getopt.3 b/lib/libc/stdlib/getopt.3
index 161492437189..7d8047260c10 100644
--- a/lib/libc/stdlib/getopt.3
+++ b/lib/libc/stdlib/getopt.3
@@ -125,7 +125,7 @@ The
function
returns \-1
when the argument list is exhausted, or
-.Ql ?
+.Ql ?\&
if a non-recognized
option is encountered.
The interpretation of options in the argument list may be cancelled
@@ -147,7 +147,7 @@ or detects
a missing option argument it writes an error message to the
.Em stderr
and returns
-.Ql ? .
+.Ql ?\& .
Setting
.Va opterr
to a zero will disable these error messages.