From owner-cvs-src-old@FreeBSD.ORG Sat May 1 22:00:40 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 8D44E106564A for ; Sat, 1 May 2010 22:00:40 +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 629C58FC0C for ; Sat, 1 May 2010 22:00:40 +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 o41M0ep9087041 for ; Sat, 1 May 2010 22:00:40 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o41M0ev6087040 for cvs-src-old@freebsd.org; Sat, 1 May 2010 22:00:40 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201005012200.o41M0ev6087040@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Sat, 1 May 2010 22:00:28 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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: Sat, 01 May 2010 22:00:40 -0000 jilles 2010-05-01 22:00:28 UTC FreeBSD src repository Modified files: usr.bin/pathchk pathchk.1 pathchk.c Log: SVN rev 207483 on 2010-05-01 22:00:28Z by jilles 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. MFC after: 1 week Revision Changes Path 1.6 +12 -2 src/usr.bin/pathchk/pathchk.1 1.6 +14 -4 src/usr.bin/pathchk/pathchk.c