view en/feature-branches.dot @ 412:a168daed199b

Fix typos
author Simon Ruderich <simon@ruderich.org>
date Tue, 26 Aug 2008 13:55:04 -0700
parents 5fc4a45c069f
children
line wrap: on
line source

digraph feature_branches {
	master -> crypto;
	master -> filesystems;
	master -> ipc;
	master -> memory;
	master -> network;
	master -> security;
}