[PATCH v2 06/11] readdir.3: fix wrong section references
From: Kir Kolyshkin <hidden>
Date: 2024-06-16 20:14:02
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Kir Kolyshkin <hidden>
Date: 2024-06-16 20:14:02
Subsystem:
the rest · Maintainer:
Linus Torvalds
There are references to NOTES section, but since the commit 4131356cd
("man*/, man-pages.7: VERSIONS, STANDARDS, HISTORY: Reorganize
sections") the relevant information is in VERSIONS.
While at it, unify the "see XXX" style.
Fixes: 4131356cd
Signed-off-by: Kir Kolyshkin <redacted>
---
man/man3/readdir.3 | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/man/man3/readdir.3 b/man/man3/readdir.3
index 731e25c85..094f21080 100644
--- a/man/man3/readdir.3
+++ b/man/man3/readdir.3@@ -59,7 +59,7 @@ .SH DESCRIPTION and .IR d_ino . The other fields are unstandardized, and not present on all systems; -see NOTES below for some further details. +see VERSIONS. .P The fields of the .I dirent
@@ -85,7 +85,7 @@ .SH DESCRIPTION .I d_reclen This is the size (in bytes) of the returned record. This may not match the size of the structure definition shown above; -see NOTES. +see VERSIONS. .TP .I d_type This field contains a value indicating the file type,
@@ -137,8 +137,8 @@ .SH DESCRIPTION .BR DT_UNKNOWN . .TP .I d_name -This field contains the null terminated filename. -.IR "See NOTES" . +This field contains the null terminated filename; +see VERSIONS. .P The data returned by .BR readdir ()
--
2.45.2