From 141f569c0f979254369b91e8018e8beaa2c6863a Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 6 Apr 2014 16:54:29 +0100 Subject: 32521: document that LOGNAME comes from getlogin() --- Doc/Zsh/params.yo | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Doc') diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index cf2ad34d4..8d95355f9 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -621,7 +621,9 @@ item(tt(LOGNAME))( If the corresponding variable is not set in the environment of the shell, it is initialized to the login name corresponding to the current login session. This parameter is exported by default but -this can be disabled using the tt(typeset) builtin. +this can be disabled using the tt(typeset) builtin. The value +is set to the string returned by the manref(getlogin)(3) system call +if that is available. ) vindex(MACHTYPE) item(tt(MACHTYPE))( -- cgit 1.4.1