summaryrefslogtreecommitdiff
path: root/Doc/Zsh/mod_newuser.yo
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Zsh/mod_newuser.yo')
-rw-r--r--Doc/Zsh/mod_newuser.yo8
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/Zsh/mod_newuser.yo b/Doc/Zsh/mod_newuser.yo
index d21e633c2..5da66a9f2 100644
--- a/Doc/Zsh/mod_newuser.yo
+++ b/Doc/Zsh/mod_newuser.yo
@@ -37,3 +37,11 @@ Note that it is possible to achieve exactly the same effect as the
tt(zsh/newuser) module by adding code to tt(/etc/zshenv). The module
exists simply to allow the shell to make arrangements for new users without
the need for invervention by package maintainers and system administrators.
+
+The script supplied with the module invokes the shell function
+tt(zsh-newuser-install). This may be invoked directly by the user
+even if the tt(zsh/newuser) module is disabled. Note, however, that
+if the module is not installed the function will not be installed either.
+The function is documented in
+ifnzman(noderef(User Configuration Functions))\
+ifzman(the section User Configuration Functions in zmanref(zshcontrib)).