From owner-cvs-src-old@FreeBSD.ORG Fri Jun 3 18:19:06 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A5B410657CD for ; Fri, 3 Jun 2011 18:19:06 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D3EB18FC14 for ; Fri, 3 Jun 2011 18:19:05 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p53IJ5Ie072007 for ; Fri, 3 Jun 2011 18:19:05 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p53IJ5c8072006 for cvs-src-old@freebsd.org; Fri, 3 Jun 2011 18:19:05 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201106031819.p53IJ5c8072006@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Fri, 3 Jun 2011 18:18:54 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/usr.bin/find option.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2011 18:19:06 -0000 jilles 2011-06-03 18:18:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.bin/find option.c Log: SVN rev 222657 on 2011-06-03 18:18:54Z by jilles MFC r222390: find: If a part of an expression is unknown, do not call it an option. Although most of the primaries and operators start with "-", they are not options. Examples: find . -xyz find . -name xyz -or bad Revision Changes Path 1.26.2.2 +1 -1 src/usr.bin/find/option.c