1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-04 10:41:11 +02:00

32521: document that LOGNAME comes from getlogin()

This commit is contained in:
Peter Stephenson 2014-04-06 16:54:29 +01:00
parent ccc840470a
commit 141f569c0f
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2014-04-06 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 32521: Doc/Zsh/params.yo: document that LOGNAME comes
from getlogin().
2014-04-05 Daniel Shahaf <d.s@daniel.shahaf.name>
* 32528: Completion/Zsh/Command/_zstyle, Doc/Zsh/contrib.yo,

View file

@ -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))(