diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-01 01:43:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-01 01:43:25 +0000 |
commit | c6d28f021512595e3b432ab73cc10f798aaabd3d (patch) | |
tree | 7752626fe127b8cf0f10660e17ee4917314496d7 /lib | |
parent | 4d86492495589ac4be552f0aaca27dce96f44044 (diff) |
MAXLOGNAME defn changed
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/getlogin.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/getlogin.2 b/lib/libc/sys/getlogin.2 index faa9929e696..1aa93caba8b 100644 --- a/lib/libc/sys/getlogin.2 +++ b/lib/libc/sys/getlogin.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getlogin.2,v 1.9 2000/10/18 05:12:09 aaron Exp $ +.\" $OpenBSD: getlogin.2,v 1.10 2001/02/01 01:43:24 deraadt Exp $ .\" $NetBSD: getlogin.2,v 1.4 1995/02/27 12:33:03 cgd Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -99,7 +99,7 @@ Login names are limited to .Dv MAXLOGNAME (from .Ao Pa sys/param.h Ac ) -characters, currently 12. +characters, currently 32. .It Bq Er EPERM The caller tried to set the login name and was not the superuser. .El |