appropriate mdoc macros to handle these cases.
-.\" $OpenBSD: stty.1,v 1.19 2000/01/18 21:48:58 aaron Exp $
+.\" $OpenBSD: stty.1,v 1.20 2000/03/06 21:46:56 aaron Exp $
.\" $NetBSD: stty.1,v 1.10 1995/09/07 06:57:14 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
.Ar number
rows.
.It Cm dec
-Set modes suitable for users of Digital Equipment Corporation systems (
-.Dv ERASE ,
+Set modes suitable for users of Digital Equipment Corporation systems
+.Pf ( Dv ERASE ,
.Dv KILL ,
and
.Dv INTR
-.\" $OpenBSD: getcap.3,v 1.17 2000/03/04 22:19:30 aaron Exp $
+.\" $OpenBSD: getcap.3,v 1.18 2000/03/06 21:46:56 aaron Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
must precede the database traversal. It must be called before
.Fn cgetent .
If a sequential access is being performed (see below), it must be called
-before the first sequential access call (
-.Fn cgetfirst
+before the first sequential access call
+.Pf ( Fn cgetfirst
or
-.Fn cgetnext
-), or be directly preceded by a
+.Fn cgetnext ) ,
+or be directly preceded by a
.Fn cgetclose
call.
On success 0 is returned and \-1 on failure.
-.\" $OpenBSD: regex.3,v 1.11 1999/07/09 13:35:22 aaron Exp $
+.\" $OpenBSD: regex.3,v 1.12 2000/03/06 21:46:56 aaron Exp $
.\"
.\" Copyright (c) 1997, Phillip F Knaack. All rights reserved.
.\"
it should have been the result from the most recent
.Fn regcomp
using that
-.Li regex_t . (
-.Fn regerror
+.Li regex_t .
+.Pf ( Fn regerror
may be able to supply a more detailed message using information
from the
.Li regex_t . )
-.\" $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.
.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
-.\" $OpenBSD: ipf.5,v 1.19 2000/02/19 21:46:46 aaron Exp $
+.\" $OpenBSD: ipf.5,v 1.20 2000/03/06 21:46:55 aaron Exp $
.Dd July 9, 1999
.Dt IPF 5
.Os
the group.
.Pp
A rule may be both the head for a new group and a member of a non-default
-group (
-.Cm head
+group
+.Pf ( Cm head
and
.Cm group
may be used together in a rule).
.\"
-.\" $OpenBSD: pms.4,v 1.6 1999/10/10 13:16:21 matthieu Exp $
+.\" $OpenBSD: pms.4,v 1.7 2000/03/06 21:46:57 aaron Exp $
.\"
.\" Copyright (c) 1996, Jason Downs.
.\" Copyright (c) 1993 Christopher G. Demetriou
.Pa /etc/XF86Config
with the
.Em PS/2
-protocol, or one of its variants (
-.Em IMPS/2
+protocol, or one of its variants
+.Pf ( Em IMPS/2
for MS Intellimouse,
.Em ThinkingMousePS/2
for Kensington Thinking Mouse).
.Pp
.Sh FILES
-.Bl -tag -width Pa -compact
+.Bl -tag -width /dev/pms0 -compact
.It Pa /dev/psm0
PS/2 mouse device file, defaulting to raw mode
.It Pa /dev/pms0
-.\" $OpenBSD: options.4,v 1.48 2000/03/02 13:44:33 aaron Exp $
+.\" $OpenBSD: options.4,v 1.49 2000/03/06 21:46:57 aaron Exp $
.\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $
.\"
.\" Copyright (c) 1998 Theo de Raadt
.It Cd option DEVPAGER
Support for mmap()ing of devices. (Specifically, this enables the
virtual memory module responsible for handling page faults on mapped
-devices (
-.Dq cdev
+devices
+.Pf ( Dq cdev
vnodes)).
.Em MANDATORY
-- the system cannot actually run without this
-.\" $OpenBSD: raid.4,v 1.9 2000/01/07 14:52:28 peter Exp $
+.\" $OpenBSD: raid.4,v 1.10 2000/03/06 21:46:57 aaron Exp $
.\" $NetBSD: raid.4,v 1.8 1999/12/15 22:07:33 abs Exp $
.\"
.\"
.Pp
to the kernel configuration file. The
.Sq count
-argument (
-.Sq 4 ,
+argument
+.Pf ( Sq 4 ,
in this case), specifies the number of RAIDframe drivers to configure.
At the time of this writing, 4 is the MAXIMUM of
.Nm
and editing it and creating other maps as needed.
Alternatively, you can get your maps with YP.
.Sh INSTALLING SHARED CRYPTO LIBRARIES WITH RSA INCLUDED
-Two OpenBSD libraries (
-.Pa libssl
+Two
+.Ox
+libraries
+.Pf ( Pa libssl
and
-.Pa libcrypto
-, based on OpenSSL) implement many
+.Pa libcrypto ,
+based on OpenSSL) implement many
cryptographic functions which are used by OpenBSD programs like
.Xr ssh 1 ,
.Xr httpd 8 ,
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: style.9,v 1.6 1999/09/14 06:21:23 pjanzen Exp $
+.\" $OpenBSD: style.9,v 1.7 2000/03/06 21:46:56 aaron Exp $
.\"
.Dd August 19, 1999
.Dt STYLE 9
.Ed
.Pp
-Use space after keywords (
-.Li if ,
+Use space after keywords
+.Pf ( Li if ,
.Li while ,
.Li for ,
.Li return ,
-.\" $OpenBSD: pkg_delete.1,v 1.7 1999/10/09 20:35:45 beck Exp $
+.\" $OpenBSD: pkg_delete.1,v 1.8 2000/03/06 21:46:55 aaron Exp $
.\"
.\" FreeBSD install - a package for the installation and maintainance
.\" of non-core utilities.
.Pp
You are advised to verify the competence and identity of those who
provide installable package files. For extra protection, examine all
-the package control files in the package record directory (
-.Pa /var/db/pkg/<pkg-name>/ ).
+the package control files in the package record directory
+.Pq Pa /var/db/pkg/<pkg-name>/ .
Pay particular
attention to any +INSTALL, +DEINSTALL, +REQUIRE or +MTREE_DIRS files,
and inspect the +CONTENTS file for