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

Diff for /mandoc/mandoc_char.7 between version 1.37 and 1.41

version 1.37, 2010/05/09 15:08:16 version 1.41, 2011/01/30 16:05:37
Line 513  implementations:
Line 513  implementations:
 .It \e*(aa   Ta \*(aa       Ta acute  .It \e*(aa   Ta \*(aa       Ta acute
 .It \e*(ga   Ta \*(ga       Ta grave  .It \e*(ga   Ta \*(ga       Ta grave
 .El  .El
   .Sh NUMBERED CHARACTERS
   For backward compatibility with existing manuals,
   .Xr mandoc 1
   also supports the
   .Pp
   .Dl \eN\(aq Ns Ar number Ns \(aq
   .Pp
   escape sequence, inserting the character
   .Ar number
   from the current character set into the output.
   Of course, this is inherently non-portable and is already marked
   as deprecated in the Heirloom roff manual.
   For example, do not use \eN'34', use \e(dq, or even the plain
   .Sq \(dq
   character where possible.
 .Sh COMPATIBILITY  .Sh COMPATIBILITY
 This section documents compatibility of  This section documents compatibility of
 .Nm  .Nm
 with older or existing versions of  with older or existing versions of groff.
 .Xr groff 1 .  
 .Pp  .Pp
 The following render differently in  The following render differently in
 .Fl T Ns Ar ascii  .Fl T Ns Ar ascii
Line 546  The
Line 560  The
 .Nm  .Nm
 manual page was written by  manual page was written by
 .An Kristaps Dzonsons Aq kristaps@bsd.lv .  .An Kristaps Dzonsons Aq kristaps@bsd.lv .
   .Sh CAVEATS
   The
   .Sq \e*(Ba
   escape mimics the behaviour of the
   .Sq \&|
   character in
   .Xr mdoc 7 ;
   thus, if you wish to render a vertical bar with no side effects, use
   the
   .Sq \e(ba
   escape.

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.41

CVSweb