diff options
author | 1999-12-07 01:48:59 +0000 | |
---|---|---|
committer | 1999-12-07 01:48:59 +0000 | |
commit | b345d52bc61063d50486c3867231b16ea292a7aa (patch) | |
tree | 4927f735ccf63dc62e63a054442985010d828b45 | |
parent | Driver for Sundance ST201 Ethernet; from FreeBSD. (diff) | |
download | wireguard-openbsd-b345d52bc61063d50486c3867231b16ea292a7aa.tar.xz wireguard-openbsd-b345d52bc61063d50486c3867231b16ea292a7aa.zip |
Fix SYNOPSIS.
-rw-r--r-- | share/man/man4/sf.4 | 2 | ||||
-rw-r--r-- | share/man/man4/sis.4 | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man4/sf.4 b/share/man/man4/sf.4 index d45336a2635..c5a5e82549e 100644 --- a/share/man/man4/sf.4 +++ b/share/man/man4/sf.4 @@ -38,7 +38,7 @@ .Nd Adaptec AIC-6915 "Starfire" PCI Fast Ethernet adapter driver .Sh SYNOPSIS -.Cd "device ax* at pci? dev ? function ?" +.Cd "device sf* at pci? dev ? function ?" .Sh DESCRIPTION The .Nm diff --git a/share/man/man4/sis.4 b/share/man/man4/sis.4 index 3ab401769b7..3c06c0461a6 100644 --- a/share/man/man4/sis.4 +++ b/share/man/man4/sis.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sis.4,v 1.2 1999/12/04 20:33:27 aaron Exp $ +.\" $OpenBSD: sis.4,v 1.3 1999/12/07 01:48:59 aaron Exp $ .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. .\" @@ -39,8 +39,7 @@ .Nd Silicon Integrated Systems Fast Ethernet device driver .Sh SYNOPSIS -.Cd "controller miibus0" -.Cd "device sis0" +.Cd "device sis* at pci? dev ? function ?" .Sh DESCRIPTION The .Nm |