From: erg Date: Tue, 8 Jun 2010 21:23:16 +0000 (+0000) Subject: Fix broken links X-Git-Tag: LAST_LIBGRAPH~32^2~1318 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ade18f363c738266d1dcdfc51303951ee60b350e;p=graphviz Fix broken links --- diff --git a/doc/info/attrs.html b/doc/info/attrs.html index 135c21748..8c84c614c 100644 --- a/doc/info/attrs.html +++ b/doc/info/attrs.html @@ -588,7 +588,7 @@ This field indicates which graph component uses the attribute.
color
Basic drawing color for graphics, not text. For the latter, use the - fontcolor attribute. + fontcolor attribute.

For edges, the value can either be a single color or a colorList. @@ -1341,7 +1341,7 @@ This field indicates which graph component uses the attribute.

pin
If true and the node has a pos attribute on input, neato or fdp prevents the node from moving from the input position. This property can also be specified - in the pos attribute itself (cf. the point type). + in the pos attribute itself (cf. the point type).

Note: Due to an artifact of the implementation, final coordinates are translated to the origin. Thus, if you look at the output coordinates @@ -2015,8 +2015,8 @@ the given types.

This attribute can be attached to an edge using the - headport and - tailport attributes, or as part of the + headport and + tailport attributes, or as part of the edge description as in

node1:port1 -> node2:port5:nw; diff --git a/doc/info/command.html b/doc/info/command.html index 065f40d46..b0b4a811c 100644 --- a/doc/info/command.html +++ b/doc/info/command.html @@ -148,10 +148,10 @@ Overridden by fontpath.
If defined, this indicates that the software is running as a web application, which restricts access to image files. See -GV_FILE_PATH. +GV_FILE_PATH.
GV_FILE_PATH
-If SERVER_NAME is defined, image files are +If SERVER_NAME is defined, image files are restricted to exist in one of the directories specified by GV_FILE_PATH. This last is a list of directory pathnames, separated by semicolons in Windows or by colons otherwise. diff --git a/doc/info/output.html b/doc/info/output.html index 9c910e5fc..70d3f9227 100644 --- a/doc/info/output.html +++ b/doc/info/output.html @@ -17,7 +17,7 @@ is one of the parameters listed below. The formats actually available in a given Graphviz system depend on how the system was built and the presence of additional libraries. To see what formats dot supports, run dot -T?. -See the description of the -T +See the description of the -T flag for additional information.

Note that the internal coordinate system has the origin diff --git a/doc/info/shapes.html b/doc/info/shapes.html index 3feb12610..f06e781d5 100644 --- a/doc/info/shapes.html +++ b/doc/info/shapes.html @@ -153,10 +153,7 @@ If shape="polygon", the attributes skew and distortion are also used. If unset, they default to 4, 0.0 and 0.0, respectively. -In addition, the 3 M* shapes support auxiliary labels using -the toplabel and -bottomlabel attributes. -On the other hand, the point shape is special in that it is +The point shape is special in that it is only affected by the peripheries, width and height attributes. @@ -300,7 +297,7 @@ to produce the figure
which is the default.

bold
This style causes the node's border to be drawn as a bold line. -See also setlinewidth. +See also penwidth. @@ -601,10 +598,10 @@ or <TD>...</TD>. This color can be overridden by a COLOR attribute in descendents. By default, the font color is determined by the -fontcolor attribute of +fontcolor attribute of the corresponding node, edge or graph, and the border color is determined by the -color attribute of +color attribute of the corresponding node, edge or graph. @@ -621,7 +618,7 @@ specifies the font to use within the scope of This can be overridden by a FACE attribute in descendents. By default, the font name is determined by the -fontname attribute of the corresponding +fontname attribute of the corresponding node, edge or graph. @@ -659,7 +656,7 @@ sets the size of the font, in points, used within the scope of This can be overridden by a POINT-SIZE attribute in descendents. By default, the font size is determined by the -fontsize attribute of the corresponding +fontsize attribute of the corresponding node, edge or graph. @@ -701,8 +698,8 @@ scaling being uniform in width and height if SCALE="true".
specifies the image file to be displayed in the cell. Note that if the software is used as a web server, file system access -to images is more restricted. See GV_FILE_PATH -and SERVER_NAME. +to images is more restricted. See GV_FILE_PATH +and SERVER_NAME.
TARGET="value" diff --git a/doc/infosrc/attrs b/doc/infosrc/attrs index 7f8198432..24b04b591 100644 --- a/doc/infosrc/attrs +++ b/doc/infosrc/attrs @@ -150,7 +150,7 @@ At present, the modes "global" and "none" appear to be identical, both turning off the special cluster processing. :color:ENC:color/colorList:black; Basic drawing color for graphics, not text. For the latter, use the -fontcolor attribute. +fontcolor attribute.

