From 81aa584b2fb42578083c3724876f0d11d9e09e4d Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 10 Jun 2017 01:48:53 +0000 Subject: style message about missing blank before trailing delimiter; inspired by mdoclint(1), and jmc@ considers it useful --- regress/mdoc/Va/noarg.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'regress/mdoc/Va/noarg.in') diff --git a/regress/mdoc/Va/noarg.in b/regress/mdoc/Va/noarg.in index f5fadad6..92d35dad 100644 --- a/regress/mdoc/Va/noarg.in +++ b/regress/mdoc/Va/noarg.in @@ -1,4 +1,4 @@ -.Dd January 20, 2011 +.Dd June 9, 2017 .Dt VA-NOARG 1 .Os OpenBSD .Sh NAME @@ -7,7 +7,7 @@ .Sh DESCRIPTION with arguments .Vt int -.Va errno +.Va errno. no arguments .Va end of test document -- cgit