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

Diff for /mandoc/roff.7 between version 1.56 and 1.61

version 1.56, 2014/08/13 20:34:29 version 1.61, 2014/12/25 17:23:32
Line 543  one explicit newline character.
Line 543  one explicit newline character.
 In order to prevent endless recursion, both groff and  In order to prevent endless recursion, both groff and
 .Xr mandoc 1  .Xr mandoc 1
 limit the stack depth for expanding macros and strings  limit the stack depth for expanding macros and strings
 to a large, but finite number.  to a large, but finite number, and
 Do not rely on the exact value of this limit.  .Xr mandoc 1
   also limits the length of the expanded input line.
   Do not rely on the exact values of these limits.
 .Ss \&dei  .Ss \&dei
 Define a  Define a
 .Nm  .Nm
Line 747  If the first character of COND is
Line 749  If the first character of COND is
 .Pq even page ,  .Pq even page ,
 .Sq r  .Sq r
 .Pq register accessed ,  .Pq register accessed ,
 or  
 .Sq t  .Sq t
 .Pq troff mode ,  .Pq troff mode ,
   or
   .Sq v
   .Pq vroff mode ,
 COND evaluates to false.  COND evaluates to false.
 .It  .It
 If COND starts with a parenthesis or with an optionally signed  If COND starts with a parenthesis or with an optionally signed
 integer number, it is evaluated according to the rules of  integer number, it is evaluated according to the rules of
 .Sx Numerical expressions  .Sx Numerical expressions
 explained below.  explained below.
 It evaluates to true if the the result is positive,  It evaluates to true if the result is positive,
 or to false if the result is zero or negative.  or to false if the result is zero or negative.
 .It  .It
 Otherwise, the first character of COND is regarded as a delimiter  Otherwise, the first character of COND is regarded as a delimiter
Line 935  Turn on no-space mode.
Line 939  Turn on no-space mode.
 This line-scoped request is intended to take no arguments.  This line-scoped request is intended to take no arguments.
 Currently, it is ignored including its arguments,  Currently, it is ignored including its arguments,
 and the number of arguments is not checked.  and the number of arguments is not checked.
   .Ss \&pl
   Change page length.
   This line-scoped request is intended to take one height argument.
   Currently, it is ignored including its arguments,
   and the number of arguments is not checked.
 .Ss \&ps  .Ss \&ps
 Change point size.  Change point size.
 This line-scoped request is intended to take one numerical argument.  This line-scoped request is intended to take one numerical argument.
Line 1189  Bracket building function; ignored by
Line 1198  Bracket building function; ignored by
 .Sx Special Characters  .Sx Special Characters
 with names of arbitrary length.  with names of arbitrary length.
 .Ss \ec  .Ss \ec
 Interrupt text processing to insert requests or macros; ignored by  When encountered at the end of an input text line,
 .Xr mandoc 1 .  the next input text line is considered to continue that line,
   even if there are request or macro lines in between.
   No whitespace is inserted.
 .Ss \eD\(aq Ns Ar string Ns \(aq  .Ss \eD\(aq Ns Ar string Ns \(aq
 Draw graphics function; ignored by  Draw graphics function; ignored by
 .Xr mandoc 1 .  .Xr mandoc 1 .

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.61

CVSweb