factor/extra/ntp/ntp-docs.factor

14 lines
273 B
Factor
Raw Normal View History

2011-08-19 20:25:10 -04:00
! Copyright (C) 2010 John Benediktsson
! See http://factorcode.org/license.txt for BSD license
USING: help.syntax help.markup ntp strings ;
IN: ntp
HELP: <ntp>
{ $values { "host" string } }
{ $description
"Requests the time from the specified NTP time server."
} ;