=================================================================== RCS file: /cvs/mandoc/mandoc.1,v retrieving revision 1.22 retrieving revision 1.23 diff -u -p -r1.22 -r1.23 --- mandoc/mandoc.1 2009/06/22 12:04:05 1.22 +++ mandoc/mandoc.1 2009/06/25 10:51:55 1.23 @@ -1,4 +1,4 @@ -.\" $Id: mandoc.1,v 1.22 2009/06/22 12:04:05 kristaps Exp $ +.\" $Id: mandoc.1,v 1.23 2009/06/25 10:51:55 kristaps Exp $ .\" .\" Copyright (c) 2009 Kristaps Dzonsons .\" @@ -14,7 +14,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: June 22 2009 $ +.Dd $Mdocdate: June 25 2009 $ .Dt MANDOC 1 .Os .\" SECTION @@ -132,7 +132,7 @@ these rules are also applied to macro arguments when a White-space, in non-literal (normal) mode, is stripped from input and replaced on output by a single space. Thus, if you wish to preserve multiple spaces, they must be space-escaped -.Sq \e\ . +.Sq \e\ or used in a literal display mode, e.g., .Sq \&.Bd \-literal in @@ -270,9 +270,8 @@ displays types are synonyms, as are \-filled and \-rag Words aren't hyphenated. .It In normal mode (not a literal block), blocks of spaces aren't preserved, -so double spaces following sentence closure -.Pq Qq French spacing -are reduced to a single space. +so double spaces following sentence closure are reduced to a single space +.Pq Dq French spacing . .El .\" SECTION .Sh SEE ALSO