Browse Source

Do not leave `(' characters dangling at the end of lines; instead, use the

appropriate mdoc macros to handle these cases.
OPENBSD_2_7
aaron 24 years ago
parent
commit
33d9936e34
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/lib/libutil/getrawpartition.3

+ 3
- 3
src/lib/libutil/getrawpartition.3 View File

@ -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


Loading…
Cancel
Save