diff options
author | 2007-02-06 20:07:15 +0000 | |
---|---|---|
committer | 2007-02-06 20:07:15 +0000 | |
commit | b5ceb44472b6f202bb31de9da6b2c0fdb4575a95 (patch) | |
tree | 86c4b1d3316f04da106ce5e87c275b51f941c967 /lib/libutil | |
parent | Update to tzcode2007a. This adds support for 64bit time_t in case (diff) | |
download | wireguard-openbsd-b5ceb44472b6f202bb31de9da6b2c0fdb4575a95.tar.xz wireguard-openbsd-b5ceb44472b6f202bb31de9da6b2c0fdb4575a95.zip |
fix some dodgy displays;
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/opendev.3 | 5 |
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 |