diff --git a/docs/RELEASE.md b/docs/RELEASE.md
index f2650ad6..2522d83c 100644
--- a/docs/RELEASE.md
+++ b/docs/RELEASE.md
@@ -12,7 +12,8 @@ GitHub.
- [Dockerfile](/Dockerfile): update `ARG version`.
- [test/external/\*.cfg](/test/external): update test dependency commits
(preferably, use the latest available).
- - [man/\*](/man/): update dates and authors.
+ - [man/\*](/man/): update dates and authors. You can use
+ `sed -Ei '/^\.Dd/ s/ .*/ '"$(LC_ALL=C date +'%B %d, %Y')"/ man/*`.
2. Create a Git tag formatted as v<MAJOR>.<MINOR>.<PATCH>,
or v<MAJOR>.<MINOR>.<PATCH>-rc<RC>