diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-06 21:46:58 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-06 21:46:58 +0000 |
commit | 31d33feac95ec0233d0e296341c8d0e2d1509080 (patch) | |
tree | 1a45de9a3e0fca3ced8d00af094342de052ce3bb /lib/libutil | |
parent | e77c87d240d039b5359299680115083023e7714f (diff) |
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 |