diff options
author | julian <julian@FreeBSD.org> | 1999-12-21 01:25:21 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1999-12-21 01:25:21 +0000 |
commit | 443430016ec78bb04567a578c007b74e84575dd1 (patch) | |
tree | c186d4285318db13cd0ced96f929b0001e3d7016 /usr.sbin/nghook | |
parent | b8abdf85cef25cc056288b6e4a2e277af4cb63ed (diff) | |
download | FreeBSD-src-443430016ec78bb04567a578c007b74e84575dd1.zip FreeBSD-src-443430016ec78bb04567a578c007b74e84575dd1.tar.gz |
Manual page style work.
Submitted by: Alexey Zelkin <phantom@FreeBSD.org>
thanks!
Diffstat (limited to 'usr.sbin/nghook')
-rw-r--r-- | usr.sbin/nghook/nghook.8 | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/usr.sbin/nghook/nghook.8 b/usr.sbin/nghook/nghook.8 index 33016b0..d501d8f 100644 --- a/usr.sbin/nghook/nghook.8 +++ b/usr.sbin/nghook/nghook.8 @@ -39,7 +39,7 @@ .Sh NAME .Nm nghook .Nd connect to a -.Xr netgraph 8 +.Xr ng_socket 8 node .Sh SYNOPSIS .Nm @@ -50,14 +50,16 @@ node .Sh DESCRIPTION .Nm creates a -.Xr netgraph 8 +.Xr ng_socket 8 socket type node and connects it to hook .Ar hookname of the node found at .Ar path . If .Ar hookname -is omitted, ``debug'' is assumed. +is omitted, +.Dq debug +is assumed. .Pp At this point all data written to standard input is sent to the node and all data received from the node is relayed @@ -67,7 +69,8 @@ The options are as follows: .Pp .Bl -tag -width indent .It Fl a -Output each read packet in ASCII. +Output each read packet in +.Tn ASCII . .It Fl d Increase the debugging verbosity level. .El @@ -78,10 +81,12 @@ there's no way to control the packetization of the input. .Xr netgraph 4 , .Xr netgraph 3 , .Xr ngctl 8 . -.Sh AUTHOR -Archie Cobbs <archie@whistle.com> .Sh HISTORY The .Em netgraph system was designed and first implemented at Whistle Communications, Inc. -in a version FreeBSD 2.2 customized for the Whistle InterJet. +in a version of +.Fx 2.2 +customized for the Whistle InterJet. +.Sh AUTHOR +.An Archie Cobbs Aq archie@whistle.com |