From 7b67208034e75877b191fc5b5f2e047ecbbe9b57 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 28 Jul 2020 22:13:52 +0200 Subject: [PATCH] ioctl_tty.2: Fix a confusing wording error in description of TIOCSPTLCK Signed-off-by: Michael Kerrisk --- man2/ioctl_tty.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/ioctl_tty.2 b/man2/ioctl_tty.2 index 301284c377..78e5e66f98 100644 --- a/man2/ioctl_tty.2 +++ b/man2/ioctl_tty.2 @@ -371,7 +371,7 @@ Set (if .IR *argp is nonzero) or remove (if .IR *argp -is zero) the pseudoterminal slave device. +is zero) the lock on the pseudoterminal slave device. (See also .BR unlockpt (3).) .TP -- 2.47.2