From owner-svn-src-stable-8@FreeBSD.ORG Sat Sep 11 18:50:34 2010 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 497E1106566B; Sat, 11 Sep 2010 18:50:34 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 37E038FC17; Sat, 11 Sep 2010 18:50:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o8BIoYi0028632; Sat, 11 Sep 2010 18:50:34 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o8BIoYem028630; Sat, 11 Sep 2010 18:50:34 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201009111850.o8BIoYem028630@svn.freebsd.org> From: Gavin Atkinson Date: Sat, 11 Sep 2010 18:50:34 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r212476 - stable/8/usr.bin/split X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Sep 2010 18:50:34 -0000 Author: gavin Date: Sat Sep 11 18:50:33 2010 New Revision: 212476 URL: http://svn.freebsd.org/changeset/base/212476 Log: Merge r212162 from head: Correct spelling mistake, int -> into Modified: stable/8/usr.bin/split/split.1 Directory Properties: stable/8/usr.bin/split/ (props changed) Modified: stable/8/usr.bin/split/split.1 ============================================================================== --- stable/8/usr.bin/split/split.1 Sat Sep 11 15:07:40 2010 (r212475) +++ stable/8/usr.bin/split/split.1 Sat Sep 11 18:50:33 2010 (r212476) @@ -32,7 +32,7 @@ .\" @(#)split.1 8.3 (Berkeley) 4/16/94 .\" $FreeBSD$ .\" -.Dd January 23, 2009 +.Dd September 2, 2010 .Dt SPLIT 1 .Os .Sh NAME @@ -117,7 +117,7 @@ Create split files .Ar line_count lines in length. .It Fl n Ar chunk_count -Split file int +Split file into .Ar chunk_count smaller files. .It Fl p Ar pattern