From 965cd800374a9c92658430143632ea4468db3ac5 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 28 Jul 2020 23:05:11 +0200 Subject: [PATCH] ptsname.3: wfix Signed-off-by: Michael Kerrisk --- man3/ptsname.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/ptsname.3 b/man3/ptsname.3 index 3cfdd2fb2..5ae25c5e4 100644 --- a/man3/ptsname.3 +++ b/man3/ptsname.3 @@ -38,7 +38,7 @@ Glibc 2.23 and earlier: The .BR ptsname () function returns the name of the slave pseudoterminal device -corresponding to the master referred to by +corresponding to the master referred to by the file descriptor .IR fd . .PP The