View | Details | Raw Unified | Return to bug 255425
Collapse All | Expand All

(-)b/lib/libc/rpc/rtime.3 (-2 lines)
Lines 46-50 however, the routine will instead use Link Here
46
and block until a reply is received from the time server.
46
and block until a reply is received from the time server.
47
.Sh RETURN VALUES
47
.Sh RETURN VALUES
48
.Rv -std rtime
48
.Rv -std rtime
49
.Sh SEE ALSO
50
.Xr timed 8
(-)b/lib/libc/sys/adjtime.2 (-3 / +1 lines)
Lines 96-104 The process's effective user ID is not that of the super-user. Link Here
96
.El
96
.El
97
.Sh SEE ALSO
97
.Sh SEE ALSO
98
.Xr date 1 ,
98
.Xr date 1 ,
99
.Xr gettimeofday 2 ,
99
.Xr gettimeofday 2
100
.Xr timed 8 ,
101
.Xr timedc 8
102
.Rs
100
.Rs
103
.%T "TSP: The Time Synchronization Protocol for UNIX 4.3BSD"
101
.%T "TSP: The Time Synchronization Protocol for UNIX 4.3BSD"
104
.%A R. Gusella
102
.%A R. Gusella
(-)b/lib/libc/sys/clock_gettime.2 (-2 / +1 lines)
Lines 154-161 A user other than the super-user attempted to set the time. Link Here
154
.Xr adjtime 2 ,
154
.Xr adjtime 2 ,
155
.Xr clock_getcpuclockid 3 ,
155
.Xr clock_getcpuclockid 3 ,
156
.Xr ctime 3 ,
156
.Xr ctime 3 ,
157
.Xr pthread_getcpuclockid 3 ,
157
.Xr pthread_getcpuclockid 3
158
.Xr timed 8
159
.Sh STANDARDS
158
.Sh STANDARDS
160
The
159
The
161
.Fn clock_gettime ,
160
.Fn clock_gettime ,
(-)b/lib/libc/sys/gettimeofday.2 (-2 / +1 lines)
Lines 123-130 A user other than the super-user attempted to set the time. Link Here
123
.Xr clock_gettime 2 ,
123
.Xr clock_gettime 2 ,
124
.Xr ctime 3 ,
124
.Xr ctime 3 ,
125
.Xr timeradd 3 ,
125
.Xr timeradd 3 ,
126
.Xr clocks 7 ,
126
.Xr clocks 7
127
.Xr timed 8
128
.Sh HISTORY
127
.Sh HISTORY
129
The
128
The
130
.Fn gettimeofday
129
.Fn gettimeofday
(-)b/libexec/rc/rc.conf (-2 lines)
Lines 391-398 tlsservd_enable="NO" # Run rpc.tlsservd needed for NFS-over-TLS nfsd Link Here
391
tlsservd_flags=""		# Flags for rpc.tlsservd
391
tlsservd_flags=""		# Flags for rpc.tlsservd
392
392
393
### Network Time Services options: ###
393
### Network Time Services options: ###
394
timed_enable="NO"		# Run the time daemon (or NO).
395
timed_flags=""			# Flags to timed (if enabled).
396
ntpdate_enable="NO"		# Run ntpdate to sync time on boot (or NO).
394
ntpdate_enable="NO"		# Run ntpdate to sync time on boot (or NO).
397
ntpdate_program="/usr/sbin/ntpdate"	# path to ntpdate, if you want a different one.
395
ntpdate_program="/usr/sbin/ntpdate"	# path to ntpdate, if you want a different one.
398
ntpdate_flags="-b"		# Flags to ntpdate (if enabled).
396
ntpdate_flags="-b"		# Flags to ntpdate (if enabled).
(-)b/share/man/man5/rc.conf.5 (-25 lines)
Lines 2574-2602 This is mandatory when Link Here
2574
.Va pppoed_enable
2574
.Va pppoed_enable
2575
is set to
2575
is set to
2576
.Dq Li YES .
2576
.Dq Li YES .
2577
.It Va timed_enable
2578
.Pq Vt bool
2579
If set to
2580
.Dq Li YES ,
2581
run the
2582
.Xr timed 8
2583
service at boot time.
2584
This command is intended for networks of
2585
machines where a consistent
2586
.Dq "network time"
2587
for all hosts must be established.
2588
This is often useful in large NFS
2589
environments where time stamps on files are expected to be consistent
2590
network-wide.
2591
.It Va timed_flags
2592
.Pq Vt str
2593
If
2594
.Va timed_enable
2595
is set to
2596
.Dq Li YES ,
2597
these are the flags to pass to the
2598
.Xr timed 8
2599
service.
2600
.It Va ntpdate_enable
2577
.It Va ntpdate_enable
2601
.Pq Vt bool
2578
.Pq Vt bool
2602
If set to
2579
If set to
Lines 4682-4688 it will be made permanently active. Link Here
4682
.Xr sysctl 8 ,
4659
.Xr sysctl 8 ,
4683
.Xr syslogd 8 ,
4660
.Xr syslogd 8 ,
4684
.Xr sysrc 8 ,
4661
.Xr sysrc 8 ,
4685
.Xr timed 8 ,
4686
.Xr unbound 8 ,
4662
.Xr unbound 8 ,
4687
.Xr usbconfig 8 ,
4663
.Xr usbconfig 8 ,
4688
.Xr wlandebug 8 ,
4664
.Xr wlandebug 8 ,
4689
- 

Return to bug 255425