From owner-svn-src-all@FreeBSD.ORG Fri Sep 7 09:00:25 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEAE21065673; Fri, 7 Sep 2012 09:00:25 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id AA29E8FC18; Fri, 7 Sep 2012 09:00:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8790PCl070565; Fri, 7 Sep 2012 09:00:25 GMT (envelope-from kevlo@svn.freebsd.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8790PLG070563; Fri, 7 Sep 2012 09:00:25 GMT (envelope-from kevlo@svn.freebsd.org) Message-Id: <201209070900.q8790PLG070563@svn.freebsd.org> From: Kevin Lo Date: Fri, 7 Sep 2012 09:00:25 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r240192 - head/bin/cat X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 09:00:25 -0000 Author: kevlo Date: Fri Sep 7 09:00:25 2012 New Revision: 240192 URL: http://svn.freebsd.org/changeset/base/240192 Log: Use "e.g.", not "i.e.", to introduce an example. Obtained from: NetBSD Modified: head/bin/cat/cat.1 Modified: head/bin/cat/cat.1 ============================================================================== --- head/bin/cat/cat.1 Fri Sep 7 08:58:30 2012 (r240191) +++ head/bin/cat/cat.1 Fri Sep 7 09:00:25 2012 (r240192) @@ -127,7 +127,7 @@ to the file truncating .Pa file3 if it already exists. -See the manual page for your shell (i.e., +See the manual page for your shell (e.g., .Xr sh 1 ) for more information on redirection. .Pp