From ee318e0ce1c517e7d9c44f3ffe3c24164031dc32 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Thu, 31 Jul 2008 06:51:36 +0000 Subject: [PATCH] Doc improvements --- useradmin/user-lib.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/useradmin/user-lib.pl b/useradmin/user-lib.pl index 005530715..c9abec157 100644 --- a/useradmin/user-lib.pl +++ b/useradmin/user-lib.pl @@ -346,6 +346,8 @@ push(@list_users_cache, $_[0]) if (defined(@list_users_cache)); } # modify_user(&old, &details) +# Update an existing Unix user with new details. The user to change must be +# in &old, and the new values are in &details. sub modify_user { $_[0] || &error("Missing parameter to modify_user"); @@ -455,6 +457,8 @@ if (!$batch_mode) { } # delete_user(&details) +# Delete an existing user. The &details hash must be user information as +# returned by list_users sub delete_user { local $lref;