]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unix/users/users-docs.factor
update docs for help.lint checks.
[factor.git] / basis / unix / users / users-docs.factor
index fe0c3e853d985655d8eb303f5ae8231a77b3c47e..af9a88941c4fae9f96c0b78228a39569b2d5c619 100644 (file)
@@ -20,7 +20,7 @@ HELP: new-passwd
 { $description "Creates a new passwd tuple dependent on the operating system." } ;
 
 HELP: passwd
-{ $description "A platform-specific tuple corresponding to every field from the Unix passwd struct. BSD passwd structures have four extra slots: " { $slot "change" } ", " { $slot "class" } ", " { $slot "expire" } ", " { $slot "fields" } "." } ;
+{ $description "A platform-specific tuple corresponding to every field from the Unix passwd struct. BSD passwd structures have four extra slots: " { $snippet "change" } ", " { $snippet "class" } ", " { $snippet "expire" } ", " { $snippet "fields" } "." } ;
 
 HELP: user-cache
 { $description "A symbol storing passwd structures indexed by user-ids when within a " { $link with-user-cache } "." } ;