doc/en_US.ISO8859-1/books/handbook/basics/example-dir2.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

8 lines
119 B
Text

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