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

Diff for /mandoc/mdoc.7 between version 1.211 and 1.215

version 1.211, 2011/09/26 23:07:31 version 1.215, 2012/06/20 22:06:30
Line 449  in the alphabetical
Line 449  in the alphabetical
 .Op Fl offset Ar val  .Op Fl offset Ar val
 .Op Fl compact  .Op Fl compact
 .It Sx \&It Ta list item (syntax depends on Fl Ar type )  .It Sx \&It Ta list item (syntax depends on Fl Ar type )
 .It Sx \&Ta Ta table cell separator in Sx Bl Fl column No lists  .It Sx \&Ta Ta table cell separator in Sx \&Bl Fl column No lists
 .It Sx \&Rs , \&%* , \&Re Ta bibliographic block (references)  .It Sx \&Rs , \&%* , \&Re Ta bibliographic block (references)
 .El  .El
 .Ss Spacing control  .Ss Spacing control
Line 820  The most popular is the imaginary macro
Line 820  The most popular is the imaginary macro
 which resolves to  which resolves to
 .Sy 6n .  .Sy 6n .
 .It  .It
 A width using the syntax described in  A scaling width as described in
 .Sx Scaling Widths .  .Xr roff 7 .
 .It  .It
 An arbitrary string, which indents by the length of this string.  An arbitrary string, which indents by the length of this string.
 .El  .El
Line 926  The
Line 926  The
 .Fl width  .Fl width
 and  and
 .Fl offset  .Fl offset
 arguments accept  arguments accept scaling widths as described in
 .Sx Scaling Widths  .Xr roff 7
 or use the length of the given string.  or use the length of the given string.
 The  The
 .Fl offset  .Fl offset
Line 956  A columnated list.
Line 956  A columnated list.
 The  The
 .Fl width  .Fl width
 argument has no effect; instead, each argument specifies the width  argument has no effect; instead, each argument specifies the width
 of one column, using either the  of one column, using either the scaling width syntax described in
 .Sx Scaling Widths  .Xr roff 7
 syntax or the string length of the argument.  or the string length of the argument.
 If the first line of the body of a  If the first line of the body of a
 .Fl column  .Fl column
 list is not an  list is not an
Line 1282  Its syntax is as follows:
Line 1282  Its syntax is as follows:
 .Ar title  .Ar title
 .Oo  .Oo
 .Ar section  .Ar section
 .Op Ar volume | arch  .Op Ar volume
   .Op Ar arch
 .Oc  .Oc
 .Oc  .Oc
 .Ed  .Ed
Line 1363  or
Line 1364  or
 .Ar CON  .Ar CON
 .Pq contributed manuals .  .Pq contributed manuals .
 .It Ar arch  .It Ar arch
 This specifies a specific relevant architecture.  This specifies the machine architecture a manual page applies to,
 If  where relevant, for example
 .Ar volume  .Cm alpha ,
 is not provided, it may be used in its place, else it may be used  .Cm amd64 ,
 subsequent that.  .Cm i386 ,
 It, too, is optional.  
 It must be one of  
 .Ar alpha ,  
 .Ar amd64 ,  
 .Ar amiga ,  
 .Ar arc ,  
 .Ar arm ,  
 .Ar armish ,  
 .Ar aviion ,  
 .Ar hp300 ,  
 .Ar hppa ,  
 .Ar hppa64 ,  
 .Ar i386 ,  
 .Ar landisk ,  
 .Ar loongson ,  
 .Ar luna88k ,  
 .Ar mac68k ,  
 .Ar macppc ,  
 .Ar mips64 ,  
 .Ar mvme68k ,  
 .Ar mvme88k ,  
 .Ar mvmeppc ,  
 .Ar pmax ,  
 .Ar sgi ,  
 .Ar socppc ,  
 .Ar sparc ,  
 .Ar sparc64 ,  
 .Ar sun3 ,  
 .Ar vax ,  
 or  or
 .Ar zaurus .  .Cm sparc64 .
   The list of supported architectures varies by operating system.
   For the full list of all architectures recognized by
   .Xr mandoc 1 ,
   see the file
   .Pa arch.in
   in the source distribution.
 .El  .El
 .Pp  .Pp
 Examples:  Examples:
Line 2395  The following standards are recognised:
Line 2373  The following standards are recognised:
 .St -isoC-tcor2  .St -isoC-tcor2
 .It \-isoC-99  .It \-isoC-99
 .St -isoC-99  .St -isoC-99
   .It \-isoC-2011
   .St -isoC-2011
 .It \-iso9945-1-90  .It \-iso9945-1-90
 .St -iso9945-1-90  .St -iso9945-1-90
 .It \-iso9945-1-96  .It \-iso9945-1-96
Line 2589  Its syntax is as follows:
Line 2569  Its syntax is as follows:
 .Pp  .Pp
 The  The
 .Ar height  .Ar height
 argument must be formatted as described in  argument is a scaling width as described in
 .Sx Scaling Widths .  .Xr roff 7 .
 If unspecified,  If unspecified,
 .Sx \&sp  .Sx \&sp
 asserts a single vertical space.  asserts a single vertical space.

Legend:
Removed from v.1.211  
changed lines
  Added in v.1.215

CVSweb