From owner-freebsd-bugs@FreeBSD.ORG Sat Feb 6 20:50:02 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54A69106568D for ; Sat, 6 Feb 2010 20:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 174D58FC18 for ; Sat, 6 Feb 2010 20:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o16Ko13D062946 for ; Sat, 6 Feb 2010 20:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o16Ko1Hd062945; Sat, 6 Feb 2010 20:50:01 GMT (envelope-from gnats) Resent-Date: Sat, 6 Feb 2010 20:50:01 GMT Resent-Message-Id: <201002062050.o16Ko1Hd062945@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, pluknet Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A055106566C for ; Sat, 6 Feb 2010 20:40:17 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 57AE18FC1C for ; Sat, 6 Feb 2010 20:40:17 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o16KeHhv018335 for ; Sat, 6 Feb 2010 20:40:17 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o16KeH00018334; Sat, 6 Feb 2010 20:40:17 GMT (envelope-from nobody) Message-Id: <201002062040.o16KeH00018334@www.freebsd.org> Date: Sat, 6 Feb 2010 20:40:17 GMT From: pluknet To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/143613: minor syntax in committers-src.dot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Feb 2010 20:50:02 -0000 >Number: 143613 >Category: misc >Synopsis: minor syntax in committers-src.dot >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 06 20:50:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: pluknet >Release: head r203556 >Organization: >Environment: >Description: The following string stored in committers-src.dot results in poor .png rendering: pho [label="Peter Holm \npho@FreeBSD.org\n2008/11/16"] The causal place is in a horizontal tab between 'm' and '\n' symbols; it renders into the odd (from а human p.o.v.) 'm/l' symbol after pho's full name. 000022d0 20 48 6f 6c 6d 09 5c 6e 70 68 6f 40 46 72 65 65 | Holm.\npho@Free| >How-To-Repeat: dot -T png -o ~/src.png head/share/misc/committers-src.dot hexdump -C ~/src.png >Fix: Drop '\t'. Patch attached with submission follows: Index: head/share/misc/committers-src.dot =================================================================== --- head/share/misc/committers-src.dot (revision 203556) +++ head/share/misc/committers-src.dot (working copy) @@ -156,7 +156,7 @@ peter [label="Peter Wemm\npeter@FreeBSD.org\n????/??/??"] philip [label="Philip Paeps\nphilip@FreBSD.org\n2004/01/21"] phk [label="Poul-Henning Kamp\nphk@FreeBSD.org\n1994/02/21"] -pho [label="Peter Holm \npho@FreeBSD.org\n2008/11/16"] +pho [label="Peter Holm\npho@FreeBSD.org\n2008/11/16"] pjd [label="Pawel Jakub Dawidek\npjd@FreeBSD.org\n2004/02/02"] ps [label="Paul Saab\nps@FreeBSD.org\n2000/02/23"] qingli [label="Qing Li\nqingli@FreeBSD.org\n2005/04/13"] >Release-Note: >Audit-Trail: >Unformatted: