summaryrefslogtreecommitdiff
path: root/textproc/mdoclint/files
diff options
context:
space:
mode:
authorwiz <wiz>2013-07-20 21:50:52 +0000
committerwiz <wiz>2013-07-20 21:50:52 +0000
commitf85f2ef1e2d91b9ab6467ec28bc7257d82fccd89 (patch)
treec6f53077aec577e5fc64ba176cd73d29f3bc5c91 /textproc/mdoclint/files
parent29380f4454197653a0b5e361b990c2c3f271fec0 (diff)
downloadpkgsrc-f85f2ef1e2d91b9ab6467ec28bc7257d82fccd89.tar.gz
Use Mt for email addresses.
Diffstat (limited to 'textproc/mdoclint/files')
-rwxr-xr-xtextproc/mdoclint/files/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/mdoclint/files/TODO b/textproc/mdoclint/files/TODO
index c53b319940d..3efa2b1dcdb 100755
--- a/textproc/mdoclint/files/TODO
+++ b/textproc/mdoclint/files/TODO
@@ -1,4 +1,4 @@
-# $NetBSD: TODO,v 1.1.1.1 2009/03/01 21:25:39 wiz Exp $
+# $NetBSD: TODO,v 1.2 2013/07/20 21:50:55 wiz Exp $
. check for font changes in .Bd -literal (.Fd, .No, ...)
. add checks for only allowed values after .Bl/.Bd/...
. compare internal with external section name
@@ -7,7 +7,7 @@
[. Nm doesn't need an argument, most of the time (?)]
. .Nm "": remove if not needed
. count correct matching of .Bd/.Ed, .Rs/.Re and similar
-. check AUTHORS sections for usage of .An name Aq email@host
+. check AUTHORS sections for usage of .An name Aq Mt email@host
. recognize more section headers?
. check .Rs/.Re contents?
. empty lines in .Bd -literal ignored -- groff ignores them, too...