[BACK]Return to mdoc.7 CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mdoc.7 between version 1.200 and 1.202

version 1.200, 2011/08/17 20:34:53 version 1.202, 2011/08/18 08:58:44
Line 73  Furthermore,
Line 73  Furthermore,
 macro lines with only a control character and optional trailing  macro lines with only a control character and optional trailing
 whitespace are  whitespace are
 stripped from input.  stripped from input.
   .Pp
   Examples:
   .Bd -literal -offset indent -compact
   \&.\e\*q This is a comment line.
   \&.\e\*q The next line is ignored:
   \&.
   \&.Em Emphasis \e\*q This is also a comment.
   .Ed
 .Ss Special Characters  .Ss Special Characters
 Special characters are used to encode special glyphs and are rendered  Special characters are used to encode special glyphs and are rendered
 differently across output media.  differently across output media.
Line 260  Examples:
Line 268  Examples:
 .It \&.Bl -tag -width 2i  .It \&.Bl -tag -width 2i
 two-inch tagged list indentation  two-inch tagged list indentation
 .Pq see Sx \&Bl  .Pq see Sx \&Bl
 .It \&.br 2v  .It \&.sp 2v
 two vertical spaces  two vertical spaces
 .Pq see Sx \&br  .Pq see Sx \&sp
 .El  .El
 .Ss Sentence Spacing  .Ss Sentence Spacing
 Sentences should terminate at the end of an input line.  Sentences should terminate at the end of an input line.
Line 3261  utility written by Kristaps Dzonsons appeared in
Line 3269  utility written by Kristaps Dzonsons appeared in
 The  The
 .Nm  .Nm
 reference was written by  reference was written by
 .An Kristaps Dzonsons Aq kristaps@bsd.lv .  .An Kristaps Dzonsons ,
   .Mt kristaps@bsd.lv .

Legend:
Removed from v.1.200  
changed lines
  Added in v.1.202

CVSweb