diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2017-11-29 13:29:29 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2017-11-29 13:29:29 +0000 |
commit | 62f3edb48bcd64917d8be4e8d0b56de5aab2b3c4 (patch) | |
tree | 9552e1b828889c9cf8bc6df62c89ade3a1659ae8 /usr/src/man/man3c/clock_settime.3c | |
parent | d34c3f35352d3d27e8f1c35be3da4cb32b1486db (diff) | |
parent | f27dfbe1ab97352a1070fc81db8c8acaa338079a (diff) | |
download | illumos-joyent-62f3edb48bcd64917d8be4e8d0b56de5aab2b3c4.tar.gz |
[illumos-gate merge]
commit f27dfbe1ab97352a1070fc81db8c8acaa338079a
8797 loader: Support URI scheme for root-path in netbooting
commit 61d32c33314163cd44fd93c77f2606de94baee81
8762 syslogd: variable 'prev' set but not used
commit c5bab7026b8e0ac44b25ee08507ea360f177d844
8861 more manpage spelling errors
Diffstat (limited to 'usr/src/man/man3c/clock_settime.3c')
-rw-r--r-- | usr/src/man/man3c/clock_settime.3c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/usr/src/man/man3c/clock_settime.3c b/usr/src/man/man3c/clock_settime.3c index 2eb447bc32..98b9b1ffe4 100644 --- a/usr/src/man/man3c/clock_settime.3c +++ b/usr/src/man/man3c/clock_settime.3c @@ -9,7 +9,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 CLOCK_SETTIME 3C "Feb 5, 2008" +.TH CLOCK_SETTIME 3C "Nov 26, 2017" .SH NAME clock_settime, clock_gettime, clock_getres \- high-resolution clock operations .SH SYNOPSIS @@ -31,7 +31,6 @@ clock_settime, clock_gettime, clock_getres \- high-resolution clock operations .fi .SH DESCRIPTION -.sp .LP The \fBclock_settime()\fR function sets the specified clock, \fIclock_id\fR, to the value specified by \fItp\fR. Time values that are between two consecutive @@ -52,7 +51,7 @@ is not a multiple of \fIres\fR, then the value is truncated to a multiple of \fIres\fR. .sp .LP -A clock may be systemwide (that is, visible to all processes) or per-process +A clock may be system wide (that is, visible to all processes) or per-process (measuring time that is meaningful only within a process). .sp .LP @@ -77,12 +76,10 @@ of \fBadjtime\fR(2), \fBntp_adjtime\fR(2), \fBsettimeofday\fR(3C), or Additional clocks may also be supported. The interpretation of time values for these clocks is unspecified. .SH RETURN VALUES -.sp .LP Upon successful completion, \fB0\fR is returned. Otherwise, \fB\(mi1\fR is returned and \fBerrno\fR is set to indicate the error. .SH ERRORS -.sp .LP The \fBclock_settime()\fR, \fBclock_gettime()\fR and \fBclock_getres()\fR functions will fail if: @@ -133,7 +130,6 @@ specified clock. .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -153,7 +149,6 @@ Standard See \fBstandards\fR(5). .TE .SH SEE ALSO -.sp .LP \fBtime\fR(2), \fBctime\fR(3C), \fBgethrtime\fR(3C), \fBtime.h\fR(3HEAD), \fBtimer_gettime\fR(3C), \fBattributes\fR(5), \fBstandards\fR(5) |