diff options
author | archie <archie@FreeBSD.org> | 2000-02-24 04:33:33 +0000 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2000-02-24 04:33:33 +0000 |
commit | 60e3ab891f0ec88ddfc56cfe6b2e933e23542dd7 (patch) | |
tree | cb61f128f2b5f33b0e1f77983cf88e58bdfd5e99 /share | |
parent | 59ec906dea519b292d104db61072b9804b1b0b8f (diff) | |
download | FreeBSD-src-60e3ab891f0ec88ddfc56cfe6b2e933e23542dd7.zip FreeBSD-src-60e3ab891f0ec88ddfc56cfe6b2e933e23542dd7.tar.gz |
Fix incorrect man page information about the name of the netgraph node
when compiled with options NETGRAPH.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.i386/ar.4 | 5 | ||||
-rw-r--r-- | share/man/man4/man4.i386/sr.4 | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man4/man4.i386/ar.4 b/share/man/man4/man4.i386/ar.4 index 0bd9682..0502e17 100644 --- a/share/man/man4/man4.i386/ar.4 +++ b/share/man/man4/man4.i386/ar.4 @@ -77,8 +77,9 @@ is unneeded), and this driver functions as a node with a single hook named .Dv rawdata . Connecting to this hook enables the transmission of raw HDLC frames. -The node will have the same name as the device, e.g., -.Dv ar0 . +The node will have the same name as the device with ``sync_'' +prepended, e.g., +.Dv sync_ar0 . .Sh DIAGNOSTICS .Bl -diag .It "ar%d: Warning illegal interrupt %d." diff --git a/share/man/man4/man4.i386/sr.4 b/share/man/man4/man4.i386/sr.4 index ea631ec..6d8cdc6 100644 --- a/share/man/man4/man4.i386/sr.4 +++ b/share/man/man4/man4.i386/sr.4 @@ -105,8 +105,9 @@ is unneeded), and this driver functions as a node with a single hook named .Dv rawdata . Connecting to this hook enables the transmission of raw HDLC frames. -The node will have the same name as the device, e.g., -.Dv sr0 . +The node will have the same name as the device with ``sync_'' +prepended, e.g., +.Dv sync_sr0 . .Sh DIAGNOSTICS .Bl -diag .It "sr%d: Warning illegal interrupt %d." |