diff options
| author | Seth McDonald <sethmcmail@pm.me> | 2026-01-08 13:03:12 +1000 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2026-01-08 12:43:56 +0100 |
| commit | 36ecf0939c8f61615f74fd01e63c00fbdb9bf007 (patch) | |
| tree | 4d81f57f7422831476c59a175d42fc5ccf50488d | |
| parent | e4f4249a0add06d86ef2a2ac81a44b6556b679f7 (diff) | |
| download | man-pages-36ecf0939c8f61615f74fd01e63c00fbdb9bf007.tar.gz | |
man/man3type/stat.3type: SYNOPSIS: wfix
When the VERSIONS section was renamed to HISTORY, the reference to the
VERSIONS section in the SYNOPSIS was not removed. Change the comment to
refer to the HISTORY section.
Fixes: 4131356cdab8 (2023-03-30; "man*/, man-pages.7: VERSIONS, STANDARDS, HISTORY: Reorganize sections")
Signed-off-by: Seth McDonald <sethmcmail@pm.me>
Message-ID: <84a9e467d506b8ed0c2d66eb8e1e87446a8a8630.1767840410.git.sethmcmail@pm.me>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | man/man3type/stat.3type | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man3type/stat.3type b/man/man3type/stat.3type index ea9acc5ec0..257f1c8d6b 100644 --- a/man/man3type/stat.3type +++ b/man/man3type/stat.3type @@ -26,7 +26,7 @@ Standard C library \& /* Since POSIX.1-2008, this structure supports nanosecond precision for the following timestamp fields. - For the details before POSIX.1-2008, see VERSIONS. */ + For the details before POSIX.1-2008, see HISTORY. */ \& .BR " struct timespec st_atim;" " /* Time of last access */" .BR " struct timespec st_mtim;" " /* Time of last modification */" |
