[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.41 and 1.43

version 1.41, 2011/01/30 16:05:37 version 1.43, 2011/04/20 22:50:22
Line 481  Greek letters:
Line 481  Greek letters:
 .It \e(ts    Ta \(ts        Ta sigma terminal  .It \e(ts    Ta \(ts        Ta sigma terminal
 .El  .El
 .Sh PREDEFINED STRINGS  .Sh PREDEFINED STRINGS
 These are not recommended for use, as they differ across  Predefined strings are inherited from the macro packages of historical
 implementations:  troff implementations.
   They are
   .Em not recommended
   for use, as they differ across implementations.
   Manuals using these predefined strings are almost certainly not
   portable.
 .Pp  .Pp
 .Bl -column -compact -offset indent "Input" "Rendered" "Description"  .Bl -column -compact -offset indent "Input" "Rendered" "Description"
 .It Em Input Ta Em Rendered Ta Em Description  .It Em Input Ta Em Rendered Ta Em Description
Line 512  implementations:
Line 517  implementations:
 .It \e*(>=   Ta \*(>=       Ta greater-than-equal  .It \e*(>=   Ta \*(>=       Ta greater-than-equal
 .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
   .It \e*(Px   Ta \*(Px       Ta POSIX standard name
   .It \e*(Ai   Ta \*(Ai       Ta ANSI standard name
 .El  .El
 .Sh NUMBERED CHARACTERS  .Sh NUMBERED CHARACTERS
 For backward compatibility with existing manuals,  For backward compatibility with existing manuals,
Line 529  For example, do not use \eN'34', use \e(dq, or even th
Line 536  For example, do not use \eN'34', use \e(dq, or even th
 .Sq \(dq  .Sq \(dq
 character where possible.  character where possible.
 .Sh COMPATIBILITY  .Sh COMPATIBILITY
 This section documents compatibility of  This section documents compatibility between mandoc and other other
 .Nm  troff implementations, at this time limited to GNU troff
 with older or existing versions of groff.  .Pq Qq groff .
 .Pp  .Pp
 The following render differently in  .Bl -dash -compact
 .Fl T Ns Ar ascii  .It
 output mode:  In
 .Bd -ragged -offset indent  .Fl T Ns Cm ascii ,
   the
 \e(ss, \e(nm, \e(nb, \e(nc, \e(ib, \e(ip, \e(pp, \e[sum], \e[product],  \e(ss, \e(nm, \e(nb, \e(nc, \e(ib, \e(ip, \e(pp, \e[sum], \e[product],
 \e[coproduct], \e(gr, \e(-h, \e(a.  \e[coproduct], \e(gr, \e(\-h, and \e(a. special characters render
 .Ed  differently between mandoc and groff.
 .Pp  .It
 The following render differently in  In
 .Fl T Ns Ar html  .Fl T Ns Cm html
 output mode:  and
 .Bd -ragged -offset indent  .Fl T Ns Cm xhtml ,
 \e(~=, \e(nb, \e(nc  the \e(~=, \e(nb, and \e(nc special characters render differently
 .Ed  between mandoc and groff.
 .Pp  .It
 Finally, the following have been omitted by being poorly documented or  The
 having no known representation:  .Fl T Ns Cm ps
 .Bd -ragged -offset indent  and
 \e[radicalex], \e[sqrtex], \e(ru  .Fl T Ns Cm pdf
 .Ed  modes format like
   .Fl T Ns Cm ascii
   instead of rendering glyphs as in groff.
   .It
   The \e[radicalex], \e[sqrtex], and \e(ru special characters have been omitted
   from mandoc either because they are poorly documented or they have no
   known representation.
   .El
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr mandoc 1  .Xr mandoc 1
 .Sh AUTHORS  .Sh AUTHORS

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

CVSweb