Page MenuHomeFreeBSD

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

Authored by 0mp on Jul 20 2018, 11:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 5, 11:13 AM
Unknown Object (File)
May 16 2026, 8:54 AM
Unknown Object (File)
May 15 2026, 9:43 PM
Unknown Object (File)
May 7 2026, 12:09 AM
Unknown Object (File)
May 6 2026, 10:45 PM
Unknown Object (File)
May 1 2026, 11:04 AM
Unknown Object (File)
May 1 2026, 10:08 AM
Unknown Object (File)
Apr 25 2026, 8:16 AM
Subscribers

Details

Summary

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 [1].

[1]: https://graphviz.gitlab.io/_pages/doc/info/lang.html

Reported by: pstef

Test Plan

Running dot share/misc/committers-ports.dot should not produce the following messages:

Warning: syntax ambiguity - badly delimited number '0m' in line 43 of share/misc/committers-ports.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0m' in line 484 of share/misc/committers-ports.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0m' in line 530 of share/misc/committers-ports.dot splits into two tokens

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable