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

7 lines
93 B
Text

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