Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jun 2011 18:18:54 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/find option.c
Message-ID:  <201106031819.p53IJ5c8072006@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106031819.p53IJ5c8072006>