summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2017-11-22 21:22:09 +0000
committermav <mav@FreeBSD.org>2017-11-22 21:22:09 +0000
commitb22566494b3eb786e8cd16d46195c8f77f1b270f (patch)
treec191d27a5f967e59cd08efc09a44f4c08e704540 /lib
parente6fd038c9615284e316ae1bb5162d6a464dc2884 (diff)
downloadFreeBSD-src-b22566494b3eb786e8cd16d46195c8f77f1b270f.zip
FreeBSD-src-b22566494b3eb786e8cd16d46195c8f77f1b270f.tar.gz
MFC r325552: s/NgSendMsgReply/NgSendReplyMsg/ in man to match the code.
Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/libnetgraph/Makefile2
-rw-r--r--lib/libnetgraph/netgraph.36
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libnetgraph/Makefile b/lib/libnetgraph/Makefile
index d3c7c3f..3f80ee8 100644
--- a/lib/libnetgraph/Makefile
+++ b/lib/libnetgraph/Makefile
@@ -15,7 +15,7 @@ MLINKS+= netgraph.3 NgMkSockNode.3
MLINKS+= netgraph.3 NgNameNode.3
MLINKS+= netgraph.3 NgSendMsg.3
MLINKS+= netgraph.3 NgSendAsciiMsg.3
-MLINKS+= netgraph.3 NgSendMsgReply.3
+MLINKS+= netgraph.3 NgSendReplyMsg.3
MLINKS+= netgraph.3 NgRecvMsg.3
MLINKS+= netgraph.3 NgAllocRecvMsg.3
MLINKS+= netgraph.3 NgRecvAsciiMsg.3
diff --git a/lib/libnetgraph/netgraph.3 b/lib/libnetgraph/netgraph.3
index 9d8d26a..ec4de0b 100644
--- a/lib/libnetgraph/netgraph.3
+++ b/lib/libnetgraph/netgraph.3
@@ -43,7 +43,7 @@
.Nm NgNameNode ,
.Nm NgSendMsg ,
.Nm NgSendAsciiMsg ,
-.Nm NgSendMsgReply ,
+.Nm NgSendReplyMsg ,
.Nm NgRecvMsg ,
.Nm NgAllocRecvMsg ,
.Nm NgRecvAsciiMsg ,
@@ -70,7 +70,7 @@
.Ft int
.Fn NgSendAsciiMsg "int cs" "const char *path" "const char *fmt" ...
.Ft int
-.Fo NgSendMsgReply
+.Fo NgSendReplyMsg
.Fa "int cs" "const char *path" "struct ng_mesg *msg" "const void *arg"
.Fa "size_t arglen"
.Fc
@@ -162,7 +162,7 @@ header is returned.
This value is typically used to associate replies.
.Pp
Use
-.Fn NgSendMsgReply
+.Fn NgSendReplyMsg
to send reply to a previously received control message.
The original message header should be pointed to by
.Fa msg .
OpenPOWER on IntegriCloud