aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/handbook/install/example-dir1.dot
diff options
context:
space:
mode:
Diffstat (limited to 'en_US.ISO8859-1/books/handbook/install/example-dir1.dot')
-rw-r--r--en_US.ISO8859-1/books/handbook/install/example-dir1.dot7
1 files changed, 7 insertions, 0 deletions
diff --git a/en_US.ISO8859-1/books/handbook/install/example-dir1.dot b/en_US.ISO8859-1/books/handbook/install/example-dir1.dot
new file mode 100644
index 0000000000..f259e8377d
--- /dev/null
+++ b/en_US.ISO8859-1/books/handbook/install/example-dir1.dot
@@ -0,0 +1,7 @@
+// $FreeBSD$
+
+digraph directory {
+ root [label="Root\n/"];
+ root -> "A1/";
+ root -> "A2/";
+}