Use the correct DOT language syntax for an ID with a leading digit (0mp).

It turns out that my username (0mp) is not a valid ID in the DOT language
because it starts with a digit. The easiest way to fix it is to put my
username in double quotes.

Reported by:	pstef
Reviewed by:	krion (mentor)
Approved by:	krion (mentor)
Differential Revision:	https://reviews.freebsd.org/D16372
This commit is contained in:
Mateusz Piotrowski 2018-07-21 19:16:38 +00:00
parent 56218bf79d
commit a422353ed4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336585

View File

@ -40,7 +40,7 @@ node [color=lightblue2, style=filled, bgcolor=black];
# Current ports committers go here. Try to keep things sorted.
0mp [label="Mateusz Piotrowski\n0mp@FreeBSD.org\n2018/06/16"]
"0mp" [label="Mateusz Piotrowski\n0mp@FreeBSD.org\n2018/06/16"]
ache [label="Andrey Chernov\nache@FreeBSD.org\n1994/11/15"]
acm [label="Jose Alonso Cardenas Marquez\nacm@FreeBSD.org\n2006/07/18"]
adamw [label="Adam Weinberger\nadamw@FreeBSD.org\n2002/10/16"]
@ -481,7 +481,7 @@ koobs -> kami
koobs -> woodsb02
koobs -> xmj
krion -> 0mp
krion -> "0mp"
krion -> brooks
krion -> miwi
krion -> novel
@ -527,7 +527,7 @@ makc -> bf
makc -> jhale
makc -> rakuco
mat -> 0mp
mat -> "0mp"
mat -> bmah
mat -> dteske
mat -> dvl