[PATCH 05/11] getdtablesize.3: fix section reference
From: Kir Kolyshkin <hidden>
Date: 2024-06-16 01:19:35
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Kir Kolyshkin <hidden>
Date: 2024-06-16 01:19:35
Subsystem:
the rest · Maintainer:
Linus Torvalds
There is a reference to NOTES section, which no longer exists since
the commit 4131356cd ("man*/, man-pages.7: VERSIONS, STANDARDS, HISTORY:
Reorganize sections").
Fixes: 4131356cd
Signed-off-by: Kir Kolyshkin <redacted>
---
man/man3/getdtablesize.3 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/man3/getdtablesize.3 b/man/man3/getdtablesize.3
index 9482886f7..032514530 100644
--- a/man/man3/getdtablesize.3
+++ b/man/man3/getdtablesize.3@@ -44,7 +44,7 @@ .SH ERRORS .BR getdtablesize () can return any of the errors described for .BR getrlimit (2); -see NOTES below. +see VERSIONS below. .SH ATTRIBUTES For an explanation of the terms used in this section, see .BR attributes (7).
--
2.45.2