aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-04-02 11:31:18 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-04-02 11:31:18 +0000
commit8427171a345c520e875b2a91e803dcd5a269154b (patch)
tree7a14d712b567384c26d046d58b4b04e44a2045a5 /share
parentf3bb7e6e2620cef0da6924e7ebd836b8f3fb0516 (diff)
downloadsrc-8427171a345c520e875b2a91e803dcd5a269154b.tar.gz
src-8427171a345c520e875b2a91e803dcd5a269154b.zip
- Add some comments what these files are for and how one can generate the
graphical output Reviewed by: flz
Notes
Notes: svn path=/head/; revision=168266
Diffstat (limited to 'share')
-rw-r--r--share/misc/committers-doc.dot8
-rw-r--r--share/misc/committers-ports.dot8
-rw-r--r--share/misc/committers-src.dot8
3 files changed, 24 insertions, 0 deletions
diff --git a/share/misc/committers-doc.dot b/share/misc/committers-doc.dot
index b5df1884597d..1181748e5ceb 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:
diff --git a/share/misc/committers-ports.dot b/share/misc/committers-ports.dot
index d40a37b2b216..9c6719a9ea12 100644
--- a/share/misc/committers-ports.dot
+++ b/share/misc/committers-ports.dot
@@ -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:
diff --git a/share/misc/committers-src.dot b/share/misc/committers-src.dot
index 49f0fc2dd35c..cc4e969811ce 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: