summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ng_atmllc.4
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-07-09 07:26:15 +0000
committerru <ru@FreeBSD.org>2004-07-09 07:26:15 +0000
commit4f3bf456c259d542040a34d38b8d548229753e5c (patch)
tree2567b89cc7fbbb6f5375f76040d71ce471159f87 /share/man/man4/ng_atmllc.4
parent6a3f3bc6495f85df35192c9b4a9697f4b3a772d7 (diff)
downloadFreeBSD-src-4f3bf456c259d542040a34d38b8d548229753e5c.zip
FreeBSD-src-4f3bf456c259d542040a34d38b8d548229753e5c.tar.gz
Fixed markup and punctuation.
Diffstat (limited to 'share/man/man4/ng_atmllc.4')
-rw-r--r--share/man/man4/ng_atmllc.427
1 files changed, 13 insertions, 14 deletions
diff --git a/share/man/man4/ng_atmllc.4 b/share/man/man4/ng_atmllc.4
index 8dc67d5..81768b5 100644
--- a/share/man/man4/ng_atmllc.4
+++ b/share/man/man4/ng_atmllc.4
@@ -43,37 +43,36 @@ SubNetwork Attachment Point (SNAP) header.
This node currently handles the Ethernet and FDDI protocols.
.Pp
The node transmits and receives ATM PDUs on the
-.Dv atm
+.Va atm
hook.
Received PDUs are decoded and forwarded to the
-.Dv ether
+.Va ether
or
-.Dv fddi
+.Va fddi
hooks as appropriate.
Data received on the
-.Dv ether
+.Va ether
or
-.Dv fddi
-hooks are assumed to be full ethernet or fddi packets as appropriate and are
+.Va fddi
+hooks are assumed to be full Ethernet or FDDI packets as appropriate and are
encapsulated into a PDU and transmitted via the
-.Dv atm
+.Va atm
hook.
.Sh HOOKS
This node type supports the following hooks:
-.Pp
-.Bl -tag -width foobar
-.It Dv atm
+.Bl -tag -width indent
+.It Va atm
ATM connection.
-Typically this hook would be connected to a
+Typically, this hook would be connected to a
.Xr ng_atm 4
node, which handles transmission of ATM PDUs over an ATM device.
-.It Dv ether
+.It Va ether
Ethernet connection.
-This hook sends and receives ethernet frames.
+This hook sends and receives Ethernet frames.
This would normally be connected to an
.Xr ng_eiface 4
node if in use.
-.It Dv fddi
+.It Va fddi
FDDI connection.
This hook sends and receives FDDI frames.
.El
OpenPOWER on IntegriCloud