Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys move the description of CLOCK_REALTIME in the l...



details:   https://anonhg.NetBSD.org/src/rev/03052c0001b5
branches:  trunk
changeset: 818076:03052c0001b5
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Sep 24 01:05:51 2016 +0000

description:
move the description of CLOCK_REALTIME in the list.

diffstat:

 lib/libc/sys/clock_settime.2 |  17 +++++++----------
 1 files changed, 7 insertions(+), 10 deletions(-)

diffs (46 lines):

diff -r 483bcf756e72 -r 03052c0001b5 lib/libc/sys/clock_settime.2
--- a/lib/libc/sys/clock_settime.2      Fri Sep 23 22:07:12 2016 +0000
+++ b/lib/libc/sys/clock_settime.2      Sat Sep 24 01:05:51 2016 +0000
@@ -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 @@
 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 @@
 .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



Home | Main Index | Thread Index | Old Index