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

Diff for /mandoc/mdoc.7 between version 1.192 and 1.193

version 1.192, 2011/07/31 17:30:33 version 1.193, 2011/07/31 17:42:50
Line 1828  Insert a standard sentence regarding command exit valu
Line 1828  Insert a standard sentence regarding command exit valu
 and >0 on failure.  and >0 on failure.
 Its syntax is as follows:  Its syntax is as follows:
 .Pp  .Pp
 .D1 Pf \. Sx \&Ex Fl std Op Ar utility...  .D1 Pf \. Sx \&Ex Fl std Op Ar utility ...
 .Pp  .Pp
 If  If
 .Ar utility  .Ar utility
Line 2125  The syntax is as follows:
Line 2125  The syntax is as follows:
 The  The
 .Ar library  .Ar library
 parameter may be a system library, such as  parameter may be a system library, such as
 .Ar libz  .Cm libz
 or  or
 .Ar libpam ,  .Cm libpam ,
 in which case a small library description is printed next to the linker  in which case a small library description is printed next to the linker
 invocation; or a custom library, in which case the library name is  invocation; or a custom library, in which case the library name is
 printed in quotes.  printed in quotes.
Line 2469  block is used within a SEE ALSO section, a vertical sp
Line 2469  block is used within a SEE ALSO section, a vertical sp
 before the rendered output, else the block continues on the current  before the rendered output, else the block continues on the current
 line.  line.
 .Ss \&Rv  .Ss \&Rv
 Insert a standard sentence regarding a system call's return value of 0  Insert a standard sentence regarding a function call's return value of 0
 on success and \-1 on error, with the  on success and \-1 on error, with the
 .Va errno  .Va errno
 libc global variable set on error.  libc global variable set on error.
 Its syntax is as follows:  Its syntax is as follows:
 .Pp  .Pp
 .D1 Pf \. Sx \&Rv Fl std Op Ar function...  .D1 Pf \. Sx \&Rv Fl std Op Ar function ...
 .Pp  .Pp
 If  If
 .Ar function  .Ar function
Line 2513  Its syntax is as follows:
Line 2513  Its syntax is as follows:
 .D1 Pf \. Sx \&Sm Cm on | off  .D1 Pf \. Sx \&Sm Cm on | off
 .Pp  .Pp
 By default, spacing is  By default, spacing is
 .Ar on .  .Cm on .
 When switched  When switched
 .Ar off ,  .Cm off ,
 no white space is inserted between macro arguments and between the  no white space is inserted between macro arguments and between the
 output generated from adjacent macros, but text lines  output generated from adjacent macros, but text lines
 still get normal spacing between words and sentences.  still get normal spacing between words and sentences.

Legend:
Removed from v.1.192  
changed lines
  Added in v.1.193

CVSweb