doc/el_GR.ISO8859-7/books/handbook/basics/example-dir2.dot
Giorgos Keramidas 87d8d04e05 Add %SOURCE% and %SRCID% comments to the Greek translation.
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.
2008-01-14 14:19:48 +00:00

13 lines
250 B
Text

// $FreeBSD$
//
// The FreeBSD Greek Documentation Project
//
// %SOURCE% en_US.ISO8859-1/books/handbook/basics/example-dir2.dot
// %SRCID% 1.1
digraph directory {
root [label="Root\n/"];
root -> "A1/" -> "B1/";
"A1/" -> "B2/";
root -> "A2/";
}