summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-03-06 21:46:58 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-03-06 21:46:58 +0000
commit31d33feac95ec0233d0e296341c8d0e2d1509080 (patch)
tree1a45de9a3e0fca3ced8d00af094342de052ce3bb /share
parente77c87d240d039b5359299680115083023e7714f (diff)
Do not leave `(' characters dangling at the end of lines; instead, use the
appropriate mdoc macros to handle these cases.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.i386/pms.48
-rw-r--r--share/man/man4/options.46
-rw-r--r--share/man/man4/raid.46
-rw-r--r--share/man/man8/afterboot.810
-rw-r--r--share/man/man9/style.96
5 files changed, 19 insertions, 17 deletions
diff --git a/share/man/man4/man4.i386/pms.4 b/share/man/man4/man4.i386/pms.4
index ce48aeb03d3..6c1a7f9995f 100644
--- a/share/man/man4/man4.i386/pms.4
+++ b/share/man/man4/man4.i386/pms.4
@@ -1,5 +1,5 @@
.\"
-.\" $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
@@ -95,14 +95,14 @@ should be used in
.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
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4
index a4ad59ca799..dcf15ceb612 100644
--- a/share/man/man4/options.4
+++ b/share/man/man4/options.4
@@ -1,4 +1,4 @@
-.\" $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
@@ -749,8 +749,8 @@ objects (i.e. BSS pages)).
.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
diff --git a/share/man/man4/raid.4 b/share/man/man4/raid.4
index 4a00e638d7b..66fa5e4957a 100644
--- a/share/man/man4/raid.4
+++ b/share/man/man4/raid.4
@@ -1,4 +1,4 @@
-.\" $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 $
.\"
.\"
@@ -211,8 +211,8 @@ pseudo-device raid 4 # RAIDframe disk device
.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
diff --git a/share/man/man8/afterboot.8 b/share/man/man8/afterboot.8
index 0f96fc493de..3d8b2d52307 100644
--- a/share/man/man8/afterboot.8
+++ b/share/man/man8/afterboot.8
@@ -305,11 +305,13 @@ to
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 ,
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9
index 59375f8b5a0..b4a06cfce37 100644
--- a/share/man/man9/style.9
+++ b/share/man/man9/style.9
@@ -22,7 +22,7 @@
.\" 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
@@ -285,8 +285,8 @@ have a NOTREACHED comment.
.Ed
.Pp
-Use space after keywords (
-.Li if ,
+Use space after keywords
+.Pf ( Li if ,
.Li while ,
.Li for ,
.Li return ,