For edges, the value can either be a single color or a colorList. @@ -818,7 +818,7 @@ Also, 1 is the maximum peripheries value for clusters. :pin:N:bool:false; neato,fdp If true and the node has a pos attribute on input, neato or fdp prevents the node from moving from the input position. This property can also be specified -in the pos attribute itself (cf. the point type). +in the pos attribute itself (cf. the point type).

Note: Due to an artifact of the implementation, final coordinates are translated to the origin. Thus, if you look at the output coordinates diff --git a/doc/infosrc/command.html b/doc/infosrc/command.html index 065f40d46..b0b4a811c 100644 --- a/doc/infosrc/command.html +++ b/doc/infosrc/command.html @@ -148,10 +148,10 @@ Overridden by fontpath.

If defined, this indicates that the software is running as a web application, which restricts access to image files. See -GV_FILE_PATH. +GV_FILE_PATH.
GV_FILE_PATH
-If SERVER_NAME is defined, image files are +If SERVER_NAME is defined, image files are restricted to exist in one of the directories specified by GV_FILE_PATH. This last is a list of directory pathnames, separated by semicolons in Windows or by colons otherwise. diff --git a/doc/infosrc/html.2 b/doc/infosrc/html.2 index 8b7e8db2d..1c20176bb 100644 --- a/doc/infosrc/html.2 +++ b/doc/infosrc/html.2 @@ -170,10 +170,10 @@ or <TD>...</TD>. This color can be overridden by a COLOR attribute in descendents. By default, the font color is determined by the -fontcolor attribute of +fontcolor attribute of the corresponding node, edge or graph, and the border color is determined by the -color attribute of +color attribute of the corresponding node, edge or graph. @@ -190,7 +190,7 @@ specifies the font to use within the scope of This can be overridden by a FACE attribute in descendents. By default, the font name is determined by the -fontname attribute of the corresponding +fontname attribute of the corresponding node, edge or graph. @@ -228,7 +228,7 @@ sets the size of the font, in points, used within the scope of This can be overridden by a POINT-SIZE attribute in descendents. By default, the font size is determined by the -fontsize attribute of the corresponding +fontsize attribute of the corresponding node, edge or graph. @@ -270,8 +270,8 @@ scaling being uniform in width and height if SCALE="true".
specifies the image file to be displayed in the cell. Note that if the software is used as a web server, file system access -to images is more restricted. See GV_FILE_PATH -and SERVER_NAME. +to images is more restricted. See GV_FILE_PATH +and SERVER_NAME.
TARGET="value" diff --git a/doc/infosrc/output.1 b/doc/infosrc/output.1 index 0861436f9..8d4eb339a 100644 --- a/doc/infosrc/output.1 +++ b/doc/infosrc/output.1 @@ -17,7 +17,7 @@ is one of the parameters listed below. The formats actually available in a given Graphviz system depend on how the system was built and the presence of additional libraries. To see what formats dot supports, run dot -T?. -See the description of the -T +See the description of the -T flag for additional information.

Note that the internal coordinate system has the origin diff --git a/doc/infosrc/shapes.2 b/doc/infosrc/shapes.2 index 1438f3ba0..97b1b99d7 100644 --- a/doc/infosrc/shapes.2 +++ b/doc/infosrc/shapes.2 @@ -15,10 +15,7 @@ If shape="polygon", the attributes skew and distortion are also used. If unset, they default to 4, 0.0 and 0.0, respectively. -In addition, the 3 M* shapes support auxiliary labels using -the toplabel and -bottomlabel attributes. -On the other hand, the point shape is special in that it is +The point shape is special in that it is only affected by the peripheries, width and height attributes. @@ -162,7 +159,7 @@ to produce the figure
which is the default.

bold
This style causes the node's border to be drawn as a bold line. -See also setlinewidth. +See also penwidth. diff --git a/doc/infosrc/types b/doc/infosrc/types index c21eb9b65..20ab83c4e 100644 --- a/doc/infosrc/types +++ b/doc/infosrc/types @@ -246,8 +246,8 @@ If no compass point is used with a portname, the default value is "_".

This attribute can be attached to an edge using the -headport and -tailport attributes, or as part of the +headport and +tailport attributes, or as part of the edge description as in

node1:port1 -> node2:port5:nw;