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

Diff for /mandoc/mandoc.1 between version 1.152 and 1.155

version 1.152, 2015/02/07 15:15:20 version 1.155, 2015/02/23 13:31:03
Line 23 
Line 23 
 .Nd format and display UNIX manuals  .Nd format and display UNIX manuals
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm mandoc  .Nm mandoc
 .Op Fl acfhklV  .Op Fl acfhkl
 .Sm off  .Sm off
 .Op Fl I Cm os Li = Ar name  .Op Fl I Cm os Li = Ar name
 .Sm on  .Sm on
Line 150  See
Line 150  See
 for available formats.  for available formats.
 Defaults to  Defaults to
 .Fl T Ns Cm locale .  .Fl T Ns Cm locale .
 .It Fl V  
 Print version and exit.  
 .It Fl W Ns Ar level  .It Fl W Ns Ar level
 Specify the minimum message  Specify the minimum message
 .Ar level  .Ar level
Line 773  This may confuse
Line 771  This may confuse
 .Xr makewhatis 8  .Xr makewhatis 8
 and  and
 .Xr apropos 1 .  .Xr apropos 1 .
 .It Sy "bad NAME section contents"  .It Sy "NAME section without name"
 .Pq mdoc  .Pq mdoc
 The last node in the NAME section is not an  The NAME section does not contain any
   .Ic \&Nm
   child macro.
   .It Sy "NAME section without description"
   .Pq mdoc
   The NAME section lacks the mandatory
 .Ic \&Nd  .Ic \&Nd
 macro, or any preceding macro is not  child macro.
 .Ic \&Nm ,  .It Sy "description not at the end of NAME"
 or the NAME section is completely empty.  .Pq mdoc
 This may confuse  The NAME section does contain an
 .Xr makewhatis 8  .Ic \&Nd
   child macro, but other content follows it.
   .It Sy "bad NAME section content"
   .Pq mdoc
   The NAME section contains plain text or macros other than
   .Ic \&Nm
 and  and
 .Xr apropos 1 .  .Ic \&Nd .
 .It Sy "missing description line, using \(dq\(dq"  .It Sy "missing description line, using \(dq\(dq"
 .Pq mdoc  .Pq mdoc
 The  The
Line 1688  with more than one argument or with a non-integer argu
Line 1696  with more than one argument or with a non-integer argu
 or a request of the  or a request of the
 .Ic \&de  .Ic \&de
 family with more than two arguments  family with more than two arguments
   .It
   .Ic \&Dt
   with more than three arguments
 .It  .It
 .Ic \&TH  .Ic \&TH
 with more than five arguments  with more than five arguments

Legend:
Removed from v.1.152  
changed lines
  Added in v.1.155

CVSweb