Date: Tue, 14 Aug 2001 08:19:35 -0700 (PDT) From: Ruslan Ermilov <ru@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/tmac doc.tmac groff_mdoc.man Message-ID: <200108141519.f7EFJZM88000@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2001/08/14 08:19:35 PDT
Modified files: (Branch: FSF)
contrib/groff/tmac doc.tmac groff_mdoc.man
Log:
From ChangeLog:
: 2001-08-13 Ruslan Ermilov <ru@FreeBSD.org>
:
: * 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
Revision Changes Path
1.1.1.4 +48 -13 src/contrib/groff/tmac/doc.tmac
1.1.1.6 +2 -2 src/contrib/groff/tmac/groff_mdoc.man
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108141519.f7EFJZM88000>
