doc/nl_NL.ISO8859-1/books/handbook/basics/example-dir5.dot
Josef El-Rayes a30fad1919 Import the current status of the work of the Dutch Documentation Project.
Note, all files that were not 100% translated and reviewed have been
replaced by placeholders.

Thanks to the Dutch Documentation Project for all the nice work and
thanks to Remko Lodder <remko@elvandar.org> for helping me to coordinate
the work between FreeBSD Documentation Project and the Dutch Documentation
Project.

Submitted by:	Remko Lodder <remko@elvandar.org>
2004-09-25 23:28:48 +00:00

9 lines
145 B
Text

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