factor/extra/ntp/ntp-docs.factor

14 lines
299 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
2011-08-23 15:21:09 -04:00
USING: help.syntax help.markup ntp ntp.private strings ;
2011-08-19 20:25:10 -04:00
IN: ntp
HELP: <ntp>
2011-08-23 15:21:09 -04:00
{ $values { "host" string } { "ntp" ntp } }
2011-08-19 20:25:10 -04:00
{ $description
"Requests the time from the specified NTP time server."
} ;