summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-10-15 11:59:03 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-10-15 11:59:03 +0000
commitfd8c2a1512ee306c02729f8eb29188c5cbe625e7 (patch)
treeb6adcdb49fd2947aa492ba1c41ca8704115d9655
parentf2f3a974953190a4a7586fb03a3470b87b3f2e1c (diff)
option, not options; hamajima@nagoya.ydc.co.jp
-rw-r--r--sbin/raidctl/raidctl.84
-rw-r--r--share/man/man4/man4.i386/npx.46
-rw-r--r--share/man/man4/man4.vax/uu.46
-rw-r--r--share/man/man4/raid.46
-rw-r--r--share/man/man4/ray.44
-rw-r--r--share/man/man4/wsdisplay.44
6 files changed, 15 insertions, 15 deletions
diff --git a/sbin/raidctl/raidctl.8 b/sbin/raidctl/raidctl.8
index 0176872984c..ed931f0b763 100644
--- a/sbin/raidctl/raidctl.8
+++ b/sbin/raidctl/raidctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: raidctl.8,v 1.25 2002/08/08 10:55:13 tdeval Exp $
+.\" $OpenBSD: raidctl.8,v 1.26 2002/10/15 11:59:01 deraadt Exp $
.\" $NetBSD: raidctl.8,v 1.24 2001/07/10 01:30:52 lukem Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -1094,7 +1094,7 @@ supported in general, however, as mentioned earlier.) Note that in
order to enable component auto-detection and auto-configuration of
RAID devices, the line:
.Bd -unfilled -offset indent
-options RAID_AUTOCONFIG
+option RAID_AUTOCONFIG
.Ed
.Pp
must be in the kernel configuration file. See
diff --git a/share/man/man4/man4.i386/npx.4 b/share/man/man4/man4.i386/npx.4
index 94b6a9bfb35..d96d78288d4 100644
--- a/share/man/man4/man4.i386/npx.4
+++ b/share/man/man4/man4.i386/npx.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: npx.4,v 1.10 2002/10/04 15:34:28 mickey Exp $
+.\" $OpenBSD: npx.4,v 1.11 2002/10/15 11:59:02 deraadt Exp $
.\"
.\" Copyright (c) 1993 Christopher G. Demetriou
.\" All rights reserved.
@@ -35,8 +35,8 @@
.Nm npx
.Nd Numeric Processing Extension coprocessor and emulator
.Sh SYNOPSIS
-.Cd "options MATH_EMULATE"
-.Cd "options GPL_MATH_EMULATE"
+.Cd "option MATH_EMULATE"
+.Cd "option GPL_MATH_EMULATE"
.\" XXX this is awful hackery to get it to work right... -- cgd
.Cd "npx0 at isa? port" \&"IO_NPX0\&" irq 13
.Sh DESCRIPTION
diff --git a/share/man/man4/man4.vax/uu.4 b/share/man/man4/man4.vax/uu.4
index 23a7713ebe0..56043526664 100644
--- a/share/man/man4/man4.vax/uu.4
+++ b/share/man/man4/man4.vax/uu.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: uu.4,v 1.5 2001/10/05 14:45:54 mpech Exp $
+.\" $OpenBSD: uu.4,v 1.6 2002/10/15 11:59:02 deraadt Exp $
.\" $NetBSD: uu.4,v 1.3 1996/03/03 17:14:14 thorpej Exp $
.\"
.\" Copyright (c) 1983, 1991 Regents of the University of California.
@@ -43,7 +43,7 @@
.Tn TU58 Ns / Tn DECtape II UNIBUS
cassette interface
.Sh SYNOPSIS
-.Cd "options UUDMA"
+.Cd "option UUDMA"
.Cd "device uu0 at uba0 csr 0176500 vector uurintr uuxintr"
.Sh DESCRIPTION
The
@@ -91,7 +91,7 @@ etc.
Assembly language code to assist the driver in handling
the receipt of data (using a pseudo-dma approach) should
be included when using this driver; specify
-.Sq Li options UUDMA
+.Sq Li option UUDMA
in the configuration file.
.Sh FILES
.Bl -tag -width /dev/uu?a -compact
diff --git a/share/man/man4/raid.4 b/share/man/man4/raid.4
index 910730767d7..8e22d6e2c95 100644
--- a/share/man/man4/raid.4
+++ b/share/man/man4/raid.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: raid.4,v 1.19 2002/09/26 07:55:40 miod Exp $
+.\" $OpenBSD: raid.4,v 1.20 2002/10/15 11:59:02 deraadt Exp $
.\" $NetBSD: raid.4,v 1.20 2001/09/22 16:03:58 wiz Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -240,7 +240,7 @@ in this case), specifies the number of RAIDframe drivers to configure.
To turn on component auto-detection and auto-configuration of RAID
sets, simply add:
.Bd -unfilled -offset indent
-options RAID_AUTOCONFIG
+option RAID_AUTOCONFIG
.Ed
.Pp
to the kernel configuration file.
@@ -270,7 +270,7 @@ result in data loss.
.Pp
Additional debug information can be sent to the console by specifying:
.Bd -unfilled -offset indent
-options RAIDDEBUG
+option RAIDDEBUG
.Ed
.Pp
.Sh WARNINGS
diff --git a/share/man/man4/ray.4 b/share/man/man4/ray.4
index baf4ca269db..73fee7cb1a4 100644
--- a/share/man/man4/ray.4
+++ b/share/man/man4/ray.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ray.4,v 1.7 2002/09/26 07:55:40 miod Exp $
+.\" $OpenBSD: ray.4,v 1.8 2002/10/15 11:59:02 deraadt Exp $
.\" $NetBSD: ray.4,v 1.5 2000/02/28 13:54:55 enami Exp $
.\"
.\" Copyright (c) 2000 Christian E. Hopps
@@ -34,7 +34,7 @@
.Nd Raytheon Raylink / WebGear Aviator IEEE 802.11FH 2Mbps Wireless
.Sh SYNOPSIS
.Cd "ray* at pcmcia? function ?"
-.Cd "options RAY_PID_COUNTRY_CODE_DEFAULT=RAY_PID_COUNTRY_CODE_USA"
+.Cd "option RAY_PID_COUNTRY_CODE_DEFAULT=RAY_PID_COUNTRY_CODE_USA"
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/wsdisplay.4 b/share/man/man4/wsdisplay.4
index 7920d91db95..68907966067 100644
--- a/share/man/man4/wsdisplay.4
+++ b/share/man/man4/wsdisplay.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wsdisplay.4,v 1.13 2002/09/26 22:09:53 miod Exp $
+.\" $OpenBSD: wsdisplay.4,v 1.14 2002/10/15 11:59:02 deraadt Exp $
.\" $NetBSD: wsdisplay.4,v 1.5 2000/05/13 15:22:19 mycroft Exp $
.\"
.Dd March 20, 1999
@@ -38,7 +38,7 @@
(sparc64 framebuffers)
.Cd wsdisplay0 at smg? console ?
(VAXstation small monochrome display)
-.Cd options WSDISPLAY_DEFAULTSCREENS=N
+.Cd option WSDISPLAY_DEFAULTSCREENS=N
.Sh DESCRIPTION
The
.Nm