From owner-cvs-all Wed Feb 16 19:17: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from builder.freebsd.org (builder.FreeBSD.ORG [204.216.27.24]) by hub.freebsd.org (Postfix) with ESMTP id 0593F37B56C; Wed, 16 Feb 2000 19:17:05 -0800 (PST) (envelope-from unfurl@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by builder.freebsd.org (Postfix) with ESMTP id AE46F132EE; Wed, 16 Feb 2000 19:16:25 -0800 (PST) Received: (from unfurl@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA15357; Wed, 16 Feb 2000 19:17:04 -0800 (PST) (envelope-from unfurl@FreeBSD.org) Message-Id: <200002170317.TAA15357@freefall.freebsd.org> From: Bill Swingle Date: Wed, 16 Feb 2000 19:17:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/chmod chmod.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk unfurl 2000/02/16 19:17:04 PST Modified files: bin/chmod chmod.1 Log: From the PR: Three minor changes to the manpage of chmod(1). 1. At the description of -H option, I added that symlinks are not followed _by default_ to show that links can be followed, but the default chmod behavior is not to do so. 2. Moved a misplaced .Va file command up to the place it belongs. 3. Simplified the grammar that describes symbolic modes. PR: 16749 Submitted by: Giorgos Keramidas Revision Changes Path 1.17 +5 -5 src/bin/chmod/chmod.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message