Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f6ccd commit 403e351Copy full SHA for 403e351
1 file changed
Doc/lib/libos.tex
@@ -139,8 +139,9 @@ \subsection{Process Parameters \label{os-procinfo}}
139
\end{funcdesc}
140
141
\begin{funcdesc}{getlogin}{}
142
-Return the actual login name for the current process, even if there
143
-are multiple login names which map to the same user id.
+Return the name of the user logged in on the controlling terminal of
+the process. For most purposes, it is more useful to use the
144
+environment variable \envvar{LOGNAME} to find out who the user is.
145
Availability: \UNIX.
146
147
0 commit comments