calling sequence was totally wrong. documented calling sequence (basically
the types). real documentation is a waste as nothing but nfsd(8) calls it and the interface changes a great deal in 4.4
This commit is contained in:
parent
0e0edb559f
commit
6613302d1d
|
@ -40,10 +40,10 @@
|
|||
.Sh SYNOPSIS
|
||||
.Fd #include <unistd.h>
|
||||
.Ft int
|
||||
.Fn nfssvc "int sock"
|
||||
.Fn nfssvc "int sock" "struct sockaddr *mask" "int mask_length" "struct sockaddr *match" "int match_length"
|
||||
.Sh DESCRIPTION
|
||||
.Bf -symbolic
|
||||
The calling sequence of this function is expected to change
|
||||
The calling sequence of this function is expected to change. In fact it is known to have changed in 4.4 BSD.
|
||||
.Ef
|
||||
.Fn Nfssvc
|
||||
starts an
|
||||
|
|
Loading…
Reference in New Issue