[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.38 and 1.41

version 1.38, 2010/05/09 21:11:22 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 550  manual page was written by
Line 564  manual page was written by
 The  The
 .Sq \e*(Ba  .Sq \e*(Ba
 escape mimics the behaviour of the  escape mimics the behaviour of the
 .Sq \*(Ba  .Sq \&|
 character in  character in
 .Xr mdoc 7 ;  .Xr mdoc 7 ;
 thus, if you wish to render a vertical bar with no side effects, use  thus, if you wish to render a vertical bar with no side effects, use

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

CVSweb