diff options
author | 2001-04-09 18:31:35 +0000 | |
---|---|---|
committer | 2001-04-09 18:31:35 +0000 | |
commit | 105d96084f4fdf2450e23afaea0a0f0d2d1e93f7 (patch) | |
tree | 147997abd1d4b53de3dae1576af5830446f582b4 /lib/libc | |
parent | ListenAddress mandoc from aaron@ (diff) | |
download | wireguard-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.2 | 6 |
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 |