23b888c953
2: Add zh-tut, it's Chinese Tutorial from Taiwan. Submitted by: chinsan dot tw at gmail.com PR: docs/91380
7 lines
93 B
Text
7 lines
93 B
Text
// $FreeBSD$
|
|
|
|
digraph directory {
|
|
root [label="Root\n/"];
|
|
root -> "A1/";
|
|
root -> "A2/";
|
|
}
|