Received: by mail.netbsd.org (Postfix, from userid 605) id C8ABB19D567; Sat, 18 Dec 2010 14:22:44 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 7747819D4CB for ; Sat, 18 Dec 2010 14:22:42 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 67DE0175DD; Sat, 18 Dec 2010 14:22:42 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 18 Dec 2010 14:22:42 +0000 From: "Thomas Klausner" Subject: CVS commit: src/usr.bin/hexdump To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20101218142242.67DE0175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Thomas Klausner" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: wiz Date: Sat Dec 18 14:22:42 UTC 2010 Modified Files: src/usr.bin/hexdump: hexdump.1 Log Message: Replace "\t" with Ta in table. Fixes output with mandoc. Noted by njoly. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/usr.bin/hexdump/hexdump.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.