=================================================================== RCS file: /cvs/mandoc/mdoc.7,v retrieving revision 1.176 retrieving revision 1.180 diff -u -p -r1.176 -r1.180 --- mandoc/mdoc.7 2011/01/22 14:05:33 1.176 +++ mandoc/mdoc.7 2011/02/09 10:03:02 1.180 @@ -1,6 +1,6 @@ -.\" $Id: mdoc.7,v 1.176 2011/01/22 14:05:33 schwarze Exp $ +.\" $Id: mdoc.7,v 1.180 2011/02/09 10:03:02 kristaps Exp $ .\" -.\" Copyright (c) 2009, 2010 Kristaps Dzonsons +.\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons .\" Copyright (c) 2010 Ingo Schwarze .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -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: January 22 2011 $ +.Dd $Mdocdate: February 9 2011 $ .Dt MDOC 7 .Os .Sh NAME @@ -52,9 +52,6 @@ Other lines are interpreted within the current state. .Nm documents may contain only graphable 7-bit ASCII characters, the space character, and, in certain circumstances, the tab character. -All manuals must have -.Ux -line terminators. .Pp If the first character of a line is a space, that line is printed with a leading newline. @@ -286,11 +283,13 @@ a line. By doing so, front-ends will be able to apply the proper amount of spacing after the end of sentence (unescaped) period, exclamation mark, or question mark followed by zero or more non-sentence closing -delimiters ( -.Ns Sq \&) , +delimiters +.Po +.Sq \&) , .Sq \&] , .Sq \&' , -.Sq \&" ) . +.Sq \&" +.Pc . .Pp The proper spacing is also intelligently preserved if a sentence ends at the boundary of a macro line. @@ -2206,6 +2205,8 @@ Suppress a space. Following invocation, text is interpreted as free-form text until a macro is encountered. .Pp +This has no effect when invoked at the start of a macro line. +.Pp Examples: .Dl \&.Fl o \&Ns \&Ar output .Pp @@ -2906,6 +2907,7 @@ This is not supported by mandoc. .Sh SEE ALSO .Xr man 1 , .Xr mandoc 1 , +.Xr eqn 7 , .Xr man 7 , .Xr mandoc_char 7 .Xr roff 7 ,