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

Diff for /mandoc/mandoc.1 between version 1.146 and 1.150

version 1.146, 2015/02/06 03:38:45 version 1.150, 2015/02/06 11:54:36
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 1120  The
Line 1125  The
 utility assumes  utility assumes
 .Fl std  .Fl std
 even when it is not specified, but other implementations may not.  even when it is not specified, but other implementations may not.
   .It Sy "missing option string, using \(dq\(dq"
   .Pq man
   The
   .Ic \&OP
   macro is invoked without any argument.
   An empty pair of square brackets is shown.
   .It Sy "missing resource identifier, using \(dq\(dq"
   .Pq man
   The
   .Ic \&UR
   macro is invoked without any argument.
   An empty pair of angle brackets is shown.
 .It Sy "missing eqn box, using \(dq\(dq"  .It Sy "missing eqn box, using \(dq\(dq"
 .Pq eqn  .Pq eqn
 A diacritic mark or a binary operator is found,  A diacritic mark or a binary operator is found,
Line 1630  or
Line 1647  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.
 All arguments are ignored.  All arguments are ignored.
 .It Sy "skipping excess arguments"  .It Sy "skipping excess arguments"
 .Pq mdoc , man , roff  .Pq mdoc , man , roff
 The  A macro or request is invoked with too many arguments:
   .Bl -dash -offset 2n -width 2n -compact
   .It
   .Ic \&Fo ,
   .Ic \&PD ,
   .Ic \&RS ,
   .Ic \&UR ,
   .Ic \&ft ,
   or
   .Ic \&sp
   with more than one argument
   .It
 .Ic \&An  .Ic \&An
 macro is invoked with another argument after  with another argument after
 .Fl split  .Fl split
 or  or
 .Fl nosplit ,  .Fl nosplit
 .Ic \&Fo  .It
 is invoked with more than one argument,  .Ic \&RE
   with more than one argument or with a non-integer argument
   .It
   .Ic \&OP
   or a request of the
   .Ic \&de
   family with more than two arguments
   .It
   .Ic \&TH
   with more than five arguments
   .It
 .Ic \&Bd ,  .Ic \&Bd ,
 .Ic \&Bk ,  .Ic \&Bk ,
 or  or
 .Ic \&Bl  .Ic \&Bl
 are invoked with invalid arguments, the  with invalid arguments
 .Ic \&RE  .El
 macro is invoked with more than one argument  
 or with a non-integer argument, the  
 .Ic \&sp  
 request is invoked with more than one argument, or a request of the  
 .Ic \&de  
 family is invoked with more than two arguments.  
 The excess arguments are ignored.  The excess arguments are ignored.
 .El  .El
 .Ss Unsupported features  .Ss Unsupported features

Legend:
Removed from v.1.146  
changed lines
  Added in v.1.150

CVSweb