From 9348de26a244cae2e450a601c2d1cca29b1a3406 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 14 Aug 2001 15:19:35 +0000 Subject: From ChangeLog: : 2001-08-13 Ruslan Ermilov : : * tmac/doc.tmac (Rv): Implement support for 0 or more than 1 : argument. : * tmac/groff_tmac.man: Updated. All of the following are now valid: .Rv -std f1 .Rv -std f1 f2 .Rv -std f1 f2 f3 .Rv -std The last form is useful where the standard return behavior is applicable to all of the functions described in this particular manpage. Look, for example, at the stat(2), setresuid(2), and utimes(2) manpages. The form with >1 functions is useful in a mixed environment. See the fhopen(2) manpage for an example. Prodded by: yar --- contrib/groff/tmac/groff_mdoc.man | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/groff/tmac/groff_mdoc.man') diff --git a/contrib/groff/tmac/groff_mdoc.man b/contrib/groff/tmac/groff_mdoc.man index dec0655..17ef3d6 100644 --- a/contrib/groff/tmac/groff_mdoc.man +++ b/contrib/groff/tmac/groff_mdoc.man @@ -46,7 +46,7 @@ .\" for an already extremely slow package. .\" . -.Dd April 10, 2001 +.Dd July 20, 2001 .Os .Dt GROFF_MDOC 7 . @@ -1515,7 +1515,7 @@ macro generates text for use in the .Sx RETURN VALUES section. .Pp -.Dl Usage: .Rv Oo -std Oc Ao function Ac +.Dl Usage: .Rv Oo -std Oc Op Ao function Ac ... .Pp For example, .Ql ".Rv -std atexit" -- cgit v1.1