1
0
mirror of https://frontier.innolan.net/rainlance/amiga-ntimed.git synced 2026-05-02 23:48:41 +00:00

Fixed layout issues

This commit is contained in:
Carsten Larsen
2015-03-12 23:00:22 +01:00
parent e113ffa510
commit 466a581370

View File

@@ -20,11 +20,11 @@ Reference
~~~~~~~~~
Format
NTIMED [PARAM <parameter>] [TRACEFILE <file>] [TIMEZONE <zone>] {servers}
NTIMED [PARAM <parameter>] [TRACEFILE <file>] [TIMEZONE <zone>] {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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~