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

Diff for /mandoc/roff.7 between version 1.118 and 1.120

version 1.118, 2022/05/30 23:03:47 version 1.120, 2022/05/31 20:23:05
Line 2021  End conditional input; see
Line 2021  End conditional input; see
 Paddable non-breaking space character.  Paddable non-breaking space character.
 .It Ic \e0  .It Ic \e0
 Digit width space character.  Digit width space character.
 .It Ic \eA\(aq Ns Ar string Ns Ic \(aq  .It Ic \eA\(aq Ns Ar name Ns Ic \(aq
 Anchor definition; ignored by  Interpolate
   .Sq 1
   if
   .Ar name
   is a syntactically valid identifier that can be used
   as a name for a macro or user-defined string, or
   .Sq 0
   otherwise.
   This is a thoroughly non-portable groff extension.
   Heirloom troff uses the same escape sequence with the same syntax
   for a completely different purpose,
   defining a hyperlink target position, also called an
   .Dq anchor ,
   with the given
   .Ar name .
   The Heirloom semantics is not supported by
 .Xr mandoc 1 .  .Xr mandoc 1 .
 .It Ic \ea  .It Ic \ea
 Leader character; ignored by  Leader character; ignored by
Line 2085  defaults to
Line 2100  defaults to
 .Ic \efP .  .Ic \efP .
 .It Ic \eg[ Ns Ar name Ns Ic \&]  .It Ic \eg[ Ns Ar name Ns Ic \&]
 Interpolate the format of a number register; ignored by  Interpolate the format of a number register; ignored by
 .Xr mandoc 1 .  .Xr mandoc 1 ,
   which interpolates an empty string instead.
 For short names, there are variants  For short names, there are variants
 .Ic \eg Ns Ar c  .Ic \eg Ns Ar c
 and  and

Legend:
Removed from v.1.118  
changed lines
  Added in v.1.120

CVSweb