Fix incorrect man page information about the name of the netgraph node

when compiled with options NETGRAPH.
This commit is contained in:
Archie Cobbs 2000-02-24 04:33:33 +00:00
parent b6c549193d
commit 661d673484
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57404
2 changed files with 6 additions and 4 deletions

View File

@ -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."

View File

@ -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."