]> gitweb.factorcode.org Git - factor.git/blob - extra/ntp/ntp-docs.factor
extra: moving bloom-filters, cuckoo-filters to basis.
[factor.git] / extra / 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 } ;