=================================================================== RCS file: /cvs/mandoc/mdoc.7,v retrieving revision 1.178 retrieving revision 1.179 diff -u -p -r1.178 -r1.179 --- mandoc/mdoc.7 2011/02/02 21:40:45 1.178 +++ mandoc/mdoc.7 2011/02/07 00:05:40 1.179 @@ -1,6 +1,6 @@ -.\" $Id: mdoc.7,v 1.178 2011/02/02 21:40:45 kristaps Exp $ +.\" $Id: mdoc.7,v 1.179 2011/02/07 00:05:40 schwarze 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: February 2 2011 $ +.Dd $Mdocdate: February 7 2011 $ .Dt MDOC 7 .Os .Sh NAME @@ -283,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.