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

Diff for /mandoc/roff.7 between version 1.79 and 1.83

version 1.79, 2017/05/08 03:55:25 version 1.83, 2017/06/04 00:13:15
Line 1 
Line 1 
 .\"     $Id$  .\"     $Id$
 .\"  .\"
 .\" Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>  .\" Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
 .\" Copyright (c) 2010, 2011, 2013-2015 Ingo Schwarze <schwarze@openbsd.org>  .\" Copyright (c) 2010,2011,2013-2015,2017 Ingo Schwarze <schwarze@openbsd.org>
 .\"  .\"
 .\" Permission to use, copy, modify, and distribute this software for any  .\" Permission to use, copy, modify, and distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above  .\" purpose with or without fee is hereby granted, provided that the above
Line 808  This is a Heirloom extension and currently unsupported
Line 808  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 842  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 1585  Currently unsupported.
Line 1587  Currently unsupported.
 End a table context.  End a table context.
 See  See
 .Sx \&TS .  .Sx \&TS .
 .It Ic \&tii Oo Cm + Ns | Ns Cm - Oc Ns Ar width  .It Ic \&ti Oo Cm + Ns | Ns Cm - Oc Ns Ar width
 Temporary indent.  Break the output line and indent the next output line by
 Currently unsupported.  .Ar width .
   If a sign is specified, the temporary indentation is calculated
   relative to the current indentation; otherwise, it is absolute.
   The argument follows the syntax of
   .Sx Scaling Widths
   and the default scaling unit is
   .Cm m .
 .It Ic \&tkf Ar font minps width1 maxps width2  .It Ic \&tkf Ar font minps width1 maxps width2
 Enable track kerning for a font.  Enable track kerning for a font.
 Currently ignored.  Currently ignored.
Line 1919  and
Line 1927  and
 .Ss \eH\(aq Ns Oo +|- Oc Ns Ar number Ns \(aq  .Ss \eH\(aq Ns Oo +|- Oc Ns Ar number Ns \(aq
 Set the height of the current font; ignored by  Set the height of the current font; ignored by
 .Xr mandoc 1 .  .Xr mandoc 1 .
 .Ss \eh\(aq Ns Ar number Ns \(aq  .Ss \eh\(aq Ns Ar width Ns \(aq
 Horizontal motion; ignored by  Horizontal motion relative to the current position.
 .Xr mandoc 1 .  The default scaling unit is
   .Cm m .
 .Ss \ek[ Ns Ar name ]  .Ss \ek[ Ns Ar name ]
 Mark horizontal input place in register; ignored by  Mark horizontal input place in register; ignored by
 .Xr mandoc 1 .  .Xr mandoc 1 .
Line 1932  and
Line 1941  and
 .Ss \eL\(aq Ns Ar number Ns Oo Ar c Oc Ns \(aq  .Ss \eL\(aq Ns Ar number Ns Oo Ar c Oc Ns \(aq
 Vertical line drawing function; ignored by  Vertical line drawing function; ignored by
 .Xr mandoc 1 .  .Xr mandoc 1 .
 .Ss \el\(aq Ns Ar number Ns Oo Ar c Oc Ns \(aq  .Ss \el\(aq Ns Ar width Ns Oo Ar c Oc Ns \(aq
 Horizontal line drawing function; ignored by  Draw a horizontal line of
 .Xr mandoc 1 .  .Ar width
   using the glyph
   .Ar c .
 .Ss \eM[ Ns Ar name ]  .Ss \eM[ Ns Ar name ]
 Set fill (background) color (groff extension); ignored by  Set fill (background) color (groff extension); ignored by
 .Xr mandoc 1 .  .Xr mandoc 1 .

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.83

CVSweb