]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix help lint for user-id
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 5 Feb 2010 07:20:40 +0000 (01:20 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 5 Feb 2010 07:20:40 +0000 (01:20 -0600)
basis/unix/users/users-docs.factor

index c7867db2bf2ac565ad0852fb77f030861374ae6f..e676f6fef646ff840c91023a93ba302750e3e14f 100644 (file)
@@ -62,7 +62,7 @@ HELP: user-name
 HELP: user-id
 { $values
      { "string" string }
-     { "id" integer } }
+     { "id/f" "an integer or f" } }
 { $description "Returns the user id associated with the user-name." } ;
 
 HELP: with-effective-user