summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2001-04-09 18:31:35 +0000
committerderaadt <deraadt@openbsd.org>2001-04-09 18:31:35 +0000
commit105d96084f4fdf2450e23afaea0a0f0d2d1e93f7 (patch)
tree147997abd1d4b53de3dae1576af5830446f582b4 /lib/libc
parentListenAddress mandoc from aaron@ (diff)
downloadwireguard-openbsd-105d96084f4fdf2450e23afaea0a0f0d2d1e93f7.tar.xz
wireguard-openbsd-105d96084f4fdf2450e23afaea0a0f0d2d1e93f7.zip
31 vs 32; ianm@cit.uws.edu.au
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/getlogin.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/getlogin.2 b/lib/libc/sys/getlogin.2
index 1aa93caba8b..65aed77b675 100644
--- a/lib/libc/sys/getlogin.2
+++ b/lib/libc/sys/getlogin.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getlogin.2,v 1.10 2001/02/01 01:43:24 deraadt Exp $
+.\" $OpenBSD: getlogin.2,v 1.11 2001/04/09 18:31:35 deraadt Exp $
.\" $NetBSD: getlogin.2,v 1.4 1995/02/27 12:33:03 cgd Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
@@ -96,10 +96,10 @@ The
parameter
pointed to a string that was too long.
Login names are limited to
-.Dv MAXLOGNAME
+.Dv MAXLOGNAME-1
(from
.Ao Pa sys/param.h Ac )
-characters, currently 32.
+characters, currently 31.
.It Bq Er EPERM
The caller tried to set the login name and was not the superuser.
.El