summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-04-09 18:31:37 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-04-09 18:31:37 +0000
commitd0ad50eb8f516073ceaefae08e2cd521b9b8e1ea (patch)
treed7849baac10fa9e841e083e894472cb27f3eb100 /lib
parent30dcf7e82696ad7289cc953a043a05d80d068736 (diff)
31 vs 32; ianm@cit.uws.edu.au
Diffstat (limited to 'lib')
-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