From owner-cvs-all Fri Nov 24 2:18:56 2000 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 89A0437B4C5; Fri, 24 Nov 2000 02:18:53 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA62468; Fri, 24 Nov 2000 02:18:53 -0800 (PST) (envelope-from phk@FreeBSD.org) Message-Id: <200011241018.CAA62468@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 24 Nov 2000 02:18:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/pwd realpath.1 Makefile pwd.1 pwd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/11/24 02:18:53 PST Modified files: bin/pwd Makefile pwd.1 pwd.c Added files: bin/pwd realpath.1 Log: Let the pwd program double as realpath(1). This lets you resolve pathnames to their underlying physical path: critter# realpath /sys/kern/subr_disk.c /freebsd/src/sys/kern/subr_disk.c Update the pwd man-page slightly. Revision Changes Path 1.6 +3 -1 src/bin/pwd/Makefile 1.12 +4 -1 src/bin/pwd/pwd.1 1.10 +16 -7 src/bin/pwd/pwd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message