This commit is contained in:
Michael Kerrisk 2008-01-04 04:22:28 +00:00
parent d6ea402f02
commit 11d4a2cfc0
1 changed files with 4 additions and 3 deletions

View File

@ -804,11 +804,12 @@ or
The procedure
.I dispatch
has the following form:
.RS 1i
.in +4n
.nf
dispatch(struct svc_req *request, SVCXPRT *xprt );
dispatch(struct svc_req *request, SVCXPRT *xprt);
.fi
.RE
.in
.IP
The
.BR svc_register ()