Correct the reference to the current value of MAXLOGNAME to reflect reality

This commit is contained in:
sommerfeld 1999-09-24 19:55:15 +00:00
parent c61e95f1f5
commit 4a22cb272c
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: getlogin.2,v 1.8 1999/03/22 19:45:03 garbled Exp $
.\" $NetBSD: getlogin.2,v 1.9 1999/09/24 19:55:15 sommerfeld Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -98,7 +98,7 @@ Login names are limited to
.Dv MAXLOGNAME
(from
.Ao Pa sys/param.h Ac )
characters, currently 12.
characters, currently 16.
.It Bq Er EPERM
The caller tried to set the login name and was not the super-user.
.El