From: Alejandro Colomar Date: Tue, 15 Aug 2023 20:48:19 +0000 (+0200) Subject: proc.5, proc_tty.5: Split /proc/tty from proc(5) X-Git-Tag: man-pages-6.06~312^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=593afc417ddc6028e8fdae0faa535c8ef55fd4f7;p=thirdparty%2Fman-pages.git proc.5, proc_tty.5: Split /proc/tty from proc(5) Signed-off-by: Alejandro Colomar --- diff --git a/man5/proc.5 b/man5/proc.5 index fa6d3c7c0f..56a19d3a65 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 0000000000..e5b48cd784 --- /dev/null +++ b/man5/proc_tty.5 @@ -0,0 +1,16 @@ +.\" Copyright (C) 1994, 1995, Daniel Quinlan +.\" Copyright (C) 2002-2008, 2017, Michael Kerrisk +.\" Copyright (C) 2023, Alejandro Colomar +.\" +.\" 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)