From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (schwarze@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id o6FNoG5q016590 for ; Thu, 15 Jul 2010 19:50:16 -0400 (EDT) Received: (from schwarze@localhost) by krisdoz.my.domain (8.14.3/8.14.3/Submit) id o6FNoFmh031143; Thu, 15 Jul 2010 19:50:15 -0400 (EDT) Date: Thu, 15 Jul 2010 19:50:15 -0400 (EDT) Message-Id: <201007152350.o6FNoFmh031143@krisdoz.my.domain> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: schwarze@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: document .Sm; prodded by kristaps@ X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- document .Sm; prodded by kristaps@ Modified Files: -------------- mdocml: mdoc.7 Revision Data ------------- Index: mdoc.7 =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc.7,v retrieving revision 1.133 retrieving revision 1.134 diff -Lmdoc.7 -Lmdoc.7 -u -p -r1.133 -r1.134 --- mdoc.7 +++ 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 -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv