From owner-cvs-src-old@FreeBSD.ORG Sun May 9 19:31:04 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6EB2710656AC for ; Sun, 9 May 2010 19:31:04 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 445958FC15 for ; Sun, 9 May 2010 19:31:04 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o49JV4tZ048160 for ; Sun, 9 May 2010 19:31:04 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o49JV4ju048159 for cvs-src-old@freebsd.org; Sun, 9 May 2010 19:31:04 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201005091931.o49JV4ju048159@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Sun, 9 May 2010 19:30:52 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/usr.bin/pathchk pathchk.1 pathchk.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: Sun, 09 May 2010 19:31:04 -0000 jilles 2010-05-09 19:30:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.bin/pathchk pathchk.1 pathchk.c Log: SVN rev 207826 on 2010-05-09 19:30:52Z by jilles MFC r207483: pathchk: Add the new POSIX -P option. This option checks for empty pathnames and components starting with '-'. Our -p option also checks for the latter, which remains the case. Revision Changes Path 1.5.22.2 +12 -2 src/usr.bin/pathchk/pathchk.1 1.5.22.2 +14 -4 src/usr.bin/pathchk/pathchk.c