From owner-cvs-usrsbin Fri Feb 7 02:58:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA19375 for cvs-usrsbin-outgoing; Fri, 7 Feb 1997 02:58:22 -0800 (PST) Received: (from davidn@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA19358; Fri, 7 Feb 1997 02:58:17 -0800 (PST) Date: Fri, 7 Feb 1997 02:58:17 -0800 (PST) From: David Nugent Message-Id: <199702071058.CAA19358@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pw pw.c pw_user.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidn 97/02/07 02:58:15 Modified: usr.sbin/pw pw.c pw_user.c Log: Fix useage of MAXLOGNAME to include terminating NUL, by using max(MAXLOGNAME-1,UT_NAMESIZE). Tidy up "pretty" printing format for longer usernames. Revision Changes Path 1.4 +1 -1 src/usr.sbin/pw/pw.c 1.14 +11 -2 src/usr.sbin/pw/pw_user.c