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

Diff for /mandoc/mandoc.1 between version 1.145 and 1.149

version 1.145, 2015/02/04 22:30:10 version 1.149, 2015/02/06 09:38:43
Line 994  except that it may control a following
Line 994  except that it may control a following
 clause.  clause.
 .It Sy "skipping empty macro"  .It Sy "skipping empty macro"
 .Pq mdoc  .Pq mdoc
 The indicated macro has no arguments or no body content  The indicated macro has no arguments and hence no effect.
 and hence no effect.  .It Sy "empty block"
   .Pq mdoc , man
   A
   .Ic \&Bd ,
   .Ic \&Bk ,
   .Ic \&Bl ,
   .Ic \&D1 ,
   .Ic \&Dl ,
   .Ic \&RS ,
   or
   .Ic \&UR
   block contains nothing in its body and will produce no output.
 .It Sy "empty argument, using 0n"  .It Sy "empty argument, using 0n"
 .Pq mdoc  .Pq mdoc
 The required width is missing after  The required width is missing after
Line 1005  or
Line 1016  or
 .Fl offset  .Fl offset
 or  or
 .Fl width.  .Fl width.
 .It Sy "argument count wrong"  
 .Pq mdoc , man  
 The indicated macro has too few or too many arguments.  
 The syntax tree will contain the wrong number of arguments as given.  
 Formatting behaviour depends on the specific macro in question.  
 Note that the same message may also occur as an ERROR, see below.  
 .It Sy "missing display type, using -ragged"  .It Sy "missing display type, using -ragged"
 .Pq mdoc  .Pq mdoc
 The  The
Line 1042  The
Line 1047  The
 macro is called without an argument before  macro is called without an argument before
 .Ic \&Nm  .Ic \&Nm
 has first been called with an argument.  has first been called with an argument.
   .It Sy "missing function name, using \(dq\(dq"
   .Pq mdoc
   The
   .Ic \&Fo
   macro is called without an argument.
   No function name is printed.
 .It Sy "empty head in list item"  .It Sy "empty head in list item"
 .Pq mdoc  .Pq mdoc
 In a  In a
Line 1624  or
Line 1635  or
 .Ic \&EN  .Ic \&EN
 macro, or a  macro, or a
 .Xr roff 7  .Xr roff 7
 .Ic \&br  .Ic \&br ,
   .Ic \&fi ,
   or
   .Ic \&nf
 request or  request or
 .Sq \&..  .Sq \&..
 block closing request is invoked with at least one argument.  block closing request is invoked with at least one argument.
Line 1637  macro is invoked with another argument after
Line 1651  macro is invoked with another argument after
 .Fl split  .Fl split
 or  or
 .Fl nosplit ,  .Fl nosplit ,
   .Ic \&Fo
   is invoked with more than one argument,
 .Ic \&Bd ,  .Ic \&Bd ,
 .Ic \&Bk ,  .Ic \&Bk ,
 or  or
Line 1645  are invoked with invalid arguments, the
Line 1661  are invoked with invalid arguments, the
 .Ic \&RE  .Ic \&RE
 macro is invoked with more than one argument  macro is invoked with more than one argument
 or with a non-integer argument, the  or with a non-integer argument, the
   .Ic \&PD
   macro or the
   .Ic \&ft
   or
 .Ic \&sp  .Ic \&sp
 request is invoked with more than one argument, or a request of the  request is invoked with more than one argument, or a request of the
 .Ic \&de  .Ic \&de

Legend:
Removed from v.1.145  
changed lines
  Added in v.1.149

CVSweb