svn commit: r325552 - in head: lib/libnetgraph tools/build/mk

Alexander Motin mav at FreeBSD.org
Wed Nov 8 12:34:48 UTC 2017


Author: mav
Date: Wed Nov  8 12:34:47 2017
New Revision: 325552
URL: https://svnweb.freebsd.org/changeset/base/325552

Log:
  s/NgSendMsgReply/NgSendReplyMsg/ in man to match the code.
  
  Submitted by:	Dmitry Luhtionov <dmitryluhtionov at gmail.com>
  MFC after:	2 weeks

Modified:
  head/lib/libnetgraph/Makefile
  head/lib/libnetgraph/netgraph.3
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/lib/libnetgraph/Makefile
==============================================================================
--- head/lib/libnetgraph/Makefile	Wed Nov  8 12:13:25 2017	(r325551)
+++ head/lib/libnetgraph/Makefile	Wed Nov  8 12:34:47 2017	(r325552)
@@ -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

Modified: head/lib/libnetgraph/netgraph.3
==============================================================================
--- head/lib/libnetgraph/netgraph.3	Wed Nov  8 12:13:25 2017	(r325551)
+++ head/lib/libnetgraph/netgraph.3	Wed Nov  8 12:34:47 2017	(r325552)
@@ -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 .

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Wed Nov  8 12:13:25 2017	(r325551)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Wed Nov  8 12:34:47 2017	(r325552)
@@ -6153,7 +6153,7 @@ OLD_FILES+=usr/share/man/man3/NgRecvMsg.3.gz
 OLD_FILES+=usr/share/man/man3/NgSendAsciiMsg.3.gz
 OLD_FILES+=usr/share/man/man3/NgSendData.3.gz
 OLD_FILES+=usr/share/man/man3/NgSendMsg.3.gz
-OLD_FILES+=usr/share/man/man3/NgSendMsgReply.3.gz
+OLD_FILES+=usr/share/man/man3/NgSendReplyMsg.3.gz
 OLD_FILES+=usr/share/man/man3/NgSetDebug.3.gz
 OLD_FILES+=usr/share/man/man3/NgSetErrLog.3.gz
 OLD_FILES+=usr/share/man/man3/netgraph.3.gz


More information about the svn-src-head mailing list