The work, for this FreeBSD Handbook translation, has been done by: * Bayanzul Lodoisamba, baynaa@yahoo.com * Ganbold Tsagaankhuu, ganbold@micom.mng.net * Natsagdorj Shagdar, natsag2000@yahoo.com More documents are in the works, by the Mongolian FreeBSD doc team, and Ganbold will be acting as a liaison between them and the CVS tree for now. Note that I haven't attached this to the toplevel doc/Makefile yet, to make sure that it builds correctly on the FreeBSD cluster before I make it auto-build by our doc tinderboxen. Submitted by: Ganbold Tsagaankhuu
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			145 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			145 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| // $FreeBSD$
 | |
| // Original revision: 1.1
 | |
| 
 | |
| digraph directory {
 | |
| 	root [label="Root\n/"];
 | |
| 	root -> "A1/";
 | |
| 	root -> "A2/" -> "B1/";
 | |
| 	"A2/" -> "B2/";
 | |
| }
 |