nfsservctl.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-08-08 09:43:32 +02:00
parent e3fb076766
commit 8699159874
1 changed files with 4 additions and 4 deletions

View File

@ -26,10 +26,10 @@ Since Linux 3.1, this system call no longer exists.
#define NFSCTL_SVC 0 /* This is a server process. */
#define NFSCTL_ADDCLIENT 1 /* Add an NFS client. */
#define NFSCTL_DELCLIENT 2 /* Remove an NFS client. */
#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_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) */
struct nfsctl_arg {
int ca_version; /* safeguard */