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/man4/ahc.4 | |
parent | 652f53fa91f585057b043367fa0482bd3a35766b (diff) |
"options" -> "option" for kernel config options. Also, add OpenBSD rcsid.
Diffstat (limited to 'share/man/man4/ahc.4')
-rw-r--r-- | share/man/man4/ahc.4 | 3 |
1 files changed, 2 insertions, 1 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 |