diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-07-29 09:15:27 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-07-29 11:17:11 +0200 |
| commit | 9e232754c1a30df1ef1a696efeec0e1edcb376d7 (patch) | |
| tree | 5ba15bb119d36b4c9e46bd69a9847fb647d589a0 | |
| parent | 8931e190a92c54c7c884d83068f693c18da674a4 (diff) | |
| download | man-pages-9e232754c1a30df1ef1a696efeec0e1edcb376d7.tar.gz | |
pty.7: Explicitly mention CONFIG_LEGACY_PTYS
Explicitly mention CONFIG_LEGACY_PTYS, and note that it is disabled
by default since Linux 2.6.30.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man7/pty.7 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/man7/pty.7 b/man7/pty.7 index f321b9395d..ecc1a6bec6 100644 --- a/man7/pty.7 +++ b/man7/pty.7 @@ -66,8 +66,13 @@ Linux provides both BSD-style and (standardized) System V-style pseudoterminals. System V-style terminals are commonly called UNIX 98 pseudoterminals on Linux systems. -Since kernel 2.6.4, BSD-style pseudoterminals are considered deprecated -(they can be disabled when configuring the kernel); +.PP +Since kernel 2.6.4, BSD-style pseudoterminals are considered deprecated: +support can be disabled when building the kernel by disabling the +.B CONFIG_LEGACY_PTYS +option. +(Starting with Linux 2.6.30, +that option is disabled by default in the mainline kernel.) UNIX 98 pseudoterminals should be used in new applications. .SS UNIX 98 pseudoterminals An unused UNIX 98 pseudoterminal master is opened by calling |
