]> granicus.if.org Git - graphviz/commitdiff
Remove most references to .dot from files under cmd
authorerg <devnull@localhost>
Mon, 1 Nov 2010 20:34:30 +0000 (20:34 +0000)
committererg <devnull@localhost>
Mon, 1 Nov 2010 20:34:30 +0000 (20:34 +0000)
cmd/dot/cmap_tester.tcl
cmd/dot/dot.1
cmd/dot/osage.1
cmd/dotty/dotty_layout.lefty
cmd/gvpr/gvpr.1
cmd/tools/gvcolor.1
cmd/tools/gvpack.1
cmd/tools/gxl2gv.1

index 2bde46e06767cc9a341f682998273b38c825cab9..5b5e4893f41a7b970edb566a0eb1c15c30446e87 100755 (executable)
@@ -6,7 +6,7 @@
 # usage example:
 #
 #
-# ./dot -Tpng -o example.png -Tcmapx -o example.cmapx < example.dot
+# ./dot -Tpng -o example.png -Tcmapx -o example.cmapx < example.gv
 # ./cmap_tester.tcl example | xv -
 
 
index 4bc719512f5346c58fa2e849a0c62916978094bd..caf18fd3118bdc45df0ff22315b51e2a21391c27 100644 (file)
@@ -169,7 +169,7 @@ The first plugin listed is always the default.
 .P
 The \fB\-P\fP switch can be used to produce a graph of all output variants supported by plugins in the local installation of graphviz.
 .SH GRAPH FILE LANGUAGE
-Here is a synopsis of the graph file language, traditionally using the extension \fB.dot\fR, for graphs:
+Here is a synopsis of the graph file language, normally using the extension \fB.gv\fR, for graphs:
 .PP
 [\fBstrict\fR] (\fBgraph\fR|\fBdigraph\fR) \fIname\fP { \fIstatement\(hylist\fP }\fR
 .br 
index 142b9177a582086de92c86c36ee313ee27034a9c..73cbd4fbf2a7311b076a63c30f68eacfb76ebcb9 100644 (file)
@@ -60,7 +60,7 @@ Alternative plugins providing support for a given output format
 can be found from the error message resulting from appending a ':' to the format. e.g. \fB-Tpng:\fP
 The first plugin listed is always the default.
 .SH GRAPH FILE LANGUAGE
-Here is a synopsis of the graph file language, traditionally using the extension \fB.gv\fR or \fB.dot\fR, for graphs:
+Here is a synopsis of the graph file language, normally using the extension \fB.gv\fR, for graphs:
 .PP
 [\fBstrict\fR] (\fBgraph\fR|\fBdigraph\fR) \fIname\fP { \fIstatement\(hylist\fP }\fR
 .br 
index c70eedacc4fc6b5c5af97f04acfe509506812f90..9f8283ba7cfede382c0f76c4eccda109ec5604a9 100644 (file)
@@ -72,14 +72,14 @@ dotty.protogt.finishlayout = function (gt) {
         dotty.releaselserver (gt.lserver, lpt.fd, 'bad');
         if (gt.layoutpending == 2) {
             dotty.message (0, concat ('giving up on ', gt.lserver));
-            if ((fd = openio ('file', 'dottybug.dot', 'w+')) >= 0) {
+            if ((fd = openio ('file', 'dottybug.gv', 'w+')) >= 0) {
                 writegraph (fd, gt.graph, 0);
                 closeio (fd);
                 dotty.message (
                     0, concat ('graph that causes ', gt.lserver)
                 );
                 dotty.message (
-                    0, 'to fail has been saved in file dottybug.dot'
+                    0, 'to fail has been saved in file dottybug.gv'
                 );
                 dotty.message (
                     0, 'please fill out a bug report at'
index 32306c9f194b09b9aef34921a81cbdc2c16d4cb2..2e2984f67099fbb82b5c43f81326e9c1e0eaae66 100644 (file)
@@ -998,7 +998,7 @@ for the role of \fB$tvroot\fP.
 .ta \w'\f(CWdelete array[expression]'u
 .RS
 .nf
-\fBgvpr \-i 'N[color=="blue"]' file.dot\fP
+\fBgvpr \-i 'N[color=="blue"]' file.gv\fP
 .fi
 .RE
 .DT
@@ -1008,7 +1008,7 @@ Generate the node\(hyinduced subgraph of all nodes with color blue.
 .ta \w'\f(CWdelete array[expression]'u
 .RS
 .nf
-\fBgvpr \-c 'N[color=="blue"]{color = "red"}' file.dot\fP
+\fBgvpr \-c 'N[color=="blue"]{color = "red"}' file.gv\fP
 .fi
 .RE
 .DT
index 2355166ff124d7ffb151b1b57b9214aa57bc06f3..c48fc37edf50ae9ef4a5033ec6f79908981848bf 100644 (file)
@@ -12,7 +12,7 @@ gvcolor \- flow colors through a ranked digraph
 ]
 .SH "USAGE"
 .ft 5
-dot file.dot | gvcolor | dot \-T\fI<format>\fP
+dot file.gv | gvcolor | dot \-T\fI<format>\fP
 .ft
 .SH DESCRIPTION
 .B gvcolor
index 7e715b411fe0f7c3b7261737c3e919f631322de3..1e0cab8decab81941f6b3e0aed05b0083f490002 100644 (file)
@@ -98,9 +98,9 @@ returns
 if there were no problems, and non\(hyzero otherwise.
 .SH EXAMPLES
 .EX
-ccomps \-x abc.dot | dot | gvpack | neato \-s \-n2 \-Tps
+ccomps \-x abc.gv | dot | gvpack | neato \-s \-n2 \-Tps
 .EE
-This pipeline decomposes the graph in \fIabc.dot\fP into its
+This pipeline decomposes the graph in \fIabc.gv\fP into its
 connected components, lays out each using \fBdot\fP, packs them all together
 again, and produces the final drawing in PostScript. Of course, 
 there is nothing to prevent one from using different layouts for
index d80136813b486e97e55b10e4ca264a6ed5a09db4..beff6c9df6a299e3d4ba7956b4991c70f1d7f01c 100644 (file)
@@ -30,7 +30,7 @@ GV language. Unless a conversion type is specified using
 a flag,
 .B gxl2gv
 will deduce the type of conversion from the suffix of
-the input file, a ".gv" (or a ".dot") suffix causing a conversion from GV
+the input file, a ".gv" suffix causing a conversion from GV
 to GXL, and a ".gxl" suffix causing a conversion from GXL to GV.
 If no suffix is available, e.g. when the input is from a pipe,
 and no flags are used then