From eef4c80605bb4ee1175a1f0fb5fe504e6aef04df Mon Sep 17 00:00:00 2001 From: schwarze Date: Thu, 15 Jul 2010 23:46:58 +0000 Subject: [PATCH] document .Sm; prodded by kristaps@ --- usr.bin/mandoc/mdoc.7 | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/usr.bin/mandoc/mdoc.7 b/usr.bin/mandoc/mdoc.7 index 3cc5c858ff2..e00564aac5c 100644 --- a/usr.bin/mandoc/mdoc.7 +++ b/usr.bin/mandoc/mdoc.7 @@ -1,4 +1,4 @@ -.\" $Id: mdoc.7,v 1.39 2010/07/13 01:09:13 schwarze Exp $ +.\" $Id: mdoc.7,v 1.40 2010/07/15 23:46:58 schwarze Exp $ .\" .\" Copyright (c) 2009, 2010 Kristaps Dzonsons .\" Copyright (c) 2010 Ingo Schwarze @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 13 2010 $ +.Dd $Mdocdate: July 15 2010 $ .Dt MDOC 7 .Os .Sh NAME @@ -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 -- 2.20.1