summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2013-08-08 09:43:32 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2013-08-08 09:43:32 +0200
commit8699159874ace6515a58f03ea8a0f9576a8cfad0 (patch)
tree5e4acacad2970df4a689bec5280d896ac88fae1b
parente3fb07676629a7c28b4eeee35572a955dad5519d (diff)
nfsservctl.2: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/nfsservctl.28
1 files changed, 4 insertions, 4 deletions
diff --git a/man2/nfsservctl.2 b/man2/nfsservctl.2
index 76cf0e13..54c26b6e 100644
--- a/man2/nfsservctl.2
+++ b/man2/nfsservctl.2
@@ -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 */