nfsservctl.2: Minor wording fix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-08-08 09:45:41 +02:00
parent 8699159874
commit 58d0a2034a
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 an fh (used by mountd) */
#define NFSCTL_GETFH 6 /* Get a file handle (used by mountd) */
struct nfsctl_arg {
int ca_version; /* safeguard */