summaryrefslogtreecommitdiffstats
path: root/man2/nfsservctl.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/nfsservctl.2')
-rw-r--r--man2/nfsservctl.214
1 files changed, 7 insertions, 7 deletions
diff --git a/man2/nfsservctl.2 b/man2/nfsservctl.2
index f237dde23..5267f819e 100644
--- a/man2/nfsservctl.2
+++ b/man2/nfsservctl.2
@@ -2,7 +2,7 @@
.\" This text is in the public domain.
.\" %%%LICENSE_END
.\"
-.TH nfsservctl 2 2023-02-05 "Linux man-pages 6.03"
+.TH nfsservctl 2 2023-05-03 "Linux man-pages 6.05.01"
.SH NAME
nfsservctl \- syscall interface to kernel nfs daemon
.SH LIBRARY
@@ -37,7 +37,7 @@ filesystem; see
(only in Linux 2.4.x and earlier). */
#define NFSCTL_GETFH 6 /* Get a file handle (used by mountd(8))
(only in Linux 2.4.x and earlier). */
-
+\&
struct nfsctl_arg {
int ca_version; /* safeguard */
union {
@@ -49,7 +49,7 @@ struct nfsctl_arg {
unsigned int u_debug;
} u;
}
-
+\&
union nfsctl_res {
struct knfs_fh cr_getfh;
unsigned int cr_debug;
@@ -61,10 +61,10 @@ On success, zero is returned.
On error, \-1 is returned, and
.I errno
is set to indicate the error.
-.SH VERSIONS
-This system call was removed in Linux 3.1.
-Library support was removed in glibc 2.28.
.SH STANDARDS
-This call is Linux-specific.
+Linux.
+.SH HISTORY
+Removed in Linux 3.1.
+Removed in glibc 2.28.
.SH SEE ALSO
.BR nfsd (7)