summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/getopt_long.3
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-09-02 18:24:21 +0000
committerjmc <jmc@openbsd.org>2003-09-02 18:24:21 +0000
commit18f460da04a95b776f3a9f2c79cbaa1cae63b6b5 (patch)
treefcdca8432e3ad81dc996010eea57a020939c85a3 /lib/libc/stdlib/getopt_long.3
parentA couple of nits. deraadt@ ok. (diff)
downloadwireguard-openbsd-18f460da04a95b776f3a9f2c79cbaa1cae63b6b5.tar.xz
wireguard-openbsd-18f460da04a95b776f3a9f2c79cbaa1cae63b6b5.zip
escape punctuation;
ok deraadt@
Diffstat (limited to 'lib/libc/stdlib/getopt_long.3')
-rw-r--r--lib/libc/stdlib/getopt_long.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/getopt_long.3 b/lib/libc/stdlib/getopt_long.3
index 1df792d178f..6226dfe99f5 100644
--- a/lib/libc/stdlib/getopt_long.3
+++ b/lib/libc/stdlib/getopt_long.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getopt_long.3,v 1.8 2003/06/02 20:18:37 millert Exp $
+.\" $OpenBSD: getopt_long.3,v 1.9 2003/09/02 18:24:21 jmc Exp $
.\" $NetBSD: getopt_long.3,v 1.11 2002/10/02 10:54:19 wiz Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
@@ -183,7 +183,7 @@ in the location pointed to by
These functions return
.Sq \:
if there was a missing option argument,
-.Sq ?
+.Sq \&?
if the user specified an unknown or ambiguous option, and
\-1 when the argument list has been exhausted.
.Sh EXAMPLES