diff options
author | 2015-09-10 15:16:43 +0000 | |
---|---|---|
committer | 2015-09-10 15:16:43 +0000 | |
commit | e34c05504d9eac9cd176f1574709fe9862b5ebf5 (patch) | |
tree | 9ca3f06fdd1777928282b6558ec4533c7a321f15 /lib/libutil | |
parent | if_put after if_get. (diff) | |
download | wireguard-openbsd-e34c05504d9eac9cd176f1574709fe9862b5ebf5.tar.xz wireguard-openbsd-e34c05504d9eac9cd176f1574709fe9862b5ebf5.zip |
reduce .Nd to one line and kill .Tn while here
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/getrawpartition.3 | 8 | ||||
-rw-r--r-- | lib/libutil/opendisk.3 | 8 |
2 files changed, 6 insertions, 10 deletions
diff --git a/lib/libutil/getrawpartition.3 b/lib/libutil/getrawpartition.3 index c0a0b8427cd..939a3638795 100644 --- a/lib/libutil/getrawpartition.3 +++ b/lib/libutil/getrawpartition.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getrawpartition.3,v 1.7 2013/06/05 03:40:26 tedu Exp $ +.\" $OpenBSD: getrawpartition.3,v 1.8 2015/09/10 15:16:43 schwarze Exp $ .\" $NetBSD: getrawpartition.3,v 1.1 1996/05/16 07:03:32 thorpej Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -28,14 +28,12 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: September 10 2015 $ .Dt GETRAWPARTITION 3 .Os .Sh NAME .Nm getrawpartition -.Nd get the system -.Dq raw -partition +.Nd get the system raw partition .Sh SYNOPSIS .In util.h .Ft int diff --git a/lib/libutil/opendisk.3 b/lib/libutil/opendisk.3 index e362f15d49c..4088a286678 100644 --- a/lib/libutil/opendisk.3 +++ b/lib/libutil/opendisk.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: opendisk.3,v 1.8 2014/01/21 03:15:45 schwarze Exp $ +.\" $OpenBSD: opendisk.3,v 1.9 2015/09/10 15:16:43 schwarze Exp $ .\" $NetBSD: opendisk.3,v 1.4 1999/07/02 15:49:12 simonb Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -28,14 +28,12 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 21 2014 $ +.Dd $Mdocdate: September 10 2015 $ .Dt OPENDISK 3 .Os .Sh NAME .Nm opendisk -.Nd open a disk's -.Dq raw -partition +.Nd open a disk's raw partition .Sh SYNOPSIS .In sys/types.h .In util.h |