aboutsummaryrefslogtreecommitdiffstats
path: root/man5/proc.5
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-08-15 16:32:10 +0200
committerAlejandro Colomar <alx@kernel.org>2023-08-15 23:19:05 +0200
commit5bd6aa0b55df95536c087ff4f0fc5ccd5406ecfa (patch)
tree84b26fe2bdde4c476e66270f86317a6c74e15b32 /man5/proc.5
parent703772b8ecfa31579e493c74cb7c9d77b954beee (diff)
downloadman-pages-5bd6aa0b55df95536c087ff4f0fc5ccd5406ecfa.tar.gz
proc.5, proc_filesystems.5: Split /proc/filesystems from proc(5)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man5/proc.5')
-rw-r--r--man5/proc.521
1 files changed, 0 insertions, 21 deletions
diff --git a/man5/proc.5 b/man5/proc.5
index a68b08afba..593fc877be 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -29,10 +29,6 @@
.\" 2008-06-19, mtk, Documented /proc/[pid]/status.
.\" 2008-07-15, mtk, added /proc/config.gz
.\"
-.\" FIXME cross check against Documentation/filesystems/proc.txt
-.\" to see what information could be imported from that file
-.\" into this file.
-.\"
.TH proc 5 (date) "Linux man-pages (unreleased)"
.SH NAME
proc \- process information, system information, and sysctl pseudo-filesystem
@@ -231,23 +227,6 @@ hierarchy.
.\" Added in Linux 2.6.9
.\" CONFIG_SCHEDSTATS
.TP
-.I /proc/filesystems
-A text listing of the filesystems which are supported by the kernel,
-namely filesystems which were compiled into the kernel or whose kernel
-modules are currently loaded.
-(See also
-.BR filesystems (5).)
-If a filesystem is marked with "nodev",
-this means that it does not require a block device to be mounted
-(e.g., virtual filesystem, network filesystem).
-.IP
-Incidentally, this file may be used by
-.BR mount (8)
-when no filesystem is specified and it didn't manage to determine the
-filesystem type.
-Then filesystems contained in this file are tried
-(excepted those that are marked with "nodev").
-.TP
.I /proc/fs
.\" FIXME Much more needs to be said about /proc/fs
.\"