summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorjmc <>2007-02-06 20:07:15 +0000
committerjmc <>2007-02-06 20:07:15 +0000
commitb7644a164c5dd565429c9ee853162627db643256 (patch)
tree89be7ed79c942fb4828b83133c30f4be5833dd15 /src/lib
parenta00c999c5ba0a598c587159a1014167d940aa0d6 (diff)
downloadopenbsd-b7644a164c5dd565429c9ee853162627db643256.tar.gz
openbsd-b7644a164c5dd565429c9ee853162627db643256.tar.bz2
openbsd-b7644a164c5dd565429c9ee853162627db643256.zip
fix some dodgy displays;
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libc/stdlib/getopt_long.34
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 bf5ba22ece..2ab45a1159 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.12 2005/10/11 01:23:41 jaredy Exp $ 1.\" $OpenBSD: getopt_long.3,v 1.13 2007/02/06 20:07:15 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
@@ -200,7 +200,7 @@ if there was a missing option argument,
200if the user specified an unknown or ambiguous option, and 200if the user specified an unknown or ambiguous option, and
201\-1 when the argument list has been exhausted. 201\-1 when the argument list has been exhausted.
202.Sh EXAMPLES 202.Sh EXAMPLES
203.Bd -literal -compact 203.Bd -literal
204int bflag, ch, fd; 204int bflag, ch, fd;
205int daggerset; 205int daggerset;
206 206