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>
9 lines
145 B
Text
9 lines
145 B
Text
// $FreeBSD$
|
|
|
|
digraph directory {
|
|
root [label="Root\n/"];
|
|
root -> "A1/" -> "C1/";
|
|
"A1/" -> "C2/";
|
|
root -> "A2/" -> "B1/";
|
|
"A2/" -> "B2/";
|
|
}
|