diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-10 01:48:53 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-10 01:48:53 +0000 |
commit | 81aa584b2fb42578083c3724876f0d11d9e09e4d (patch) | |
tree | 542564f1972e19ff89c99a2408036b552424ca0a /regress/mdoc/Li/punct.in | |
parent | 0a22b0c0a17ed600835a33cebfe2cc2affd8ffc8 (diff) | |
download | mandoc-81aa584b2fb42578083c3724876f0d11d9e09e4d.tar.gz |
style message about missing blank before trailing delimiter;
inspired by mdoclint(1), and jmc@ considers it useful
Diffstat (limited to 'regress/mdoc/Li/punct.in')
-rw-r--r-- | regress/mdoc/Li/punct.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/regress/mdoc/Li/punct.in b/regress/mdoc/Li/punct.in index 02565770..434b7e6f 100644 --- a/regress/mdoc/Li/punct.in +++ b/regress/mdoc/Li/punct.in @@ -1,4 +1,4 @@ -.Dd November 17, 2014 +.Dd June 9, 2017 .Dt LI-PUNCT 1 .Os OpenBSD .Sh NAME @@ -81,3 +81,6 @@ Quoted: .Li "a . b Nm" "Sy" bold .Li ". b Nm" .Li "." +.Pp +Missing blank: +.Li a. |