diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-06 20:07:17 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-06 20:07:17 +0000 |
commit | 4c7864a3ea23ac1684d142bb51670fdc27abe8cc (patch) | |
tree | ec4c75ae39fa359764a98e419ac5587d32f69c4f /lib/libc/stdlib/getopt_long.3 | |
parent | 0044c236c2a42c54691edb8497bce0fa8ce0a49e (diff) |
fix some dodgy displays;
Diffstat (limited to 'lib/libc/stdlib/getopt_long.3')
-rw-r--r-- | lib/libc/stdlib/getopt_long.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/getopt_long.3 b/lib/libc/stdlib/getopt_long.3 index bf5ba22ece5..2ab45a1159e 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.12 2005/10/11 01:23:41 jaredy Exp $ +.\" $OpenBSD: getopt_long.3,v 1.13 2007/02/06 20:07:15 jmc Exp $ .\" $NetBSD: getopt_long.3,v 1.11 2002/10/02 10:54:19 wiz Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 @@ -200,7 +200,7 @@ if there was a missing option argument, if the user specified an unknown or ambiguous option, and \-1 when the argument list has been exhausted. .Sh EXAMPLES -.Bd -literal -compact +.Bd -literal int bflag, ch, fd; int daggerset; |