From f7fd4a8556af48ddb2efb0b6e2a863d96b75fbd2 Mon Sep 17 00:00:00 2001 From: gabor Date: Mon, 2 Apr 2007 11:31:18 +0000 Subject: - Add some comments what these files are for and how one can generate the graphical output Reviewed by: flz --- share/misc/committers-src.dot | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'share/misc/committers-src.dot') diff --git a/share/misc/committers-src.dot b/share/misc/committers-src.dot index 49f0fc2..cc4e969 100644 --- a/share/misc/committers-src.dot +++ b/share/misc/committers-src.dot @@ -1,5 +1,13 @@ # $FreeBSD$ +# This file is meant to list all FreeBSD src committers and describe the +# mentor-mentee relationships between them. +# The graphical output can be generated from this file with the following +# command: +# $ dot -T png -o file.png committers-src.dot +# +# The dot binary is part of the graphics/graphviz port. + digraph src { # Node definitions follow this example: -- cgit v1.1