view en/feature-branches.dot @ 464:5c676825e7a1

corrected typo and grammar error
author Javier Rojas <jerojasro@devnull.li>
date Sat, 25 Oct 2008 15:52:56 -0500
parents 5fc4a45c069f
children
line wrap: on
line source

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