From owner-cvs-all Fri Aug 27 1:59:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E06D414DEB; Fri, 27 Aug 1999 01:59:49 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA49718; Fri, 27 Aug 1999 01:59:35 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <199908270859.BAA49718@freefall.freebsd.org> From: Sheldon Hearn Date: Fri, 27 Aug 1999 01:59:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/env env.c src/usr.bin/printenv printenv.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sheldonh 1999/08/27 01:59:34 PDT Modified files: usr.bin/env env.c usr.bin/printenv printenv.1 Log: Add ``-i'' option, which is the same as ``-''. The -i option is the recommended option in the manpage, but the - option remains for backward compatibility and is documented as such. PR: 13363 Reported by: James Howard Reviewed by: bde Revision Changes Path 1.5 +3 -2 src/usr.bin/env/env.c 1.4 +16 -6 src/usr.bin/printenv/printenv.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message