From 311cf8189e0b75a760c83c3fca31030f3ad4ecca Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 15 Jul 2010 23:50:15 +0000 Subject: document .Sm; prodded by kristaps@ --- mdoc.7 | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'mdoc.7') diff --git a/mdoc.7 b/mdoc.7 index 40a04212..3e7c0f66 100644 --- a/mdoc.7 +++ b/mdoc.7 @@ -2332,6 +2332,18 @@ line. .Ss \&Sc .Ss \&Sh .Ss \&Sm +Switches the spacing mode for output generated from macros. +Its syntax is as follows: +.Pp +.D1 Pf \. Sx \&Sm Cm on | off +.Pp +By default, spacing is +.Cm on . +When switched +.Cm off , +no white space is inserted between macro arguments and between the +output generated from adjacent macros, but free-form text lines +still get normal spacing between words and sentences. .Ss \&So .Ss \&Sq .Ss \&Ss -- cgit