diff options
| author | Alejandro Colomar <alx@kernel.org> | 2023-09-30 15:01:49 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2023-09-30 15:01:49 +0200 |
| commit | 409314af38c9d7c46322b4620f6dffd9fda891fb (patch) | |
| tree | 5186486b5d13c439a0de3cb03e6fc1beff2b396f /man5 | |
| parent | 788c063879f879ff41bdfb6282a285f05aeafa77 (diff) | |
| download | man-pages-409314af38c9d7c46322b4620f6dffd9fda891fb.tar.gz | |
proc_sys.5, proc_sys_sunrpc.5: Split /proc/sys/proc/ from proc_sys(5)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
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) |
