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

Diff for /mandoc/mdoc.7 between version 1.203 and 1.204

version 1.203, 2011/08/19 10:19:55 version 1.204, 2011/08/19 12:55:33
Line 98  or a single one character sequence.
Line 98  or a single one character sequence.
 Examples:  Examples:
 .Bl -tag -width Ds -offset indent -compact  .Bl -tag -width Ds -offset indent -compact
 .It Li \e(em  .It Li \e(em
 em dash  Two-letter em dash escape.
 .It Li \ee  .It Li \ee
 backslash  One-letter backslash escape.
 .El  .El
 .Pp  .Pp
 See  See
Line 126  scope.
Line 126  scope.
 Examples:  Examples:
 .Bl -tag -width Ds -offset indent -compact  .Bl -tag -width Ds -offset indent -compact
 .It Li \efBbold\efR  .It Li \efBbold\efR
 write in bold, then switch to regular  Write in bold, then switch to regular font mode.
 .It Li \efIitalic\efP  .It Li \efIitalic\efP
 write in italic, then return to previous  Write in italic, then return to previous font mode.
 .El  .El
 .Pp  .Pp
 Text decoration is  Text decoration is
Line 152  and N-character
Line 152  and N-character
 Examples:  Examples:
 .Bl -tag -width Ds -offset indent -compact  .Bl -tag -width Ds -offset indent -compact
 .It Li \e*(Am  .It Li \e*(Am
 ampersand  Two-letter ampersand predefined string.
 .It Li \e*(Ba  .It Li \e*q
 vertical bar  One-letter double-quote predefined string.
 .El  .El
 .Pp  .Pp
 These strings are set using  These strings are set using
Line 197  terminates the literal, regardless of surrounding whit
Line 197  terminates the literal, regardless of surrounding whit
 Examples:  Examples:
 .Bl -tag -width Ds -offset indent -compact  .Bl -tag -width Ds -offset indent -compact
 .It Li .Fn strlen \(dqconst char *s\(dq  .It Li .Fn strlen \(dqconst char *s\(dq
 groups  Group arguments
 .Qq const char *s  .Qq const char *s
 into one term  into one functinon argument.
 .Pq see Sx \&Fn  If unspecified,
   .Qq const ,
   .Qq char ,
   and
   .Qq *s
   would be considered separate arguments.
   .Pq See Sx \&Fn .
 .It Li .Op \(dqFl a\(dq  .It Li .Op \(dqFl a\(dq
 considers  Consider
 .Qq \&Fl a  .Qq \&Fl a
 as literal text  as literal text instead of a flag macro.
 .Pq see Sx \&Op , \&Fl  .Pq Aee Sx \&Op , \&Fl .
 .El  .El
 .Ss Scaling Widths  .Ss Scaling Widths
 Many macros support scaled widths for their arguments.  Many macros support scaled widths for their arguments.

Legend:
Removed from v.1.203  
changed lines
  Added in v.1.204

CVSweb