summaryrefslogtreecommitdiffstats
path: root/share/man/man4/netgraph.4
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-08-10 17:35:21 +0000
committerru <ru@FreeBSD.org>2001-08-10 17:35:21 +0000
commitf858dca3dc130c98b635d3fc8e60adf8eed7f941 (patch)
treefb8d3456824bbc5e1f38e14a7626c5362b9c29d6 /share/man/man4/netgraph.4
parentf3e8b0f40c1621de1ee3f3f31da3fb02d9a35832 (diff)
downloadFreeBSD-src-f858dca3dc130c98b635d3fc8e60adf8eed7f941.zip
FreeBSD-src-f858dca3dc130c98b635d3fc8e60adf8eed7f941.tar.gz
mdoc(7) police: join split punctuation to macro calls.
Diffstat (limited to 'share/man/man4/netgraph.4')
-rw-r--r--share/man/man4/netgraph.411
1 files changed, 5 insertions, 6 deletions
diff --git a/share/man/man4/netgraph.4 b/share/man/man4/netgraph.4
index f009977..c6b77fb 100644
--- a/share/man/man4/netgraph.4
+++ b/share/man/man4/netgraph.4
@@ -670,13 +670,13 @@ node name
Optional globally unique name, null terminated string. If there
is a value in here, it is the name of the node.
.Pp
-if (
-.Fn NG_NODE_NAME "node"
+if
+.Fn ( NG_NODE_NAME "node"
[0]) ....
.Pp
if (strncmp(
-.Fn NG_NODE_NAME "node"
-, "fred", NG_NODELEN)) ...
+.Fn NG_NODE_NAME "node" ,
+"fred", NG_NODELEN)) ...
.Pp
.It
A node dependent opaque cookie
@@ -1238,8 +1238,7 @@ Refer to the section at the end of this man page for more nodes types.
.Sh NOTES
Whether a named node exists can be checked by trying to send a control message
to it (e.g.,
-.Dv NGM_NODEINFO
-).
+.Dv NGM_NODEINFO ) .
If it does not exist,
.Er ENOENT
will be returned.
OpenPOWER on IntegriCloud