aboutsummaryrefslogtreecommitdiff
path: root/nl_NL.ISO8859-1/books/handbook/install/example-dir5.dot
diff options
context:
space:
mode:
Diffstat (limited to 'nl_NL.ISO8859-1/books/handbook/install/example-dir5.dot')
-rw-r--r--nl_NL.ISO8859-1/books/handbook/install/example-dir5.dot9
1 files changed, 0 insertions, 9 deletions
diff --git a/nl_NL.ISO8859-1/books/handbook/install/example-dir5.dot b/nl_NL.ISO8859-1/books/handbook/install/example-dir5.dot
deleted file mode 100644
index f5aa6e01dc..0000000000
--- a/nl_NL.ISO8859-1/books/handbook/install/example-dir5.dot
+++ /dev/null
@@ -1,9 +0,0 @@
-// $FreeBSD$
-
-digraph directory {
- root [label="Root\n/"];
- root -> "A1/" -> "C1/";
- "A1/" -> "C2/";
- root -> "A2/" -> "B1/";
- "A2/" -> "B2/";
-}