aboutsummaryrefslogtreecommitdiff
path: root/aux
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-14 10:08:18 -0300
committerEuAndreh <eu@euandre.org>2021-06-14 10:08:23 -0300
commit724fa3f7ef8db0c0b374467eab2e544bd5a0d75f (patch)
treefa1aad67fee4e3887c2434d401edce2f5303590b /aux
parentdoc/remembering.1: Use ".nf"+tabs over ".RS"+".EX" (diff)
downloadremembering-724fa3f7ef8db0c0b374467eab2e544bd5a0d75f.tar.gz
remembering-724fa3f7ef8db0c0b374467eab2e544bd5a0d75f.tar.xz
doc/remembering.*: Make correct usage of .MT and .UR requests
Adjust aux/workflow/assert-manpages.sh accordingly.
Diffstat (limited to 'aux')
-rw-r--r--aux/workflow/assert-manpages.sh20
1 files changed, 11 insertions, 9 deletions
diff --git a/aux/workflow/assert-manpages.sh b/aux/workflow/assert-manpages.sh
index 712a2bb..e7ab27b 100644
--- a/aux/workflow/assert-manpages.sh
+++ b/aux/workflow/assert-manpages.sh
@@ -11,28 +11,30 @@ cat <<EOF >> "$EXPECTED"
.
.SH AUTHORS
.P
-EuAndreh
.MT eu@euandre.org
+EuAndreh
.ME
and contributors.
.
.
.SH BUGS
-Report bugs to:
+Report bugs to the
.MT ~euandreh/$MAILING_LIST@lists.sr.ht
-.ME
+mailing list
+.ME .
.br
-Browse bugs at:
+Browse bugs
.UR https://$TLD/$PROJECT/TODOs.html
-.UE
+online
+.UE .
.br
-Home page:
.UR https://$TLD/$PROJECT/
-.UE
+Home page
+.UE .
.br
-Discussions:
.UR https://lists.sr.ht/~euandreh/$MAILING_LIST?search=[$PROJECT]
-.UE
+Comments and discussions
+.UE .
EOF
# shellcheck disable=2044