--- src/lib/libnetgraph/netgraph.3 2006/07/22 23:52:23 1.3 +++ src/lib/libnetgraph/netgraph.3 2006/10/27 10:53:59 1.4 @@ -43,7 +43,10 @@ .Nm NgMkSockNode , .Nm NgNameNode , .Nm NgSendMsg , +.Nm NgSendAsciiMsg , +.Nm NgSendReplyMsg , .Nm NgRecvMsg , +.Nm NgRecvAsciiMsg , .Nm NgSendData , .Nm NgRecvData , .Nm NgSetDebug , @@ -62,7 +65,7 @@ .Ft int .Fn NgSendAsciiMsg "int cs" "const char *path" "const char *fmt" "..." .Ft int -.Fn NgSendMsgReply "int cs" "const char *path" "struct ng_mesg *msg" "const void *arg" "size_t arglen" +.Fn NgSendReplyMsg "int cs" "const char *path" "struct ng_mesg *msg" "const void *arg" "size_t arglen" .Ft int .Fn NgRecvMsg "int cs" "struct ng_mesg *rep" "size_t replen" "char *path" .Ft int @@ -129,7 +132,7 @@ The unique, non-negative token value cho 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 .