doc/en_US.ISO8859-1/books/handbook/install/example-dir5.dot
Nik Clayton 5fbffac4b6 Add 5 new images to supplant some ASCII art of directory hierarchies.
The images were created using graphviz, and the .dot files are included
for reference.
2002-06-30 10:10:47 +00:00

9 lines
145 B
Text

// $FreeBSD$
digraph directory {
root [label="Root\n/"];
root -> "A1/" -> "C1/";
"A1/" -> "C2/";
root -> "A2/" -> "B1/";
"A2/" -> "B2/";
}