diff options
author | jmc <> | 2003-09-02 18:24:21 +0000 |
---|---|---|
committer | jmc <> | 2003-09-02 18:24:21 +0000 |
commit | fca64a525cd51136278627ac29e06b3ba8a31fec (patch) | |
tree | 243a16231b32498e906d72c4e01d59fc7d2c5b25 /src/lib/libc/stdlib/getopt_long.3 | |
parent | 2192f5aa29c97a3458bffd55d7b561689c91c441 (diff) | |
download | openbsd-fca64a525cd51136278627ac29e06b3ba8a31fec.tar.gz openbsd-fca64a525cd51136278627ac29e06b3ba8a31fec.tar.bz2 openbsd-fca64a525cd51136278627ac29e06b3ba8a31fec.zip |
escape punctuation;
ok deraadt@
Diffstat (limited to 'src/lib/libc/stdlib/getopt_long.3')
-rw-r--r-- | src/lib/libc/stdlib/getopt_long.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/getopt_long.3 b/src/lib/libc/stdlib/getopt_long.3 index 1df792d178..6226dfe99f 100644 --- a/src/lib/libc/stdlib/getopt_long.3 +++ b/src/lib/libc/stdlib/getopt_long.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: getopt_long.3,v 1.8 2003/06/02 20:18:37 millert Exp $ | 1 | .\" $OpenBSD: getopt_long.3,v 1.9 2003/09/02 18:24:21 jmc Exp $ |
2 | .\" $NetBSD: getopt_long.3,v 1.11 2002/10/02 10:54:19 wiz Exp $ | 2 | .\" $NetBSD: getopt_long.3,v 1.11 2002/10/02 10:54:19 wiz Exp $ |
3 | .\" | 3 | .\" |
4 | .\" Copyright (c) 1988, 1991, 1993 | 4 | .\" Copyright (c) 1988, 1991, 1993 |
@@ -183,7 +183,7 @@ in the location pointed to by | |||
183 | These functions return | 183 | These functions return |
184 | .Sq \: | 184 | .Sq \: |
185 | if there was a missing option argument, | 185 | if there was a missing option argument, |
186 | .Sq ? | 186 | .Sq \&? |
187 | if the user specified an unknown or ambiguous option, and | 187 | if the user specified an unknown or ambiguous option, and |
188 | \-1 when the argument list has been exhausted. | 188 | \-1 when the argument list has been exhausted. |
189 | .Sh EXAMPLES | 189 | .Sh EXAMPLES |