diff options
author | Alejandro Colomar <alx@kernel.org> | 2024-01-28 20:13:35 +0100 |
---|---|---|
committer | Alejandro Colomar <alx@kernel.org> | 2024-01-28 20:13:49 +0100 |
commit | 40b0e23eb8df398c0aa7223b69c3b7fa11a5a8ad (patch) | |
tree | 5e3aac7007e56153eb683f4e176dc8eef1732e0d | |
parent | a81e893f2b9316869e6098c3a079c30a48158092 (diff) | |
download | man-pages-40b0e23eb8df398c0aa7223b69c3b7fa11a5a8ad.tar.gz |
man*/: Use '(date)' in TH line
It seems those dates were accidentally hardcoded.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r-- | man2/ioctl_pagemap_scan.2 | 2 | ||||
-rw-r--r-- | man3head/printf.h.3head | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man2/ioctl_pagemap_scan.2 b/man2/ioctl_pagemap_scan.2 index 0394243bcf..f7235b8bef 100644 --- a/man2/ioctl_pagemap_scan.2 +++ b/man2/ioctl_pagemap_scan.2 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH ioctl_pagemap_scan 2 2023-10-17 "Linux man-pages (unreleased)" +.TH ioctl_pagemap_scan 2 (date) "Linux man-pages (unreleased)" .SH NAME ioctl_pagemap_scan \- get and/or clear page flags .SH LIBRARY diff --git a/man3head/printf.h.3head b/man3head/printf.h.3head index a5c7d1c058..1ab8c661a5 100644 --- a/man3head/printf.h.3head +++ b/man3head/printf.h.3head @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH printf.h 3head 2022-09-18 "Linux man-pages (unreleased)" +.TH printf.h 3head (date) "Linux man-pages (unreleased)" .SH NAME printf.h, \%register_printf_specifier, |