From owner-cvs-all Mon Feb 18 16: 6: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B93A37B402; Mon, 18 Feb 2002 16:05:59 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1J05xx70840; Mon, 18 Feb 2002 16:05:59 -0800 (PST) (envelope-from imp) Message-Id: <200202190005.g1J05xx70840@freefall.freebsd.org> From: Warner Losh Date: Mon, 18 Feb 2002 16:05:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ls ls.c src/bin/ps print.c src/lib/libc/gen pwcache.3 pwcache.c src/usr.bin/find ls.c src/usr.bin/ipcs ipcs.c src/usr.bin/lastcomm lastcomm.c src/usr.sbin/sa usrdb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/02/18 16:05:59 PST Modified files: bin/ls ls.c bin/ps print.c lib/libc/gen pwcache.3 pwcache.c usr.bin/find ls.c usr.bin/ipcs ipcs.c usr.bin/lastcomm lastcomm.c usr.sbin/sa usrdb.c Log: Fixed divots that I created when I moved prototypes of group_from_gid and user_from_uid to grp.h and pwd.h. Update the man pages. Submitted by: David Malone Pointy hat to: imp Revision Changes Path 1.56 +2 -0 src/bin/ls/ls.c 1.57 +2 -0 src/bin/ps/print.c 1.11 +3 -2 src/lib/libc/gen/pwcache.3 1.9 +1 -1 src/lib/libc/gen/pwcache.c 1.10 +8 -2 src/usr.bin/find/ls.c 1.17 +3 -1 src/usr.bin/ipcs/ipcs.c 1.14 +2 -1 src/usr.bin/lastcomm/lastcomm.c 1.11 +2 -1 src/usr.sbin/sa/usrdb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message