diff options
author | 2009-09-29 12:56:15 +0000 | |
---|---|---|
committer | 2009-09-29 12:56:15 +0000 | |
commit | 23874d19e2e41b72570c5da0da3217ad1a841dd6 (patch) | |
tree | 23f1f67114ac2c0bef7106e14305415a4c8406d5 /lib/libutil | |
parent | sort usage(); (diff) | |
download | wireguard-openbsd-23874d19e2e41b72570c5da0da3217ad1a841dd6.tar.xz wireguard-openbsd-23874d19e2e41b72570c5da0da3217ad1a841dd6.zip |
remove unsupported LIBRARY section; from Alan R. S. Bueno
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/opendisk.3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libutil/opendisk.3 b/lib/libutil/opendisk.3 index 29b5d490048..668fee7ff70 100644 --- a/lib/libutil/opendisk.3 +++ b/lib/libutil/opendisk.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: opendisk.3,v 1.5 2008/06/26 05:42:05 ray Exp $ +.\" $OpenBSD: opendisk.3,v 1.6 2009/09/29 12:56:15 jmc Exp $ .\" $NetBSD: opendisk.3,v 1.4 1999/07/02 15:49:12 simonb Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 26 2008 $ +.Dd $Mdocdate: September 29 2009 $ .Dt OPENDISK 3 .Os .Sh NAME @@ -36,8 +36,6 @@ .Nd open a disk's .Dq raw partition -.Sh LIBRARY -.Lb libutil .Sh SYNOPSIS .Fd #include <sys/types.h> .Fd #include <util.h> |