From 1f5529f25023468af9a60231ee5412313faaf6f7 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 28 Jul 2020 22:56:50 +0200 Subject: [PATCH] grantpt.3: Minor wording fix Signed-off-by: Michael Kerrisk --- man3/grantpt.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/grantpt.3 b/man3/grantpt.3 index 0052aacf5..34c59a52b 100644 --- a/man3/grantpt.3 +++ b/man3/grantpt.3 @@ -31,7 +31,7 @@ Glibc 2.23 and earlier: The .BR grantpt () function changes the mode and owner of the slave pseudoterminal device -corresponding to the master pseudoterminal referred to by +corresponding to the master pseudoterminal referred to by the file descriptor .IR fd . The user ID of the slave is set to the real UID of the calling process. The group ID is set to an unspecified value (e.g.,