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

Diff for /mandoc/mandoc.1 between version 1.111 and 1.113

version 1.111, 2014/09/07 23:25:01 version 1.113, 2014/09/12 00:54:10
Line 766  The same standard section title occurs more than once.
Line 766  The same standard section title occurs more than once.
 .Pq mdoc  .Pq mdoc
 A standard section header occurs in a section of the manual  A standard section header occurs in a section of the manual
 where it normally isn't useful.  where it normally isn't useful.
   .It Sy "unusual Xr order"
   .Pq mdoc
   In the SEE ALSO section, an
   .Ic \&Xr
   macro with a lower section number follows one with a higher number,
   or two
   .Ic \&Xr
   macros refering to the same section are out of alphabetical order.
   .It Sy "unusual Xr punctuation"
   .Pq mdoc
   In the SEE ALSO section, punctuation between two
   .Ic \&Xr
   macros differs from a single comma, or there is trailing punctuation
   after the last
   .Ic \&Xr
   macro.
 .It Sy "AUTHORS section without An macro"  .It Sy "AUTHORS section without An macro"
 .Pq mdoc  .Pq mdoc
 An AUTHORS sections contains no  An AUTHORS sections contains no
Line 1102  macro has an invalid argument.
Line 1118  macro has an invalid argument.
 It is used verbatim, with  It is used verbatim, with
 .Qq "AT&T UNIX "  .Qq "AT&T UNIX "
 prefixed to it.  prefixed to it.
   .It Sy "comma in function argument"
   .Pq mdoc
   An argument of an
   .Ic \&Fa
   or
   .Ic \&Fn
   macro contains a comma; it should probably be split into two arguments.
 .It Sy "invalid content in Rs block"  .It Sy "invalid content in Rs block"
 .Pq mdoc  .Pq mdoc
 An  An

Legend:
Removed from v.1.111  
changed lines
  Added in v.1.113

CVSweb