Print this page
9842 man page typos and spelling
*** 7,34 ****
.SH NAME
volmgt_ownspath \- check volume management name space for path
.SH SYNOPSIS
.LP
.nf
! \fBcc\fR [flag]\&.\|.\|. \fIfile\fR\&.\|.\|. \fB\(mil\fRvolgmt [library]\&.\|.\|.
#include <volmgt.h>
\fBint\fR \fBvolmgt_ownspath\fR(\fBchar *\fR\fIpath\fR);
.fi
.SH PARAMETERS
- .sp
.ne 2
.na
\fB\fIpath\fR\fR
.ad
.RS 8n
A string containing the path.
.RE
.SH DESCRIPTION
- .sp
.LP
This function is obsolete. The management of removable media by the Volume
Management feature, including \fBvold\fR, has been replaced by software that
supports the Hardware Abstraction Layer (HAL). Programmatic support for HAL is
through the HAL APIs, which are documented on the HAL web site. See
--- 7,32 ----
.SH NAME
volmgt_ownspath \- check volume management name space for path
.SH SYNOPSIS
.LP
.nf
! \fBcc\fR [flag]\&.\|.\|. \fIfile\fR\&.\|.\|. \fB\(mil\fRvolmgt [library]\&.\|.\|.
#include <volmgt.h>
\fBint\fR \fBvolmgt_ownspath\fR(\fBchar *\fR\fIpath\fR);
.fi
.SH PARAMETERS
.ne 2
.na
\fB\fIpath\fR\fR
.ad
.RS 8n
A string containing the path.
.RE
.SH DESCRIPTION
.LP
This function is obsolete. The management of removable media by the Volume
Management feature, including \fBvold\fR, has been replaced by software that
supports the Hardware Abstraction Layer (HAL). Programmatic support for HAL is
through the HAL APIs, which are documented on the HAL web site. See
*** 38,48 ****
The \fBvolmgt_ownspath()\fR function checks to see if a given \fIpath\fR is
contained in the volume management name space. This is achieved by comparing
the beginning of the supplied path name with the output from
\fBvolmgt_root\fR(3VOLMGT)
.SH RETURN VALUES
- .sp
.LP
The return from this function is undefined.
.SH EXAMPLES
.LP
\fBExample 1 \fRUsing \fBvolmgt_ownspath()\fR
--- 36,45 ----
*** 67,77 ****
}
.fi
.in -2
.SH ATTRIBUTES
- .sp
.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
.sp
--- 64,73 ----
*** 85,93 ****
_
Interface Stability Obsolete
.TE
.SH SEE ALSO
- .sp
.LP
\fBvolmgt_root\fR(3VOLMGT), \fBvolmgt_running\fR(3VOLMGT), \fBattributes\fR(5),
\fBhal\fR(5)
--- 81,88 ----