summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-03-03 23:50:55 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-03-03 23:50:55 +0000
commit1e12d1c9d983dc452b3d59897f9330a5f595b43a (patch)
tree165490a107b81042a46e3d2ba74cac8af576dfb7 /lib/libc
parent53490b7634976ae8ac98e55a64264eaec4276d0c (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/getlogin.27
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/libc/sys/getlogin.2 b/lib/libc/sys/getlogin.2
index 56cef8addbb8..a087bda59b77 100644
--- a/lib/libc/sys/getlogin.2
+++ b/lib/libc/sys/getlogin.2
@@ -148,13 +148,6 @@ The caller tried to set the login name and was not the super-user.
.Xr setsid 2 ,
.Xr daemon 3
.Sh BUGS
-Login names are limited in length by
-.Fn setlogin .
-However, lower limits are placed on login names elsewhere in the system
-.Pf ( Dv UT_NAMESIZE
-in
-.Ao Pa utmp.h Ac ) .
-.Pp
In earlier versions of the system,
.Fn getlogin
failed unless the process was associated with a login terminal.