summaryrefslogtreecommitdiffstats
path: root/man5
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-08-15 22:48:19 +0200
committerAlejandro Colomar <alx@kernel.org>2023-08-15 23:19:19 +0200
commit593afc417ddc6028e8fdae0faa535c8ef55fd4f7 (patch)
tree4aae80c5ff513ed71903a4dbb244d1023c72d7d1 /man5
parent4ddf958b6df77b7ade03c2e8d2795ac9ad8903db (diff)
proc.5, proc_tty.5: Split /proc/tty from proc(5)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man5')
-rw-r--r--man5/proc.54
-rw-r--r--man5/proc_tty.516
2 files changed, 16 insertions, 4 deletions
diff --git a/man5/proc.5 b/man5/proc.5
index fa6d3c7c0..56a19d3a6 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -225,10 +225,6 @@ hierarchy.
.\" FIXME Document /proc/sched_debug (since Linux 2.6.23)
.\" See also /proc/[pid]/sched
.TP
-.I /proc/tty
-Subdirectory containing the pseudo-files and subdirectories for
-tty drivers and line disciplines.
-.TP
.I /proc/uptime
This file contains two numbers (values in seconds): the uptime of the
system (including time spent in suspend) and the amount of time spent
diff --git a/man5/proc_tty.5 b/man5/proc_tty.5
new file mode 100644
index 000000000..e5b48cd78
--- /dev/null
+++ b/man5/proc_tty.5
@@ -0,0 +1,16 @@
+.\" Copyright (C) 1994, 1995, Daniel Quinlan <quinlan@yggdrasil.com>
+.\" Copyright (C) 2002-2008, 2017, Michael Kerrisk <mtk.manpages@gmail.com>
+.\" Copyright (C) 2023, Alejandro Colomar <alx@kernel.org>
+.\"
+.\" SPDX-License-Identifier: GPL-3.0-or-later
+.\"
+.TH proc_tty 5 (date) "Linux man-pages (unreleased)"
+.SH NAME
+/proc/tty/ \- tty
+.SH DESCRIPTION
+.TP
+.I /proc/tty/
+Subdirectory containing the pseudo-files and subdirectories for
+tty drivers and line disciplines.
+.SH SEE ALSO
+.BR proc (5)