]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix help-lint for ntp
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 23 Aug 2011 19:21:09 +0000 (12:21 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 23 Aug 2011 19:27:41 +0000 (12:27 -0700)
extra/ntp/ntp-docs.factor

index 9fb3090bd5787a372fa2d48186f1221f062369e0..406d7f291a7436c1afcdfbd9d3915eda4b7e43ad 100644 (file)
@@ -1,12 +1,12 @@
 ! Copyright (C) 2010 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: help.syntax help.markup ntp strings ;
+USING: help.syntax help.markup ntp ntp.private strings ;
 
 IN: ntp
 
 HELP: <ntp>
-{ $values { "host" string } }
+{ $values { "host" string } { "ntp" ntp } }
 { $description
     "Requests the time from the specified NTP time server."
 } ;