components/ntp/manpages/ntpd.1m
branchs11u3-sru
changeset 5016 e7921135918b
parent 3573 7e043dae7c72
child 7537 ae530156d261
equal deleted inserted replaced
5015:2cbe8ea880ce 5016:e7921135918b
    16 .\" fields enclosed by brackets "[]" replaced with your own identifying
    16 .\" fields enclosed by brackets "[]" replaced with your own identifying
    17 .\" information: Portions Copyright [yyyy] [name of copyright owner]
    17 .\" information: Portions Copyright [yyyy] [name of copyright owner]
    18 .\"
    18 .\"
    19 .\" CDDL HEADER END
    19 .\" CDDL HEADER END
    20 .\"
    20 .\"
    21 .\" Copyright (c) 2009, 2014, Oracle and/or its affiliates. All rights reserved.
    21 .\" Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved.
    22 .\"
    22 .\"
    23 .TH "ntpd" "1M" "" "" "System Administration Commands"
    23 .TH "ntpd" "1M" "" "" "System Administration Commands"
    24 .SH NAME
    24 .SH NAME
    25 ntpd \- Network Time Protocol daemon Version 4
    25 ntpd \- Network Time Protocol daemon Version 4
    26 .SH SYNOPSIS
    26 .SH SYNOPSIS
   281 .BR config/slew_always
   281 .BR config/slew_always
   282 A boolean which when true, instructs ntpd to slew the clock as much as possible, instead of stepping the clock. It 
   282 A boolean which when true, instructs ntpd to slew the clock as much as possible, instead of stepping the clock. It 
   283 does not prevent all stepping, but increases the threshold above which stepping is used. It also disables the use
   283 does not prevent all stepping, but increases the threshold above which stepping is used. It also disables the use
   284 of the kernel \fBNTP\fP facility, which is incompatible with long slew times. The default is false.
   284 of the kernel \fBNTP\fP facility, which is incompatible with long slew times. The default is false.
   285 .TP
   285 .TP
       
   286 .BR config/allow_step_at_boot
       
   287 A boolean which when true, allows ntpd to step the clock once at boot, even if slew_always is true. Normally
       
   288 when slew_always is true ntpd will not step the clock except for very large offsets. Since the intial offset
       
   289 when the system is booted could be large and no applications will be running yet, this option allows one step
       
   290 as soon as the offset is determined. If slew_always is false or if the \fBNTP\fP service is being restarted, then
       
   291 this option has no effect. The default is true.
       
   292 .TP
   286 .BR config/wait_for_sync
   293 .BR config/wait_for_sync
   287 A boolean which when true, causes the \fBNTP\fP service to delay coming completely on-line until after the first 
   294 A boolean which when true, causes the \fBNTP\fP service to delay coming completely on-line until after the first 
   288 time the system clock is synchronized. This can potetially delay the system start up by a significant amount. The
   295 time the system clock is synchronized. This can potetially delay the system start up by a significant amount. The
   289 default is false.
   296 default is false.
   290 .TP
   297 .TP