summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2007-02-06 20:07:15 +0000
committerjmc <jmc@openbsd.org>2007-02-06 20:07:15 +0000
commitb5ceb44472b6f202bb31de9da6b2c0fdb4575a95 (patch)
tree86c4b1d3316f04da106ce5e87c275b51f941c967 /lib
parentUpdate to tzcode2007a. This adds support for 64bit time_t in case (diff)
downloadwireguard-openbsd-b5ceb44472b6f202bb31de9da6b2c0fdb4575a95.tar.xz
wireguard-openbsd-b5ceb44472b6f202bb31de9da6b2c0fdb4575a95.zip
fix some dodgy displays;
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdlib/getopt_long.34
-rw-r--r--lib/libutil/opendev.35
2 files changed, 4 insertions, 5 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;
diff --git a/lib/libutil/opendev.3 b/lib/libutil/opendev.3
index 9c9e3f15cf3..2844c2c197b 100644
--- a/lib/libutil/opendev.3
+++ b/lib/libutil/opendev.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: opendev.3,v 1.15 2002/05/01 08:03:30 mpech Exp $
+.\" $OpenBSD: opendev.3,v 1.16 2007/02/06 20:07:15 jmc Exp $
.\"
.\" Copyright (c) 2000, Todd C. Miller. All rights reserved.
.\" Copyright (c) 1996, Jason Downs. All rights reserved.
@@ -69,8 +69,7 @@ The
are specified by
.Tn OR Ns 'ing
the following values:
-.Pp
-.Bd -literal -offset indent -compact
+.Bd -literal -offset indent
OPENDEV_PART attempt to open the raw partition during expansion
OPENDEV_BLCK open the block device (default is character device)
.Ed