]> git.cameronkatri.com Git - pw-darwin.git/commitdiff
Bring the description for login_getclassbyname in sync with the function's
authorDiomidis Spinellis <dds@FreeBSD.org>
Tue, 11 May 2004 11:05:26 +0000 (11:05 +0000)
committerDiomidis Spinellis <dds@FreeBSD.org>
Tue, 11 May 2004 11:05:26 +0000 (11:05 +0000)
arguments.  The function has as a second argument a struct passwd * pointer,
not a directory name.

MFC after: 2 weeks

libutil/login_cap.c

index ad1dacbb6a792f0d5a91d40ebb0ba3f524f52373..50ebf260620e1dee4e9e6f007cc7ed1750589404 100644 (file)
@@ -172,9 +172,10 @@ login_close(login_cap_t * lc)
  * login_getclassbyname() get the login class by its name.
  * If the name given is NULL or empty, the default class
  * LOGIN_DEFCLASS (ie. "default") is fetched. If the
- * 'dir' argument contains a non-NULL non-empty string,
- * then the file _FILE_LOGIN_CONF is picked up from that
- * directory instead of the system login database.
+ * 'pwd' argument is non-NULL and contains an non-NULL
+ * dir entry, then the file _FILE_LOGIN_CONF is picked
+ * up from that directory and used before the system
+ * login database.
  * Return a filled-out login_cap_t structure, including
  * class name, and the capability record buffer.
  */