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/Ms/noarg.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'regress/mdoc/Ms/noarg.in') diff --git a/regress/mdoc/Ms/noarg.in b/regress/mdoc/Ms/noarg.in index ae283587..9c9d83f6 100644 --- a/regress/mdoc/Ms/noarg.in +++ b/regress/mdoc/Ms/noarg.in @@ -1,12 +1,12 @@ -.Dd January 19, 2011 +.Dd June 19, 2017 .Dt MS-NOARG 1 .Os OpenBSD .Sh NAME .Nm Ms-noarg .Nd mathematical symbol without an argument .Sh DESCRIPTION -with command: -.Ms alpha -no command: +with symbol: +.Ms alpha. +no symbol: .Ms end of test document -- cgit