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

Diff for /mandoc/roff.7 between version 1.84 and 1.92

version 1.84, 2017/06/04 22:44:15 version 1.92, 2017/06/14 22:51:25
Line 412  Create an alias for a number register.
Line 412  Create an alias for a number register.
 Currently unsupported.  Currently unsupported.
 .It Ic \&als Ar newname oldname  .It Ic \&als Ar newname oldname
 Create an alias for a request, string, macro, or diversion.  Create an alias for a request, string, macro, or diversion.
 Currently unsupported.  
 .It Ic \&am Ar macroname Op Ar endmacro  .It Ic \&am Ar macroname Op Ar endmacro
 Append to a macro definition.  Append to a macro definition.
 The syntax of this request is the same as that of  The syntax of this request is the same as that of
Line 527  Trailing characters are ignored.
Line 526  Trailing characters are ignored.
 Center the next  Center the next
 .Ar N  .Ar N
 input lines without filling.  input lines without filling.
 Currently ignored.  .Ar N
   defaults to 1.
   An argument of 0 or less ends centering.
   Currently, high level macros abort centering.
 .It Ic \&cf Ar filename  .It Ic \&cf Ar filename
 Output the contents of a file.  Output the contents of a file.
 Ignored because insecure.  Ignored because insecure.
Line 1042  If the first character of
Line 1044  If the first character of
 is  is
 .Sq c  .Sq c
 .Pq character available ,  .Pq character available ,
 .Sq d  
 .Pq string defined ,  
 .Sq e  .Sq e
 .Pq even page ,  .Pq even page ,
 .Sq t  .Sq t
Line 1056  it evaluates to false.
Line 1056  it evaluates to false.
 If the first character of  If the first character of
 .Ar condition  .Ar condition
 is  is
   .Sq d ,
   it evaluates to true if the rest of
   .Ar condition
   is the name of an existing user defined macro or string;
   otherwise, it evaluates to false.
   .It
   If the first character of
   .Ar condition
   is
 .Sq r ,  .Sq r ,
 it evaluates to true if the rest of  it evaluates to true if the rest of
 .Ar condition  .Ar condition
Line 1432  Currently ignored.
Line 1441  Currently ignored.
 Print all number registers on standard error output.  Print all number registers on standard error output.
 Currently ignored.  Currently ignored.
 .It Ic \&po Op Oo Cm + Ns | Ns Cm - Oc Ns Ar offset  .It Ic \&po Op Oo Cm + Ns | Ns Cm - Oc Ns Ar offset
 Set horizontal page offset.  Set a horizontal page offset.
 Currently ignored.  If no argument is specified, the page offset is reverted to its
   previous value.
   If a sign is specified, the new page offset is calculated relative
   to the current one; otherwise, it is absolute.
   The argument follows the syntax of
   .Sx Scaling Widths
   and the default scaling unit is
   .Cm m .
 .It Ic \&ps Op Oo Cm + Ns | Ns Cm - Oc Ns size  .It Ic \&ps Op Oo Cm + Ns | Ns Cm - Oc Ns size
 Change point size.  Change point size.
 Currently ignored.  Currently ignored.
Line 1474  This is a Heirloom extension and currently ignored.
Line 1490  This is a Heirloom extension and currently ignored.
 Justify the next  Justify the next
 .Ar N  .Ar N
 input lines to the right margin without filling.  input lines to the right margin without filling.
 Currently ignored.  .Ar N
   defaults to 1.
   An argument of 0 or less ends right adjustment.
 .It Ic \&rm Ar macroname  .It Ic \&rm Ar macroname
 Remove a request, macro or string.  Remove a request, macro or string.
 .It Ic \&rn Ar oldname newname  .It Ic \&rn Ar oldname newname
 Rename a request, macro, diversion, or string.  Rename a request, macro, diversion, or string.
 Currently unsupported.  In
   .Xr mandoc 1 ,
   user-defined macros,
   .Xr mdoc 7
   and
   .Xr man 7
   macros, and user-defined strings can be renamed, but renaming of
   predefined strings and of
   .Nm
   requests is not supported, and diversions are not implemented at all.
 .It Ic \&rnn Ar oldname newname  .It Ic \&rnn Ar oldname newname
 Rename a number register.  Rename a number register.
 Currently unsupported.  Currently unsupported.
Line 1771  logical and (corresponds to C
Line 1798  logical and (corresponds to C
 .Ic && )  .Ic && )
 .It Ic \&:  .It Ic \&:
 logical or (corresponds to C  logical or (corresponds to C
 .Ic \&|| )  .Ic || )
 .It Ic <?  .It Ic <?
 minimum (not available in C)  minimum (not available in C)
 .It Ic >?  .It Ic >?
Line 1979  Overstrike, writing all the characters contained in th
Line 2006  Overstrike, writing all the characters contained in th
 to the same output position.  to the same output position.
 In terminal and HTML output modes,  In terminal and HTML output modes,
 only the last one of the characters is visible.  only the last one of the characters is visible.
   .Ss \ep
   Break the output line at the end of the current word.
 .Ss \eR\(aq Ns Ar name Oo +|- Oc Ns Ar number Ns \(aq  .Ss \eR\(aq Ns Ar name Oo +|- Oc Ns Ar number Ns \(aq
 Set number register; ignored by  Set number register; ignored by
 .Xr mandoc 1 .  .Xr mandoc 1 .

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.92

CVSweb