From nobody@FreeBSD.org  Sat Feb  6 20:40:17 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6A055106566C
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <pluknet@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: minor syntax in committers-src.dot
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         143613
>Category:       misc
>Synopsis:       minor syntax in committers-src.dot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 06 20:50:01 UTC 2010
>Closed-Date:    Sun Feb 07 15:00:18 CET 2010
>Last-Modified:  Sun Feb  7 14:10:05 UTC 2010
>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 &#1072; 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:
State-Changed-From-To: open->closed 
State-Changed-By: brueffer 
State-Changed-When: Sun Feb 7 14:59:38 CET 2010 
State-Changed-Why:  
Fixed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143613 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/143613: commit references a PR
Date: Sun,  7 Feb 2010 13:59:11 +0000 (UTC)

 Author: brueffer
 Date: Sun Feb  7 13:59:03 2010
 New Revision: 203610
 URL: http://svn.freebsd.org/changeset/base/203610
 
 Log:
   Fix whitespace in pho's entry, results in nicer output files.
   
   PR:		143613
   Submitted by:	pluknet <pluknet@gmail.com>
   Committed from:	Debian/kFreeBSD talk at FOSDEM
 
 Modified:
   head/share/misc/committers-src.dot
 
 Modified: head/share/misc/committers-src.dot
 ==============================================================================
 --- head/share/misc/committers-src.dot	Sun Feb  7 11:59:55 2010	(r203609)
 +++ head/share/misc/committers-src.dot	Sun Feb  7 13:59:03 2010	(r203610)
 @@ -156,7 +156,7 @@ peadar [label="Peter Edwards\npeadar@Fre
  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"]
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
