=================================================================== RCS file: /cvs/mandoc/mdoc.7,v retrieving revision 1.191 retrieving revision 1.193 diff -u -p -r1.191 -r1.193 --- mandoc/mdoc.7 2011/07/18 10:23:02 1.191 +++ mandoc/mdoc.7 2011/07/31 17:42:50 1.193 @@ -1,4 +1,4 @@ -.\" $Id: mdoc.7,v 1.191 2011/07/18 10:23:02 kristaps Exp $ +.\" $Id: mdoc.7,v 1.193 2011/07/31 17:42:50 schwarze Exp $ .\" .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons .\" Copyright (c) 2010 Ingo Schwarze @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 18 2011 $ +.Dd $Mdocdate: July 31 2011 $ .Dt MDOC 7 .Os .Sh NAME @@ -1038,6 +1038,8 @@ Accepts one optional argument: .It Cm v[1-7] | 32v A version of .At . +.It Cm III +.At III . .It Cm V[.[1-4]]? A version of .At V . @@ -1047,6 +1049,7 @@ Note that these arguments do not begin with a hyphen. .Pp Examples: .Dl \&.At +.Dl \&.At III .Dl \&.At V.1 .Pp See also @@ -1825,7 +1828,7 @@ Insert a standard sentence regarding command exit valu and >0 on failure. Its syntax is as follows: .Pp -.D1 Pf \. Sx \&Ex Fl std Op Ar utility... +.D1 Pf \. Sx \&Ex Fl std Op Ar utility ... .Pp If .Ar utility @@ -2122,9 +2125,9 @@ The syntax is as follows: The .Ar library parameter may be a system library, such as -.Ar libz +.Cm libz or -.Ar libpam , +.Cm libpam , 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 printed in quotes. @@ -2466,13 +2469,13 @@ block is used within a SEE ALSO section, a vertical sp before the rendered output, else the block continues on the current line. .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 .Va errno libc global variable set on error. Its syntax is as follows: .Pp -.D1 Pf \. Sx \&Rv Fl std Op Ar function... +.D1 Pf \. Sx \&Rv Fl std Op Ar function ... .Pp If .Ar function @@ -2510,9 +2513,9 @@ Its syntax is as follows: .D1 Pf \. Sx \&Sm Cm on | off .Pp By default, spacing is -.Ar on . +.Cm on . When switched -.Ar off , +.Cm off , no white space is inserted between macro arguments and between the output generated from adjacent macros, but text lines still get normal spacing between words and sentences.