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

Diff for /mandoc/mdoc.7 between version 1.77 and 1.79

version 1.77, 2009/11/12 05:50:12 version 1.79, 2010/01/01 13:35:30
Line 140  A numerical representation 3, 2, or 1 (bold, italic, a
Line 140  A numerical representation 3, 2, or 1 (bold, italic, a
 respectively) may be used instead.  A text decoration is valid within  respectively) may be used instead.  A text decoration is valid within
 the current font scope only:  if a macro opens a font scope alongside  the current font scope only:  if a macro opens a font scope alongside
 its own scope, such as  its own scope, such as
 .Sx \&Bf  .Sx \&Bf
 .Cm \&Sy ,  .Cm \&Sy ,
 in-scope invocations of  in-scope invocations of
 .Sq \ef  .Sq \ef
Line 1596  is provided.
Line 1596  is provided.
 .Ss \&Fc  .Ss \&Fc
 .Ss \&Fd  .Ss \&Fd
 .Ss \&Fl  .Ss \&Fl
   Command-line flag.  Used when listing arguments to command-line
   utilities.  Prints a fixed-width hyphen
   .Sq \-
   before each delimited argument.  If no arguments are provided, a hyphen
   is still printed.
   .Pp
   Examples:
   .Bd -literal -offset indent
   \&.Fl a b c
   \&.Fl
   \&.Op Fl o Ns Ar file
   .Ed
   .Pp
   See also
   .Sx \&Cm .
   .
 .Ss \&Fn  .Ss \&Fn
 .Ss \&Fo  .Ss \&Fo
 .Ss \&Fr  .Ss \&Fr
Line 1830  file re-write
Line 1846  file re-write
 .Pp  .Pp
 .Bl -dash -compact  .Bl -dash -compact
 .It  .It
   Historic
 .Xr groff 1  .Xr groff 1
   does not print a dash for empty
   .Sx \&Fl
   arguments.  This behaviour has been discontinued.
   .It
   .Xr groff 1
 behaves strangely (even between versions) when specifying  behaves strangely (even between versions) when specifying
 .Sq \ef  .Sq \ef
 escapes within line-macro scopes.  These aberrations have been  escapes within line-macro scopes.  These aberrations have been
Line 1838  normalised.
Line 1860  normalised.
 .It  .It
 Negative scaling units are now truncated to zero instead of creating  Negative scaling units are now truncated to zero instead of creating
 interesting conditions, such as with  interesting conditions, such as with
 .Sx \&sp  .Sx \&sp
 .Cm \-1i .  .Cm \-1i .
 Furthermore, the  Furthermore, the
 .Sq f  .Sq f
Line 1849  standalone double-quote in formatted output.  This idi
Line 1871  standalone double-quote in formatted output.  This idi
 behaviour is no longer applicable.  behaviour is no longer applicable.
 .It  .It
 Display types  Display types
 .Sx \&Bd  .Sx \&Bd
 .Fl center  .Fl center
 and  and
 .Fl right  .Fl right
Line 1880  made historic groff
Line 1902  made historic groff
 .Qq go orbital  .Qq go orbital
 but is a proper delimiter in this implementation.  but is a proper delimiter in this implementation.
 .It  .It
 .Sx \&It  .Sx \&It
 .Fl nested  .Fl nested
 is assumed for all lists (it wasn't in historic groff): any list may be  is assumed for all lists (it wasn't in historic groff): any list may be
 nested and  nested and

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.79

CVSweb