nfsservctl.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-08-08 09:48:13 +02:00
parent 58d0a2034a
commit d59eaecdeb
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ Since Linux 3.1, this system call no longer exists.
#define NFSCTL_EXPORT 3 /* Export a file system. */
#define NFSCTL_UNEXPORT 4 /* Unexport a file system. */
#define NFSCTL_UGIDUPDATE 5 /* Update a client's UID/GID map. */
#define NFSCTL_GETFH 6 /* Get a file handle (used by mountd) */
#define NFSCTL_GETFH 6 /* Get a file handle (used by mountd). */
struct nfsctl_arg {
int ca_version; /* safeguard */