From owner-svn-src-all@FreeBSD.ORG Thu Mar 31 14:35:33 2011 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 5D1411065670; Thu, 31 Mar 2011 14:35:33 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4D9EE8FC25; Thu, 31 Mar 2011 14:35:33 +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 p2VEZXx5009386; Thu, 31 Mar 2011 14:35:33 GMT (envelope-from emaste@svn.freebsd.org) Received: (from emaste@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p2VEZXmF009384; Thu, 31 Mar 2011 14:35:33 GMT (envelope-from emaste@svn.freebsd.org) Message-Id: <201103311435.p2VEZXmF009384@svn.freebsd.org> From: Ed Maste Date: Thu, 31 Mar 2011 14:35:33 +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: r220201 - head/usr.bin/compress/doc 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: Thu, 31 Mar 2011 14:35:33 -0000 Author: emaste Date: Thu Mar 31 14:35:33 2011 New Revision: 220201 URL: http://svn.freebsd.org/changeset/base/220201 Log: Remove $Log$ keyword, which can cause annoyance in diffs in some cases. Revision control tools have a history command to obtain this information. Modified: head/usr.bin/compress/doc/revision.log Modified: head/usr.bin/compress/doc/revision.log ============================================================================== --- head/usr.bin/compress/doc/revision.log Thu Mar 31 14:33:27 2011 (r220200) +++ head/usr.bin/compress/doc/revision.log Thu Mar 31 14:35:33 2011 (r220201) @@ -2,7 +2,7 @@ /* * $Header: compress.c,v 4.0 85/07/30 12:50:00 joe Release $ - * $Log: compress.c,v $ + * * Revision 4.0 85/07/30 12:50:00 joe * Removed ferror() calls in output routine on every output except first. * Prepared for release to the world.