]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/getlogin.3
getent.1, intro.1, time.1, _exit.2, alloc_hugepages.2, arch_prctl.2, clock_getres...
[thirdparty/man-pages.git] / man3 / getlogin.3
index b79fe2c3aeae5c49ce4b0b9c5b7d8c405775f247..1c707a3dec607cad97336d7df578ef12c07e8968 100644 (file)
@@ -124,7 +124,7 @@ The calling process has no controlling terminal.
 The length of the username, including the terminating null byte (\(aq\\0\(aq),
 is larger than
 .IR bufsize .
-.LP
+.PP
 Linux/glibc also has
 .TP
 .B ENOENT
@@ -203,7 +203,7 @@ function
 was included in the 1988 version of POSIX,
 but removed from the 1990 version.
 It was present in SUSv2, but removed in POSIX.1-2001.
-.LP
+.PP
 OpenBSD has
 .BR getlogin ()
 and
@@ -222,7 +222,7 @@ of our program need not be the user who started it.
 Avoid
 .BR getlogin ()
 for security-related purposes.
-.LP
+.PP
 Note that glibc does not follow the POSIX specification and uses
 .I stdin
 instead of
@@ -232,7 +232,7 @@ A bug.
 all return the login name also when
 .I stdin
 is redirected.)
-.LP
+.PP
 Nobody knows precisely what
 .BR cuserid ()
 does; avoid it in portable programs.