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

Diff for /mandoc/mandoc.1 between version 1.8 and 1.11

version 1.8, 2009/03/23 15:41:09 version 1.11, 2009/03/26 16:44:22
Line 50  for details.
Line 50  for details.
 Input format.  See  Input format.  See
 .Sx Input Formats  .Sx Input Formats
 for available formats.  Defaults to  for available formats.  Defaults to
 .Fl m Ns Ar mdoc .  .Fl m Ns Ar doc .
 .\" ITEM  .\" ITEM
 .It Fl T  .It Fl T
 Output format.  See  Output format.  See
Line 150  utility accepts
Line 150  utility accepts
 and  and
 .Xr man 7  .Xr man 7
 input with  input with
 .Fl m Ns Ar mdoc  .Fl m Ns Ar doc
 and  and
 .Fl m Ns Ar man ,  .Fl m Ns Ar an ,
 respectively.  The  respectively.  The
 .Xr mdoc 7  .Xr mdoc 7
 format is  format is
Line 161  recommended; 
Line 161  recommended; 
 .Xr man 7  .Xr man 7
 should only be used for legacy manuals.  should only be used for legacy manuals.
 .Pp  .Pp
 Note that the  The following escape sequences are recognised, although the per-format
 .Fl m Ns Ar man  compiler may not allow certain sequences.
 option is experimental and only works with  .Bl -tag -width Ds -offset XXXX
 .Fl T Ns Ar tree .  .It \efX
   sets the font mode to X (B, I, R or P, where P resets the font)
   .It \eX, \e(XX, \e[XN]
   queries the special-character table for a corresponding symbol
   .It \e*X, \e*(XX, \e*[XN]
   deprecated special-character format
   .El
 .\" SUB-SECTION  .\" SUB-SECTION
 .Ss Output Formats  .Ss Output Formats
 The  The
Line 213  To page this manual page on the terminal:
Line 219  To page this manual page on the terminal:
 .D1 % mandoc \-Wall,error mandoc.1 2>&1 | less  .D1 % mandoc \-Wall,error mandoc.1 2>&1 | less
 .\" SECTION  .\" SECTION
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr mdoc 7  .Xr mdoc 7 ,
   .Xr man 7
 .\"  .\"
 .Sh AUTHORS  .Sh AUTHORS
 The  The
Line 231  mode doesn't yet know how to display the following:
Line 238  mode doesn't yet know how to display the following:
 .Bl -bullet -compact  .Bl -bullet -compact
 .It  .It
 The \-hang  The \-hang
 .Sq \&Bl  .Sq \&.Bl
 list is not yet supported.  list is not yet supported.
 .El  .El
 .Pp  .Pp
Line 247  output and
Line 254  output and
 .Bl -bullet -compact  .Bl -bullet -compact
 .It  .It
 A list of display following  A list of display following
 .Sq \&Ss  .Sq \&.Ss
 does not assert a prior vertical break, just as it doesn't with  does not assert a prior vertical break, just as it doesn't with
 .Sq \&Sh .  .Sq \&.Sh .
 .It  .It
 Special characters don't follow the current font style.  Special characters don't follow the current font style.
 .\" LIST-ITEM  .\" LIST-ITEM
 .It  .It
 The \-literal and \-unfilled  The \-literal and \-unfilled
 .Sq \&Bd  .Sq \&.Bd
 displays types are synonyms, as are \-filled and \-ragged.  displays types are synonyms, as are \-filled and \-ragged.
 .El  .El

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.11

CVSweb