]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
From ChangeLog:
authorru <ru@FreeBSD.org>
Tue, 14 Aug 2001 15:19:35 +0000 (15:19 +0000)
committerru <ru@FreeBSD.org>
Tue, 14 Aug 2001 15:19:35 +0000 (15:19 +0000)
commit9348de26a244cae2e450a601c2d1cca29b1a3406
tree1ed42fbcea9839216f9e10758f549a41392e1990
parent213982a5006238355200339d141ae7bd6ae57cd1
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
contrib/groff/tmac/doc.tmac
contrib/groff/tmac/groff_mdoc.man