87d8d04e05
These will be useful for a script we are preparing, to help us keep up with the English revision id we translated. While here, translate some toplevel comments which were left in their original English format, and try to 'standardize' a bit the way we begin Greek documentation files.
12 lines
224 B
Text
12 lines
224 B
Text
// $FreeBSD$
|
|
//
|
|
// The FreeBSD Greek Documentation Project
|
|
//
|
|
// %SOURCE% en_US.ISO8859-1/books/handbook/basics/example-dir1.dot
|
|
// %SRCID% 1.1
|
|
|
|
digraph directory {
|
|
root [label="Root\n/"];
|
|
root -> "A1/";
|
|
root -> "A2/";
|
|
}
|