Module Name:    src
Committed By:   dholland
Date:           Sun Aug 28 00:15:01 UTC 2016

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

Log Message:
fix broken xrefs


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/sys/ntp_adjtime.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/ntp_adjtime.2
diff -u src/lib/libc/sys/ntp_adjtime.2:1.11 src/lib/libc/sys/ntp_adjtime.2:1.12
--- src/lib/libc/sys/ntp_adjtime.2:1.11	Mon Dec  7 23:20:57 2015
+++ src/lib/libc/sys/ntp_adjtime.2	Sun Aug 28 00:15:01 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ntp_adjtime.2,v 1.11 2015/12/07 23:20:57 pgoyette Exp $
+.\"	$NetBSD: ntp_adjtime.2,v 1.12 2016/08/28 00:15:01 dholland Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -61,10 +61,11 @@ system call is available only for the su
 If the system call fails, the
 .Fn ntp_adjtime
 function in the standard C library will try to use the
-.Xr clockctl 4 device if present, thus making it possible for the NTP
+.Xr clockctl 4
+device if present, thus making it possible for the NTP
 daemon to run as a non-privileged user.
 If
-.X4 clockctl 4
+.Xr clockctl 4
 is not present,
 .Fn ntp_adjtime
 returns

Reply via email to