aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/handbook/basics/example-dir5.dot
blob: f5aa6e01dc8af36d565ea6a0def3f24d31ae2c43 (plain) (blame)
1
2
3
4
5
6
7
8
9
// $FreeBSD$

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