- Add some comments what these files are for and how one can generate the

graphical output

Reviewed by:	flz
This commit is contained in:
Gabor Kovesdan 2007-04-02 11:31:18 +00:00
parent f3bb7e6e26
commit 8427171a34
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168266
3 changed files with 24 additions and 0 deletions

View File

@ -1,5 +1,13 @@
# $FreeBSD$
# This file is meant to list all FreeBSD doc+www 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-doc.dot
#
# The dot binary is part of the graphics/graphviz port.
digraph doc {
# Node definitions follow this example:

View File

@ -1,5 +1,13 @@
# $FreeBSD$
# This file is meant to list all FreeBSD ports 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-ports.dot
#
# The dot binary is part of the graphics/graphviz port.
digraph ports {
# Node definitions follow this example:

View File

@ -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: