From 15974546a27eb06e33f668cc2f78365f0d816843 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 21 Dec 2020 21:23:10 +0100 Subject: [PATCH] isfdtype.3: tfix Signed-off-by: Michael Kerrisk --- man3/isfdtype.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man3/isfdtype.3 b/man3/isfdtype.3 index 43eff2790..a1fa397b5 100644 --- a/man3/isfdtype.3 +++ b/man3/isfdtype.3 @@ -83,7 +83,7 @@ is set to indicate the cause. The .BR isfdtype () function can fail with any of the same errors as -.BR fstat (3). +.BR fstat (2). .SH CONFORMING TO The .BR isfdtype () @@ -96,7 +96,7 @@ as shown in the POSIX.1g draft), and possibly other systems. .SH NOTES Portable applications should use -.BR fstat (3) +.BR fstat (2) instead. .SH SEE ALSO -.BR fstat (3) +.BR fstat (2)