From b4eb29b2624d52eff69fd5b74c4d30165086dcf5 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 13 Mar 2015 20:20:07 +0000 Subject: Remove the first comma from constructs like ", and," and ", or,": You can use "and" and "or" to join sentence clauses, and you can use commas, but both hinders reading; patch from jmc@. --- mdoc.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdoc.7 b/mdoc.7 index cf445be5..85d60c4c 100644 --- a/mdoc.7 +++ b/mdoc.7 @@ -2093,7 +2093,7 @@ It is suggested to leave it unspecified, in which case .Xr mandoc 1 uses its .Fl Ios -argument, or, if that isn't specified either, +argument or, if that isn't specified either, .Fa sysname and .Fa release -- cgit