diff options
author | keramida <keramida@FreeBSD.org> | 2004-07-18 02:42:38 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2004-07-18 02:42:38 +0000 |
commit | e3eb70b7d73247a470796a74f82d86fe2345fc30 (patch) | |
tree | 6eeb97b4d573dcc4cd65f5503c5d9a5561d72b8e /share | |
parent | 0084d7c454533c787368a319feb7c009b9b0abb6 (diff) | |
download | FreeBSD-src-e3eb70b7d73247a470796a74f82d86fe2345fc30.zip FreeBSD-src-e3eb70b7d73247a470796a74f82d86fe2345fc30.tar.gz |
The description of ng_mesg.cmd should call it "cmd" to match the struct
definition and netgraph.h.
PR: docs/66539
Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us>
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/netgraph.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/netgraph.4 b/share/man/man4/netgraph.4 index a81d2d2..ad992e0 100644 --- a/share/man/man4/netgraph.4 +++ b/share/man/man4/netgraph.4 @@ -922,7 +922,7 @@ for the node type, and a corresponding set of generic messages which all nodes understand. The handling of these messages is automatic. -.It Va command +.It Va cmd The identifier for the message command. This is type specific, and is defined in the same header file as the typecookie. |