diff options
| author | Alejandro Colomar <alx@kernel.org> | 2022-10-09 18:02:16 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2022-10-09 18:02:16 +0200 |
| commit | ab47278f252262dd9bd90f3386ffd7d8700fa25a (patch) | |
| tree | d22eaf2c98911e7be9a58647d843cc20d298813f /man5/intro.5 | |
| parent | b23e48c976a3767de2250cdb164c1475c512d30d (diff) | |
| download | man-pages-ab47278f252262dd9bd90f3386ffd7d8700fa25a.tar.gz | |
dist.mk, All pages: .TH: Generate date at 'make dist'
Replace the date by a placeholder (date) in the repo, as we're
doing with the version (unreleased). It will be filled when the
tarball is generated with 'make dist' (or equivalent) with the
date of the most recent git commit that modifies the page (as was
done previously by update_timestamps.sh, which has been removed).
Scripted change (mostly):
$ find man* -type f \
| xargs sed -Ei '/^\.TH /s/.TH +([^ ]+ +[^ ]+) +[^ ]+ +(.*)/.TH \1 (date) \2/'
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man5/intro.5')
| -rw-r--r-- | man5/intro.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man5/intro.5 b/man5/intro.5 index b657ee8bdb..08686c4b95 100644 --- a/man5/intro.5 +++ b/man5/intro.5 @@ -5,7 +5,7 @@ .\" .\" Modified Sat Jul 24 17:06:52 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Sun Jan 14 00:34:09 1996 by Andries Brouwer (aeb@cwi.nl) -.TH INTRO 5 2022-09-09 "Linux man-pages (unreleased)" +.TH INTRO 5 (date) "Linux man-pages (unreleased)" .SH NAME intro \- introduction to file formats and filesystems .SH DESCRIPTION |
