[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.82

version 1.79, 2017/05/08 03:55:25 version 1.82, 2017/06/02 19:21:23
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 1585  Currently unsupported.
Line 1585  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 1925  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 1939  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.82

CVSweb