diff --git a/README.rst b/README.rst index bd574f3..fdaefaa 100644 --- a/README.rst +++ b/README.rst @@ -20,11 +20,11 @@ Reference ~~~~~~~~~ Format - NTIMED [PARAM ] [TRACEFILE ] [TIMEZONE ] {servers} + NTIMED [PARAM ] [TRACEFILE ] [TIMEZONE ] {servers} [SYNC] [SAVE] [QUIET] Template - P=PARAM/K,T=TRACEFILE/K,Z=TIMEZONE/K,SERVERS/M,SYNC/S,SAVE/S,QUIET/S + P=PARAM/K,T=TRACEFILE/K,Z=TIMEZONE/K,SERVERS/M,SYNC/S,SAVE/S,QUIET/S PARAM are used to show and set internal Ntimed parameters. A list of parameters will be shown when using question mark. TRACEFILE can be specified to write a @@ -38,19 +38,19 @@ SYNC will tell Ntimed to use 15 seconds to synchronizing local time and then exit. If SAVE is specified time will be written to hardware clock upon exit. Example 1:: -NTIMED ntp1.example.com ntp2.example.com + NTIMED ntp1.example.com ntp2.example.com Example 2:: -NTIMED TRACEFILE=RAM:trace TIMEZONE=CEST ntp1.example.com + NTIMED TRACEFILE=RAM:trace TIMEZONE=CEST ntp1.example.com Example 3:: -NTIMED P "foo=20,pollrate_25" T T:trace ntp7.example.com + NTIMED P "foo=20,pollrate_25" T T:trace ntp7.example.com Example 4:: -NTIMED Z EST ntp4.example.com SYNC + NTIMED Z EST ntp4.example.com SYNC Example 5:: -NTIMED Z ? + NTIMED Z ? Public available timeservers ~~~~~~~~~~~~~~~~~~~~~~~~~~~~