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

Diff for /mandoc/roff.7 between version 1.82 and 1.87

version 1.82, 2017/06/02 19:21:23 version 1.87, 2017/06/10 16:32:27
Line 527  Trailing characters are ignored.
Line 527  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 808  This is a Heirloom extension and currently unsupported
Line 811  This is a Heirloom extension and currently unsupported
 Set a trap within a diversion.  Set a trap within a diversion.
 Currently unsupported.  Currently unsupported.
 .It Ic \&ec Op Ar char  .It Ic \&ec Op Ar char
 Change the escape character.  Enable the escape mechanism and change the escape character.
 Currently unsupported.  The
   .Ar char
   argument defaults to the backslash
   .Pq Sq \e .
 .It Ic \&ecr  .It Ic \&ecr
 Restore the escape character.  Restore the escape character.
 Currently unsupported.  Currently unsupported.
Line 839  See
Line 845  See
 .Ic \&EQ .  .Ic \&EQ .
 .It Ic \&eo  .It Ic \&eo
 Disable the escape mechanism completely.  Disable the escape mechanism completely.
 Currently unsupported.  
 .It Ic \&EP  .It Ic \&EP
 End a picture started by  End a picture started by
 .Ic \&BP .  .Ic \&BP .
Line 1294  Set title line length.
Line 1299  Set title line length.
 Currently ignored.  Currently ignored.
 .It Ic \&mc Ar glyph Op Ar dist  .It Ic \&mc Ar glyph Op Ar dist
 Print margin character in the right margin.  Print margin character in the right margin.
 Currently ignored.  The
   .Ar dist
   is currently ignored; instead, 1n is used.
 .It Ic \&mediasize Ar media  .It Ic \&mediasize Ar media
 Set the device media size.  Set the device media size.
 This is a Heirloom extension and currently ignored.  This is a Heirloom extension and currently ignored.
Line 1475  Currently ignored.
Line 1482  Currently ignored.
 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 1767  logical and (corresponds to C
Line 1783  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 >?

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.87

CVSweb