1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00

Document requirements to calling rman_init... (Hmmm, maybe we should make

these areguments to rman_init?)

MFC after:	1 week
This commit is contained in:
John-Mark Gurney 2007-04-29 19:46:33 +00:00
parent 90af05a9bf
commit bc95681198
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169101

View File

@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd April 28, 2007
.Dd April 29, 2007
.Dt RMAN 9
.Os
.Sh NAME
@ -139,6 +139,21 @@ The
function initializes the region descriptor, pointed to by the
.Fa rm
argument, for use with the resource management functions.
It is required that the fields
.Va rm_type
and
.Va rm_descr
of
.Vt "struct rman"
be set before calling
.Fn rman_init .
The field
.Va rm_type
shall be set to
.Dv RMAN_ARRAY .
The field
.Va rm_descr
shall be set to a string that describes the resource to be managed.
It also initializes any mutexes associated with the structure.
If
.Fn rman_init