Module Name:    src
Committed By:   christos
Date:           Sat Sep 24 01:05:51 UTC 2016

Modified Files:
        src/lib/libc/sys: clock_settime.2

Log Message:
move the description of CLOCK_REALTIME in the list.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/lib/libc/sys/clock_settime.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/clock_settime.2
diff -u src/lib/libc/sys/clock_settime.2:1.25 src/lib/libc/sys/clock_settime.2:1.26
--- src/lib/libc/sys/clock_settime.2:1.25	Sat Apr 23 19:11:31 2016
+++ src/lib/libc/sys/clock_settime.2	Fri Sep 23 21:05:51 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: clock_settime.2,v 1.25 2016/04/23 23:11:31 christos Exp $
+.\" $NetBSD: clock_settime.2,v 1.26 2016/09/24 01:05:51 christos Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd April 23, 2016
+.Dd September 23, 2016
 .Dt CLOCK_SETTIME 2
 .Os
 .Sh NAME
@@ -76,10 +76,12 @@ unless
 is
 .Dv NULL .
 .Pp
-A
+.Pp
+The following
 .Fa clock_id
-of
-.Dv CLOCK_REALTIME
+values are supported:
+.Bl -tag -width CLOCK_MONOTONIC
+.It Dv CLOCK_REALTIME
 identifies the realtime clock for the system.
 For this clock, the values specified by
 .Fn clock_settime
@@ -87,11 +89,6 @@ and obtained by
 .Fn clock_gettime
 represent the amount of time (in seconds and nanoseconds)
 since 00:00 Universal Coordinated Time, January 1, 1970.
-.Pp
-The following
-.Fa clock_id
-values are supported:
-.Bl -tag -width CLOCK_MONOTONIC
 .It Dv CLOCK_MONOTONIC
 identifies a clock that increases at a steady rate (monotonically).
 This clock

Reply via email to