diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-02 11:31:18 +0000 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-02 11:31:18 +0000 |
commit | f7fd4a8556af48ddb2efb0b6e2a863d96b75fbd2 (patch) | |
tree | 7a14d712b567384c26d046d58b4b04e44a2045a5 /share/misc/committers-doc.dot | |
parent | a4edce93df62b0504285da3ae7d08767c9462e62 (diff) | |
download | FreeBSD-src-f7fd4a8556af48ddb2efb0b6e2a863d96b75fbd2.zip FreeBSD-src-f7fd4a8556af48ddb2efb0b6e2a863d96b75fbd2.tar.gz |
- Add some comments what these files are for and how one can generate the
graphical output
Reviewed by: flz
Diffstat (limited to 'share/misc/committers-doc.dot')
-rw-r--r-- | share/misc/committers-doc.dot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/share/misc/committers-doc.dot b/share/misc/committers-doc.dot index b5df188..1181748 100644 --- a/share/misc/committers-doc.dot +++ b/share/misc/committers-doc.dot @@ -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: |