summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-11-22 11:25:02 +0000
committerru <ru@FreeBSD.org>2001-11-22 11:25:02 +0000
commit439558b27fb788b73c6308de498e95aa91f1816e (patch)
tree046cef2bdc2e5af3cb4b5b42c6d03eff16050b59 /share
parentc6fd83947871e8629cd162a7a38378e48eb17b00 (diff)
downloadFreeBSD-src-439558b27fb788b73c6308de498e95aa91f1816e.zip
FreeBSD-src-439558b27fb788b73c6308de498e95aa91f1816e.tar.gz
mdoc(7) police: minor markup and misc fixes.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/ng_gif.420
1 files changed, 9 insertions, 11 deletions
diff --git a/share/man/man4/ng_gif.4 b/share/man/man4/ng_gif.4
index cc2e8d9..28a0588 100644
--- a/share/man/man4/ng_gif.4
+++ b/share/man/man4/ng_gif.4
@@ -33,13 +33,13 @@
.Os
.Sh NAME
.Nm ng_gif
-.Nd Generic tunnel interface netgraph node type
+.Nd generic tunnel interface netgraph node type
.Sh SYNOPSIS
-.Fd #include <netgraph/ng_gif.h>
+.In netgraph/ng_gif.h
.Sh DESCRIPTION
The
.Nm
-netgraph node type allows
+netgraph node type allows
.Xr gif 4
interfaces to interact with
the
@@ -58,7 +58,7 @@ All
nodes are persistent for as long as the interface itself exists.
.Pp
Two hooks are supported:
-.Dv lower
+.Dv lower
and
.Dv orphans .
The hook name
@@ -100,7 +100,7 @@ When no hooks are connected, packets flow normally upwards and downwards.
.Sh HOOKS
This node type supports the following hooks:
.Pp
-.Bl -tag -width orphans
+.Bl -tag -width ".Dv orphans"
.It Dv lower
Connection to the lower device link layer.
.It Dv orphans
@@ -109,15 +109,13 @@ Like
but only receives unrecognized packets.
.El
.Sh CONTROL MESSAGES
-This node type supports only the generic control messages generic
-control messages.
+This node type supports only the generic control messages.
.Sh EXAMPLES
This command dumps all unrecognized packets received by the
-.Dv gif0
+.Li gif0
interface to standard output decoded in hex and ASCII:
-.Bd -literal -offset indent
-nghook -a gif0: orphans
-.Ed
+.Pp
+.Dl "nghook -a gif0: orphans"
.Sh SEE ALSO
.Xr gif 4 ,
.Xr netgraph 4 ,
OpenPOWER on IntegriCloud