From ca5b48706aac83b719733710a92722a8e21f5db9 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 9 Aug 2009 20:40:19 +0000 Subject: sync to 1.8.3: quote macro names without a preceding dot --- usr.bin/mandoc/mandoc.1 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/mandoc/mandoc.1 b/usr.bin/mandoc/mandoc.1 index 2548d3545a3..1704077cd3e 100644 --- a/usr.bin/mandoc/mandoc.1 +++ b/usr.bin/mandoc/mandoc.1 @@ -1,4 +1,4 @@ -.\" $Id: mandoc.1,v 1.10 2009/08/09 17:20:17 schwarze Exp $ +.\" $Id: mandoc.1,v 1.11 2009/08/09 20:40:18 schwarze Exp $ .\" .\" Copyright (c) 2009 Kristaps Dzonsons .\" @@ -130,7 +130,7 @@ replaced on output by a single space. Thus, if you wish to preserve multiple spaces, they must be space-escaped .Sq \e\ or used in a literal display mode, e.g., -.Sq \&.Bd \-literal +.Sq \&Bd \-literal in .Xr mdoc 7 . .\" SUB-SECTION @@ -157,9 +157,9 @@ A third option, .Fl m Ns Ar andoc , which is also the default, determines encoding on-the-fly: if the first non-comment macro is -.Sq \&.Dd +.Sq \&Dd or -.Sq \&.Dt , +.Sq \&Dt , the .Xr mdoc 7 parser is used; otherwise, the @@ -255,12 +255,12 @@ compatibility with .Bl -bullet -compact .It A list or display following -.Sq \&.Ss +.Sq \&Ss does not assert a prior vertical break, just as it doesn't with -.Sq \&.Sh . +.Sq \&Sh . .It The \-literal and \-unfilled -.Sq \&.Bd +.Sq \&Bd displays types are synonyms, as are \-filled and \-ragged. .It Words aren't hyphenated. -- cgit v1.2.3