From owner-cvs-usrbin Mon Sep 15 01:21:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA12233 for cvs-usrbin-outgoing; Mon, 15 Sep 1997 01:21:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA12197; Mon, 15 Sep 1997 01:20:56 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id BAA22993; Mon, 15 Sep 1997 01:17:29 -0700 (PDT) Date: Mon, 15 Sep 1997 01:17:29 -0700 (PDT) Message-Id: <199709150817.BAA22993@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/gcore gcore.1 gcore.c src/usr.bin/getopt getopt.c src/usr.bin/gprof arcs.c gprof.h src/usr.bin/head head.1 head.c src/usr.bin/hexdump hexsyntax.c od.1 odsyntax.c src/usr.bin/id Makefile groups.1 id.1 id.c whoami.1 Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1997/09/15 01:17:29 PDT Modified files: (Branch: RELENG_2_2) usr.bin/gcore gcore.1 gcore.c usr.bin/getopt getopt.c usr.bin/gprof arcs.c gprof.h usr.bin/head head.1 head.c usr.bin/hexdump hexsyntax.c od.1 odsyntax.c usr.bin/id Makefile groups.1 id.1 id.c whoami.1 Log: MFC: More cosmetic fixes and new id(1) functionality. Revision Changes Path 1.2.2.2 +1 -1 src/usr.bin/gcore/gcore.1 1.4.2.3 +2 -2 src/usr.bin/gcore/gcore.c 1.1.8.2 +1 -1 src/usr.bin/getopt/getopt.c 1.2.6.3 +3 -3 src/usr.bin/gprof/arcs.c 1.4.2.2 +1 -1 src/usr.bin/gprof/gprof.h 1.1.1.1.8.1 +4 -1 src/usr.bin/head/head.1 1.3.2.3 +47 -9 src/usr.bin/head/head.c 1.4.2.3 +5 -3 src/usr.bin/hexdump/hexsyntax.c 1.3.2.1 +2 -2 src/usr.bin/hexdump/od.1 1.2.6.3 +6 -4 src/usr.bin/hexdump/odsyntax.c 1.4.2.1 +2 -2 src/usr.bin/id/Makefile 1.1.1.1.8.1 +1 -1 src/usr.bin/id/groups.1 1.1.1.1.8.2 +20 -14 src/usr.bin/id/id.1 1.3.2.3 +2 -2 src/usr.bin/id/id.c 1.1.1.1.8.1 +1 -1 src/usr.bin/id/whoami.1