Add return value to nfsservctl() prototype.

This commit is contained in:
Michael Kerrisk 2007-07-13 08:15:11 +00:00
parent 0a7240be8f
commit 56a97a39cc
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ nfsservctl \- syscall interface to kernel nfs daemon
.SH SYNOPSIS
.B #include <linux/nfsd/syscall.h>
.sp
.BI "nfsservctl(int " cmd ", struct nfsctl_arg *" argp \
.BI "long nfsservctl(int " cmd ", struct nfsctl_arg *" argp \
", union nfsctl_res *" resp );
.SH DESCRIPTION
.nf