diff options
author | gene <gene@cvs.openbsd.org> | 1998-03-16 23:31:02 +0000 |
---|---|---|
committer | gene <gene@cvs.openbsd.org> | 1998-03-16 23:31:02 +0000 |
commit | e474c43aa5806476f81abe5a0353db69a5e54112 (patch) | |
tree | 76b4b2d7e6781736ab2cb61abe896118059c21cc /share/man | |
parent | 652f53fa91f585057b043367fa0482bd3a35766b (diff) |
"options" -> "option" for kernel config options. Also, add OpenBSD rcsid.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/ahc.4 | 3 | ||||
-rw-r--r-- | share/man/man4/lkm.4 | 3 | ||||
-rw-r--r-- | share/man/man4/ns.4 | 5 | ||||
-rw-r--r-- | share/man/man4/nsip.4 | 3 |
4 files changed, 9 insertions, 5 deletions
diff --git a/share/man/man4/ahc.4 b/share/man/man4/ahc.4 index 1095f9ef37a..9fb73a77ce2 100644 --- a/share/man/man4/ahc.4 +++ b/share/man/man4/ahc.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: ahc.4,v 1.4 1998/03/16 23:30:56 gene Exp $ .\" $NetBSD: ahc.4,v 1.1.2.1 1996/08/25 17:22:14 thorpej Exp $ .\" .\" Copyright (c) 1995, 1996 @@ -55,7 +56,7 @@ For one or more PCI cards: .Cd ahc* at pci? dev ? function ?\} .Pp To enable tagged queueing: -.Cd options AHC_TAGENABLE +.Cd option AHC_TAGENABLE .Pp To enable SCB paging: .Cd options AHC_SCBPAGING_ENABLE diff --git a/share/man/man4/lkm.4 b/share/man/man4/lkm.4 index 594d4fd3df1..9d8a128eede 100644 --- a/share/man/man4/lkm.4 +++ b/share/man/man4/lkm.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: lkm.4,v 1.4 1998/03/16 23:30:58 gene Exp $ .\" $NetBSD: lkm.4,v 1.4 1994/11/30 16:22:22 jtc Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou @@ -32,7 +33,7 @@ .Nm LKM .Nd Loadable Kernel Modules interface .Sh SYNOPSIS -.Cd "options LKM" +.Cd "option LKM" .Sh DESCRIPTION Loadable kernel modules allow the system administrator to dynamically add and remove functionality from a running system. diff --git a/share/man/man4/ns.4 b/share/man/man4/ns.4 index fd7c6bb4f9e..6fa2fb2fa3c 100644 --- a/share/man/man4/ns.4 +++ b/share/man/man4/ns.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: ns.4,v 1.2 1998/03/16 23:30:59 gene Exp $ .\" $NetBSD: ns.4,v 1.3 1994/11/30 16:22:26 jtc Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -40,8 +41,8 @@ .Nm ns .Nd Xerox Network Systems(tm) protocol family .Sh SYNOPSIS -.Nm options NS -.Nm options NSIP +.Nm option NS +.Nm option NSIP .Nm pseudo-device ns .Sh DESCRIPTION The diff --git a/share/man/man4/nsip.4 b/share/man/man4/nsip.4 index a9b2ce9ab71..a6aa3951357 100644 --- a/share/man/man4/nsip.4 +++ b/share/man/man4/nsip.4 @@ -1,3 +1,4 @@ +.\" $OpenBSD: nsip.4,v 1.2 1998/03/16 23:31:01 gene Exp $ .\" $NetBSD: nsip.4,v 1.3 1994/11/30 16:22:27 jtc Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -40,7 +41,7 @@ .Nm nsip .Nd software network interface encapsulating NS packets in IP packets .Sh SYNOPSIS -.Cd options NSIP +.Cd option NSIP .Fd #include <netns/ns_if.h> .Sh DESCRIPTION The |