summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2013-08-08 09:49:03 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2013-08-08 09:49:03 +0200
commit3ad8d7a2b727459a2bc15109ba3049d590770ee8 (patch)
tree10a65d693b0614c8689727755da11ce15cd06eda
parentd59eaecdeba9f0abc35e6bbf4a6398e0eb27a4a9 (diff)
nfsservctl.2: Note commands that were only in Linux 2.4.x and earlier
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/nfsservctl.26
1 files changed, 4 insertions, 2 deletions
diff --git a/man2/nfsservctl.2 b/man2/nfsservctl.2
index 9834c8c2..46309d92 100644
--- a/man2/nfsservctl.2
+++ b/man2/nfsservctl.2
@@ -28,8 +28,10 @@ Since Linux 3.1, this system call no longer exists.
#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 a file handle (used by mountd). */
+#define NFSCTL_UGIDUPDATE 5 /* Update a client's UID/GID map
+ (only in Linux 2.4.x and earlier). */
+#define NFSCTL_GETFH 6 /* Get a file handle (used by mountd)
+ (only in Linux 2.4.x and earlier). */
struct nfsctl_arg {
int ca_version; /* safeguard */