summaryrefslogtreecommitdiff
path: root/lib/libutil/opendev.3
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-02-06 20:07:17 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-02-06 20:07:17 +0000
commit4c7864a3ea23ac1684d142bb51670fdc27abe8cc (patch)
treeec4c75ae39fa359764a98e419ac5587d32f69c4f /lib/libutil/opendev.3
parent0044c236c2a42c54691edb8497bce0fa8ce0a49e (diff)
fix some dodgy displays;
Diffstat (limited to 'lib/libutil/opendev.3')
-rw-r--r--lib/libutil/opendev.35
1 files changed, 2 insertions, 3 deletions
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