]> gitweb.factorcode.org Git - factor.git/blob - basis/ntp/ntp-docs.factor
inverse: Fix docs
[factor.git] / basis / ntp / ntp-docs.factor
1 ! Copyright (C) 2010 John Benediktsson
2 ! See http://factorcode.org/license.txt for BSD license
3
4 USING: help.syntax help.markup ntp ntp.private strings ;
5
6 IN: ntp
7
8 HELP: <ntp>
9 { $values { "host" string } { "ntp" ntp } }
10 { $description
11     "Requests the time from the specified NTP time server."
12 } ;