aboutsummaryrefslogtreecommitdiff
path: root/el_GR.ISO8859-7/books/handbook/install/example-dir3.dot
blob: abe91a6bc8a7ee5835765f58027a793f34a3dd71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// $FreeBSD$
//
// The FreeBSD Greek Documentation Project
//
// %SOURCE%	en_US.ISO8859-1/books/handbook/install/example-dir3.dot
// %SRCID%	1.1

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