]> git.ipfire.org Git - thirdparty/man-pages.git/commit
ioctl_tty.2, poll.2, getpt.3, grantpt.3, openpty.3, posix_openpt.3, ptsname.3, ttynam... pty_lang_fixup
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 28 Jul 2020 20:12:08 +0000 (22:12 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 29 Jul 2020 09:19:07 +0000 (11:19 +0200)
commit5e3bcef1ae44ef6789f61e000f67a2214fd07582
tree4310e56b1bf31dc311e7ba30e4f89e5e0125ca6a
parentb38481347944c76617d0bc144649457901898cc7
ioctl_tty.2, poll.2, getpt.3, grantpt.3, openpty.3, posix_openpt.3, ptsname.3, ttyname.3, unlockpt.3, pts.4, pty.7: Eliminate problematic "master-slave" terminology

The "master-slave" terminology used in describing pseudoterminals
is problematic, and not even very technically descriptive. Rewrite
various manual pages to eliminate that language. The following
replacement terms are used:

slave ==> "terminal device"
       (or "terminal end of the pseudoterminal device pair")

master ==> "pseudoterminal device"
       (or "pseudoterminal end of the pseudoterminal device pair")

pseudoterminal (device) ==> "pseudoterminal device pair"

Another notable wording change is the use of phrasings such as
"the corresponding terminal device", when emphasizing the linkage
between the pseudoterminal and terminal ends of a pseudoterminal
device pair.

The terminology originates in golang (which made a similar
terminology change in 2019), and was suggested for Linux
man-pages by Elliot Hughes.

Reported-by: Elliott Hughes <enh@google.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/ioctl_tty.2
man2/poll.2
man3/getpt.3
man3/grantpt.3
man3/openpty.3
man3/posix_openpt.3
man3/ptsname.3
man3/ttyname.3
man3/unlockpt.3
man4/pts.4
man7/pty.7