aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/ng_async.4
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2000-05-04 17:54:37 +0000
committerArchie Cobbs <archie@FreeBSD.org>2000-05-04 17:54:37 +0000
commitbec35b9a5f0cdb233b0601c507114d11a1093126 (patch)
treec2e2d3ce59cca5ebd312770264475d891b7dadfb /share/man/man4/ng_async.4
parentac9b3dacb2809c2ee23c8ea45dee49c815ebf9c9 (diff)
Move netgraph node type man pages from section 8 to section 4.
Notes
Notes: svn path=/head/; revision=59982
Diffstat (limited to 'share/man/man4/ng_async.4')
-rw-r--r--share/man/man4/ng_async.412
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/ng_async.4 b/share/man/man4/ng_async.4
index 6f9693e177a0..c7c009d7d337 100644
--- a/share/man/man4/ng_async.4
+++ b/share/man/man4/ng_async.4
@@ -36,7 +36,7 @@
.\" $Whistle: ng_async.8,v 1.6 1999/01/25 23:46:25 archie Exp $
.\"
.Dd January 19, 1999
-.Dt NG_ASYNC 8
+.Dt NG_ASYNC 4
.Os FreeBSD
.Sh NAME
.Nm ng_async
@@ -90,14 +90,14 @@ This node type supports the following hooks:
.It Dv async
Asynchronous connection.
Typically this hook would be connected to a
-.Xr ng_tty 8
+.Xr ng_tty 4
node, which handles transmission of serial data over a tty device.
.It Dv sync
Synchronous connection. This hook sends and receives synchronous frames.
For PPP, these frames should contain address, control, and protocol fields,
but no checksum field.
Typically this hook would be connected to an individual link hook of a
-.Xr ng_ppp 8
+.Xr ng_ppp 4
type node.
.El
.Sh CONTROL MESSAGES
@@ -147,9 +147,9 @@ This node shuts down upon receipt of a
control message, or when all hooks have been disconnected.
.Sh SEE ALSO
.Xr netgraph 4 ,
-.Xr ng_ppp 8 ,
-.Xr ng_tty 8 ,
-.Xr ngctl 8 .
+.Xr ng_ppp 4 ,
+.Xr ng_tty 4 ,
+.Xr ngctl 8
.Rs
.%A W. Simpson
.%T "PPP in HDLC-link Framing"