Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 May 2010 19:32:37 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/pathchk pathchk.1
Message-ID:  <201005091932.o49JWsej048276@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2010-05-09 19:32:37 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    usr.bin/pathchk      pathchk.1 
  Log:
  SVN rev 207827 on 2010-05-09 19:32:37Z by jilles
  
  MFC r207485: pathchk(1): Fix the example so it allows arbitrary pathnames.
  
  Spaces and various other characters in pathnames are not passed through
  literally by xargs in its default mode. Instead, use find . -exec ... {} +
  
  Although the -- argument is not strictly required here, add it anyway to
  avoid surprises when modifying the code to find -f -somedir ...
  
  Revision  Changes    Path
  1.5.22.3  +1 -1      src/usr.bin/pathchk/pathchk.1



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