From owner-cvs-all Sun Feb 3 23:26:27 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 6327637B405; Sun, 3 Feb 2002 23:26:21 -0800 (PST) Received: (from mike@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g147QLu68602; Sun, 3 Feb 2002 23:26:21 -0800 (PST) (envelope-from mike) Message-Id: <200202040726.g147QLu68602@freefall.freebsd.org> From: Mike Barcroft Date: Sun, 3 Feb 2002 23:26:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/pwd pwd.1 pwd.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 mike 2002/02/03 23:26:21 PST Modified files: bin/pwd pwd.1 pwd.c Log: Add -L option (SUSv3) to pwd(1). Fix a bug, where realpath(1) would complain about paths starting with `-', by not calling getopt(3). Submitted by: Tim J. Robbins Obtained from: NetBSD (partially) MFC after: 1 month Revision Changes Path 1.16 +30 -8 src/bin/pwd/pwd.1 1.15 +55 -21 src/bin/pwd/pwd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message