summaryrefslogtreecommitdiff
path: root/usr/src/man/man3perl
diff options
context:
space:
mode:
authorCody Peter Mello <cody.mello@joyent.com>2016-04-09 23:18:13 +0000
committerRobert Mustacchi <rm@joyent.com>2016-06-20 21:45:48 -0700
commit843c398e8904ed9d833d2af3103894f909fb4b52 (patch)
treec9e224b096ae5fa9242ec0d451dfd15632270c72 /usr/src/man/man3perl
parent0db8de19c0e494758b68b702523a2b0eaffe3b2e (diff)
downloadillumos-joyent-843c398e8904ed9d833d2af3103894f909fb4b52.tar.gz
7042 Fix spelling mistakes in library sections
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/man/man3perl')
-rw-r--r--usr/src/man/man3perl/Lgrp.3perl15
1 files changed, 3 insertions, 12 deletions
diff --git a/usr/src/man/man3perl/Lgrp.3perl b/usr/src/man/man3perl/Lgrp.3perl
index 7f8415eca4..6064e535c3 100644
--- a/usr/src/man/man3perl/Lgrp.3perl
+++ b/usr/src/man/man3perl/Lgrp.3perl
@@ -3,7 +3,7 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH LGRP 3PERL "Aug 30, 2006"
+.TH LGRP 3PERL "April 9, 2016"
.SH NAME
Lgrp \- Perl interface to Solaris liblgrp library
.SH SYNOPSIS
@@ -82,7 +82,6 @@ $latency = lgrp_latency_cookie($\fIcookie\fR, $\fIfrom\fR, $\fIto\fR);
.fi
.SH DESCRIPTION
-.sp
.LP
This module provides access to the \fBliblgrp\fR(3LIB) library and to various
constants and functions defined in <\fBsys/lgrp_sys.h\fR>. It provides both the
@@ -99,7 +98,6 @@ Functions returning a list value return the number of elements in the list when
called in scalar context. In the event of error, the empty list is returned in
the array context and \fBundef\fR is returned in the scalar context.
.SS "Constants"
-.sp
.LP
The constants are exported with \fB:CONSTANTS\fR or \fB:ALL\fR tags:
.sp
@@ -202,7 +200,6 @@ The following constants are available for use in Perl programs:
.LP
(1) Available for versions of the \fBliblgrp\fR(3LIB) API greater than 1.
.SS "Functions"
-.sp
.LP
A detailed description of each function follows. Since this module is intended
to provide a Perl interface to the functions in \fBliblgrp\fR(3LIB), a very
@@ -264,7 +261,7 @@ resources that are available to the caller (such as those with respect to
processor sets). When the view is \fBLGRP_VIEW_OS\fR, the snapshot contains
what is available to the operating system.
.sp
-Upon succesful completion, the function returns the view for the snapshot of
+Upon successful completion, the function returns the view for the snapshot of
the lgroup hierarchy represented by the given cookie. Otherwise, \fBundef\fR
is returned and \fB$!\fR is set to indicate the error.
.sp
@@ -609,7 +606,7 @@ See \fBlgrp_latency_cookie\fR(3LGRP) for more information.
.ad
.sp .6
.RS 4n
-This function is similiar to the \fBlgrp_latency_cookie()\fR function, but
+This function is similar to the \fBlgrp_latency_cookie()\fR function, but
returns the latency between the given lgroups at the given instant in time.
Since lgroups can be freed and reallocated, this function might not be able to
provide a consistent answer across calls. For that reason,
@@ -701,7 +698,6 @@ Otherwise it returns False.
.RE
.SS "Object methods"
-.sp
.ne 2
.na
\fB\fBnew\fR([$\fIview\fR])\fR
@@ -918,7 +914,6 @@ $\fIfrom\fR lgroup to a hardware resource in the $\fIto\fR lgroup. It uses
.RE
.SS "Exports"
-.sp
.LP
By default nothing is exported from this module. The following tags can be used
to selectively import constants and functions defined in this module:
@@ -979,7 +974,6 @@ to selectively import constants and functions defined in this module:
.RE
.SS "Error values"
-.sp
.LP
The functions in this module return \fBundef\fR or an empty list when an
underlying library function fails. The \fB$!\fR is set to provide more
@@ -1023,7 +1017,6 @@ The specified process or thread was not found.
.RE
.SS "Difference in the API versions"
-.sp
.LP
The \fBliblgrp\fR(3LIB) library is versioned. The exact version that was used
to compile a module is available through the \fBlgrp_version()\fR function.
@@ -1062,7 +1055,6 @@ version 1. The \fBlgrp_resources()\fR function is defined for version 1 but
always returns an empty list. The \fBlgrp_latency_cookie()\fR function is an
alias for \fBlgrp_latency()\fR for version 1.
.SH ATTRIBUTES
-.sp
.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -1078,7 +1070,6 @@ Interface Stability Unstable
.TE
.SH SEE ALSO
-.sp
.LP
\fBlgrp_affinity_get\fR(3LGRP), \fBlgrp_affinity_set\fR(3LGRP),
\fBlgrp_children\fR(3LGRP), \fBlgrp_cookie_stale\fR(3LGRP),