From owner-cvs-all@FreeBSD.ORG Fri Feb 27 12:04:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12F3816A4CE; Fri, 27 Feb 2004 12:04:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA49343D58; Fri, 27 Feb 2004 12:04:38 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1RK4cGe048158; Fri, 27 Feb 2004 12:04:38 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1RK4cEu048157; Fri, 27 Feb 2004 12:04:38 -0800 (PST) (envelope-from trhodes) Message-Id: <200402272004.i1RK4cEu048157@repoman.freebsd.org> From: Tom Rhodes Date: Fri, 27 Feb 2004 12:04:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/find find.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2004 20:04:39 -0000 trhodes 2004/02/27 12:04:38 PST FreeBSD src repository Modified files: usr.bin/find find.1 Log: Update the find manual page: 1: Document -follow under COMPATIBILITY. 2: Update an example to be a little more 'safe'. 3: Use '/' in place of '.' for an example; similar to other manual pages. PR: 40196 (1), 39532 (2, 3) Submitted by: Marc Silver (2 and 3) Discussed with: des (1) Revision Changes Path 1.57 +14 -1 src/usr.bin/find/find.1