diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2016-06-22 12:55:10 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2016-06-22 12:55:10 +0000 |
commit | 8bae72dc3f645da905eab5fe960867037f57bae0 (patch) | |
tree | 24dce03bc58aa36ef080558a440d351c2237d4db /usr/src/man/man3perl/Lgrp.3perl | |
parent | 766f41d1d95d047e65ac4942d66037ce7f924027 (diff) | |
parent | 01aaaf328842760a1002109b299908a027e94cf8 (diff) | |
download | illumos-joyent-release-20160625.tar.gz |
[illumos-gate merge]release-20160625
commit 01aaaf328842760a1002109b299908a027e94cf8
7051 want id_space(9F) docs
commit c1de7575521deda5ee777b8054a9c5b12f15b1ee
7120 mDNS resync was not wsdiff safe
commit 9c05409f2b9301e686735887a9573454cceb0331
7069 i386_XARCH should include -m32
commit 406fc5100dac8d225a315a6def6be8d628f34e24
6602 lofi should support labeled devices
commit f3a07f941f1be263a48a040c059edbcb722cf436
4712 Prefer 'parsable' over 'parseable' in the manual pages
commit 1b2031a95889aea96be6af55dcf31a0d5ffdfed9
7050 Prefer 'subcommand' over 'sub-command' in the manual pages
commit 831b40b1c811223fd0b1131791a38e3ae5143377
7049 Prefer 'writable' over 'writeable' in the manual pages
commit a716f1a92056bc2e231e57ae2a20725ce606ea73
7047 Fix spelling mistakes in sections 9E, 9F and 9S
commit 95e15299a2c42b8014fa27631a6f3be2a93febc2
7048 Fix spelling mistakes in sections 7D, 7I, 7IPP, and 7P
commit df23565fe1d0b225f9f898c50dfafea6749b0b7f
7046 Fix spelling mistakes in section 5
commit c855112f85cf71e42f6381a66f3f86f98e2ed24e
7045 Fix spelling mistakes in section 4
commit 843c398e8904ed9d833d2af3103894f909fb4b52
7042 Fix spelling mistakes in library sections
commit 0db8de19c0e494758b68b702523a2b0eaffe3b2e
7044 Fix spelling mistakes in sections 1HAS and 2
commit df23d905b96680e56379c5a5ecb4b363f36b9e74
7041 Fix spelling mistakes in sections 1 and 1M
commit 71af3be340c57171837478555e2eb0d496318cfc
7040 Detect common spelling errors in manual pages
Conflicts:
usr/src/uts/common/fs/vfs.c
usr/src/man/man7d/cpuid.7d
usr/src/man/man5/privileges.5
usr/src/man/man3c/signalfd.3c
usr/src/cmd/lofiadm/main.c
Diffstat (limited to 'usr/src/man/man3perl/Lgrp.3perl')
-rw-r--r-- | usr/src/man/man3perl/Lgrp.3perl | 15 |
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), |