about summary refs log tree commit diff
path: root/Doc/Zsh/mod_newuser.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-05-21 11:32:02 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-05-21 11:32:02 +0000
commit51897d0502768b32de1da5bd9dceff00ad9a8e7f (patch)
treeb1a815aa0e387be39fc0aff4d2238687d94f2b1f /Doc/Zsh/mod_newuser.yo
parent55ca3b0d16579daed0bbfe1b8bbbaa1b66c318b8 (diff)
downloadzsh-51897d0502768b32de1da5bd9dceff00ad9a8e7f.tar.gz
zsh-51897d0502768b32de1da5bd9dceff00ad9a8e7f.tar.xz
zsh-51897d0502768b32de1da5bd9dceff00ad9a8e7f.zip
23447: improve documentation for zsh/newuser
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)).