From owner-cvs-src@FreeBSD.ORG Tue Aug 30 12:32:19 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05F0316A41F; Tue, 30 Aug 2005 12:32:19 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9071E43D46; Tue, 30 Aug 2005 12:32:18 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7UCWI8I063918; Tue, 30 Aug 2005 12:32:18 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7UCWINH063917; Tue, 30 Aug 2005 12:32:18 GMT (envelope-from tjr) Message-Id: <200508301232.j7UCWINH063917@repoman.freebsd.org> From: "Tim J. Robbins" Date: Tue, 30 Aug 2005 12:32:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/split split.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2005 12:32:19 -0000 tjr 2005-08-30 12:32:18 UTC FreeBSD src repository Modified files: usr.bin/split split.c Log: Remove undocumented historic support for treating "-" as an option instead of a file operand; this is not compatible with POSIX. Revision Changes Path 1.17 +8 -14 src/usr.bin/split/split.c