diff options
Diffstat (limited to 'man5')
| -rw-r--r-- | man5/proc_sys.5 | 5 | ||||
| -rw-r--r-- | man5/proc_sys_sunrpc.5 | 19 |
2 files changed, 19 insertions, 5 deletions
diff --git a/man5/proc_sys.5 b/man5/proc_sys.5 index 0c155862dd..5a93c7cadf 100644 --- a/man5/proc_sys.5 +++ b/man5/proc_sys.5 @@ -28,11 +28,6 @@ by any of the following whitespace characters: Using other separators leads to the error .BR EINVAL . .TP -.I /proc/sys/sunrpc -This directory supports Sun remote procedure call for network filesystem -(NFS). -On some systems, it is not present. -.TP .IR /proc/sys/user " (since Linux 4.9)" See .BR namespaces (7). diff --git a/man5/proc_sys_sunrpc.5 b/man5/proc_sys_sunrpc.5 new file mode 100644 index 0000000000..7b47e9317e --- /dev/null +++ b/man5/proc_sys_sunrpc.5 @@ -0,0 +1,19 @@ +.\" Copyright (C) 1994, 1995, Daniel Quinlan <quinlan@yggdrasil.com> +.\" Copyright (C) 2002-2008, 2017, Michael Kerrisk <mtk.manpages@gmail.com> +.\" Copyright (C) , Andries Brouwer <aeb@cwi.nl> +.\" Copyright (C) 2023, Alejandro Colomar <alx@kernel.org> +.\" +.\" SPDX-License-Identifier: GPL-3.0-or-later +.\" +.TH proc_sys_sunrpc 5 (date) "Linux man-pages (unreleased)" +.SH NAME +/proc/sys/sunrpc/ \- Sun remote procedure call for NFS +.SH DESCRIPTION +.TP +.I /proc/sys/sunrpc/ +This directory supports Sun remote procedure call for network filesystem +(NFS). +On some systems, it is not present. +.SH SEE ALSO +.BR proc (5), +.BR proc_sys (5) |
