diff options
Diffstat (limited to 'usr/src/man/man2/ntp_gettime.2')
-rw-r--r-- | usr/src/man/man2/ntp_gettime.2 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/src/man/man2/ntp_gettime.2 b/usr/src/man/man2/ntp_gettime.2 index 687187a5f9..1a0976163c 100644 --- a/usr/src/man/man2/ntp_gettime.2 +++ b/usr/src/man/man2/ntp_gettime.2 @@ -4,7 +4,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 ntp_gettime 2 "21 May 2009" "SunOS 5.11" "System Calls" +.TH NTP_GETTIME 2 "May 21, 2009" .SH NAME ntp_gettime \- get local clock values .SH SYNOPSIS @@ -46,12 +46,10 @@ Upon successful completion, \fBntp_gettime()\fR returns the current clock state The \fBntp_gettime()\fR function will fail if: .sp .ne 2 -.mk .na \fB\fBEFAULT\fR\fR .ad .RS 10n -.rt The \fItptr\fR argument points to an invalid address. .RE @@ -60,12 +58,10 @@ The \fItptr\fR argument points to an invalid address. The \fBntp_gettime()\fR function will fail for 32-bit interfaces if: .sp .ne 2 -.mk .na \fB\fBEOVERFLOW\fR\fR .ad .RS 13n -.rt The size of the \fBtime.tv_sec\fR member of the \fBntptimeval\fR structure pointed to by \fItptr\fR is too small to contain the correct number of seconds. .RE |