]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
proc.5, proc_tty.5: Split /proc/tty from proc(5)
authorAlejandro Colomar <alx@kernel.org>
Tue, 15 Aug 2023 20:48:19 +0000 (22:48 +0200)
committerAlejandro Colomar <alx@kernel.org>
Tue, 15 Aug 2023 21:19:19 +0000 (23:19 +0200)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man5/proc.5
man5/proc_tty.5 [new file with mode: 0644]

index fa6d3c7c0f0a8d460012a09f320ecc4a89dfe572..56a19d3a6502dfe79f21ac5c4b27ea6684667da0 100644 (file)
@@ -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 (file)
index 0000000..e5b48cd
--- /dev/null
@@ -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)