chapters are not translated now, they will be updated soon. Submitted by: Cezary Morga <cezarym@data.pl>
8 lines
119 B
Text
8 lines
119 B
Text
// $FreeBSD$
|
|
|
|
digraph directory {
|
|
root [label="Root\n/"];
|
|
root -> "A1/" -> "B1/";
|
|
"A1/" -> "B2/";
|
|
root -> "A2/";
|
|
}
|