Index: lib/libc/rpc/rtime.3 =================================================================== --- lib/libc/rpc/rtime.3 +++ lib/libc/rpc/rtime.3 @@ -46,5 +46,3 @@ and block until a reply is received from the time server. .Sh RETURN VALUES .Rv -std rtime -.Sh SEE ALSO -.Xr timed 8 Index: lib/libc/sys/adjtime.2 =================================================================== --- lib/libc/sys/adjtime.2 +++ lib/libc/sys/adjtime.2 @@ -96,9 +96,7 @@ .El .Sh SEE ALSO .Xr date 1 , -.Xr gettimeofday 2 , -.Xr timed 8 , -.Xr timedc 8 +.Xr gettimeofday 2 .Rs .%T "TSP: The Time Synchronization Protocol for UNIX 4.3BSD" .%A R. Gusella Index: lib/libc/sys/clock_gettime.2 =================================================================== --- lib/libc/sys/clock_gettime.2 +++ lib/libc/sys/clock_gettime.2 @@ -154,8 +154,7 @@ .Xr adjtime 2 , .Xr clock_getcpuclockid 3 , .Xr ctime 3 , -.Xr pthread_getcpuclockid 3 , -.Xr timed 8 +.Xr pthread_getcpuclockid 3 .Sh STANDARDS The .Fn clock_gettime , Index: lib/libc/sys/gettimeofday.2 =================================================================== --- lib/libc/sys/gettimeofday.2 +++ lib/libc/sys/gettimeofday.2 @@ -123,8 +123,7 @@ .Xr clock_gettime 2 , .Xr ctime 3 , .Xr timeradd 3 , -.Xr clocks 7 , -.Xr timed 8 +.Xr clocks 7 .Sh HISTORY The .Fn gettimeofday Index: libexec/rc/rc.conf =================================================================== --- libexec/rc/rc.conf +++ libexec/rc/rc.conf @@ -391,8 +391,6 @@ tlsservd_flags="" # Flags for rpc.tlsservd ### Network Time Services options: ### -timed_enable="NO" # Run the time daemon (or NO). -timed_flags="" # Flags to timed (if enabled). ntpdate_enable="NO" # Run ntpdate to sync time on boot (or NO). ntpdate_program="/usr/sbin/ntpdate" # path to ntpdate, if you want a different one. ntpdate_flags="-b" # Flags to ntpdate (if enabled). Index: share/man/man5/rc.conf.5 =================================================================== --- share/man/man5/rc.conf.5 +++ share/man/man5/rc.conf.5 @@ -2574,29 +2574,6 @@ .Va pppoed_enable is set to .Dq Li YES . -.It Va timed_enable -.Pq Vt bool -If set to -.Dq Li YES , -run the -.Xr timed 8 -service at boot time. -This command is intended for networks of -machines where a consistent -.Dq "network time" -for all hosts must be established. -This is often useful in large NFS -environments where time stamps on files are expected to be consistent -network-wide. -.It Va timed_flags -.Pq Vt str -If -.Va timed_enable -is set to -.Dq Li YES , -these are the flags to pass to the -.Xr timed 8 -service. .It Va ntpdate_enable .Pq Vt bool If set to @@ -4682,7 +4659,6 @@ .Xr sysctl 8 , .Xr syslogd 8 , .Xr sysrc 8 , -.Xr timed 8 , .Xr unbound 8 , .Xr usbconfig 8 , .Xr wlandebug 8 ,