diff options
author | 2000-03-06 21:46:55 +0000 | |
---|---|---|
committer | 2000-03-06 21:46:55 +0000 | |
commit | d301afafa851f98c3968c34dbd9ad25ce1ef5452 (patch) | |
tree | 6807d599a3b218c2de0681163e4aea3b9d0b5610 /lib/libutil | |
parent | version 1.2.3 (diff) | |
download | wireguard-openbsd-d301afafa851f98c3968c34dbd9ad25ce1ef5452.tar.xz wireguard-openbsd-d301afafa851f98c3968c34dbd9ad25ce1ef5452.zip |
Do not leave `(' characters dangling at the end of lines; instead, use the
appropriate mdoc macros to handle these cases.
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/getrawpartition.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/getrawpartition.3 b/lib/libutil/getrawpartition.3 index 7c8a3bfd8e0..fc700a004fd 100644 --- a/lib/libutil/getrawpartition.3 +++ b/lib/libutil/getrawpartition.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getrawpartition.3,v 1.3 1999/02/27 21:57:40 deraadt Exp $ +.\" $OpenBSD: getrawpartition.3,v 1.4 2000/03/06 21:46:56 aaron Exp $ .\" $NetBSD: getrawpartition.3,v 1.1 1996/05/16 07:03:32 thorpej Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -49,8 +49,8 @@ partition .Fn getrawpartition void .Sh DESCRIPTION .Fn getrawpartition -returns the partition number ( -.Sq a +returns the partition number +.Pf ( Sq a == 0, .Sq b == 1, ...) of the |