File: 3_minor_fixes_to_dot_manpage

package info (click to toggle)
graphviz 2.42.4-3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 95,884 kB
  • sloc: ansic: 1,051,566; cpp: 9,107; makefile: 5,538; tcl: 4,897; sh: 4,506; yacc: 4,190; xml: 2,970; cs: 1,921; objc: 1,157; lex: 625; java: 560; perl: 445; python: 255; awk: 241; javascript: 146; ruby: 64; php: 59; sed: 1
file content (48 lines) | stat: -rw-r--r-- 1,798 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Description: Minute typesetting improvements.
 A missing line break, and some inconsistent
 use of boldface characters.
 .
 Write the names of executable in boldface when
 referencing to them in the section "See also".
Author: Mats Erik Andersson <debian@gisladisker.se>
Last-Update: 2011-04-14

Index: b/cmd/dot/dot.1
===================================================================
--- a/cmd/dot/dot.1
+++ b/cmd/dot/dot.1
@@ -174,16 +174,17 @@ Any subgraph, node, or edge appearing af
 default attributes.
 .PP
 \fBn0 [\fIname0=val0,name1=val1,...\fB];\fR
+.br
 Creates node \fBn0\fP (if it does not already exist)
 and sets its attributes according to the optional list. 
 .PP
-\fBn0 \fIedgeop\fR n1 \fIedgeop\fR \fI...\fB \fIedgeop\fR nn [\fIname0=val0,name1=val1,...\fB];\fR
+\fBn0 \fIedgeop\fR n1 \fIedgeop\fR \fI...\fB \fIedgeop\fR nn \fB[\fIname0=val0,name1=val1,...\fB];\fR
 .br
 Creates edges between nodes \fBn0\fP, \fBn1\fP, ..., \fBnn\fP and sets
 their attributes according to the optional list.
 Creates nodes as necessary.
 .PP
-[\fBsubgraph \fIname\fB] { \fIstatement\(hylist \fB}\fR
+[\fBsubgraph \fIname\fR] \fB{ \fIstatement\(hylist \fB}\fR
 .br
 Creates a subgraph.  Subgraphs may be used in place
 of \fBn0\fP, ..., \fBnn\fP in the above statements to create edges.
@@ -698,13 +699,7 @@ found at http://www.graphviz.org/Documen
 on\(hyline reference pages. Most of these documents are also available in the
 \fIdoc\fP and \fIdoc/info\fP subtrees in the source and binary distributions.
 .PP
-dotty(1)
-.br
-tcldot(n)
-.br
-xcolors(1)
-.br
-libcgraph(3)
+.BR dotty (1), tcldot (n), xcolors (1), libgraph (3).
 .PP
 E. R. Gansner, S. C. North,  K. P. Vo, "DAG \(hy A Program to Draw Directed Graphs", Software \(hy Practice and Experience 17(1), 1988, pp. 1047\(hy1062.
 .br