Print this page
9842 man page typos and spelling

@@ -7,28 +7,26 @@
 .SH NAME
 volmgt_ownspath \- check volume management name space for path
 .SH SYNOPSIS
 .LP
 .nf
-\fBcc\fR [flag]\&.\|.\|. \fIfile\fR\&.\|.\|. \fB\(mil\fRvolgmt [library]\&.\|.\|.
+\fBcc\fR [flag]\&.\|.\|. \fIfile\fR\&.\|.\|. \fB\(mil\fRvolmgt [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

@@ -38,11 +36,10 @@
 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

@@ -67,11 +64,10 @@
 }
 .fi
 .in -2
 
 .SH ATTRIBUTES
-.sp
 .LP
 See \fBattributes\fR(5)  for descriptions of the following attributes:
 .sp
 
 .sp

@@ -85,9 +81,8 @@
 _
 Interface Stability     Obsolete
 .TE
 
 .SH SEE ALSO
-.sp
 .LP
 \fBvolmgt_root\fR(3VOLMGT), \fBvolmgt_running\fR(3VOLMGT), \fBattributes\fR(5),
 \fBhal\fR(5)