Also fixed man page typo
This commit is contained in:
parent
cbd3510f52
commit
55b6e7d2be
@ -2,6 +2,15 @@ diff --git a/cmd/dot/dot.1 b/cmd/dot/dot.1
|
|||||||
index 986b262..e9c56f2 100644
|
index 986b262..e9c56f2 100644
|
||||||
--- a/cmd/dot/dot.1
|
--- a/cmd/dot/dot.1
|
||||||
+++ b/cmd/dot/dot.1
|
+++ b/cmd/dot/dot.1
|
||||||
|
@@ -352,7 +352,7 @@ in the layout.
|
||||||
|
layout the graph.
|
||||||
|
.PP
|
||||||
|
\fBstart=\fIval\fR. Adjusts the random initial placement of nodes
|
||||||
|
-with no specified position. If \fIval\fP is is an integer,
|
||||||
|
+with no specified position. If \fIval\fP is an integer,
|
||||||
|
it is used as the seed for the random number generator.
|
||||||
|
If \fIval\fP is not an integer, a random system\(hygenerated integer,
|
||||||
|
such as the process ID or current time, is used as the seed.
|
||||||
@@ -635,6 +635,22 @@ As usual, edge layout is guided by the \fBsplines\fR attribute.
|
@@ -635,6 +635,22 @@ As usual, edge layout is guided by the \fBsplines\fR attribute.
|
||||||
.PP
|
.PP
|
||||||
\fB\-y\fR invert y coordinate in output.
|
\fB\-y\fR invert y coordinate in output.
|
||||||
|
@ -65,7 +65,7 @@
|
|||||||
Name: graphviz
|
Name: graphviz
|
||||||
Summary: Graph Visualization Tools
|
Summary: Graph Visualization Tools
|
||||||
Version: 2.44.0
|
Version: 2.44.0
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
License: EPL-1.0
|
License: EPL-1.0
|
||||||
URL: http://www.graphviz.org/
|
URL: http://www.graphviz.org/
|
||||||
Source0: https://gitlab.com/%{name}/%{name}/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
Source0: https://gitlab.com/%{name}/%{name}/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
||||||
@ -585,6 +585,9 @@ php --no-php-ini \
|
|||||||
%{_mandir}/man3/*.3tcl*
|
%{_mandir}/man3/*.3tcl*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 20 2020 Jaroslav Škarvada <jskarvad@redhat.com> - 2.44.0-7
|
||||||
|
- Also fixed man page typo
|
||||||
|
|
||||||
* Wed May 20 2020 Jaroslav Škarvada <jskarvad@redhat.com> - 2.44.0-6
|
* Wed May 20 2020 Jaroslav Škarvada <jskarvad@redhat.com> - 2.44.0-6
|
||||||
- Fixed man pages according to man page scan
|
- Fixed man pages according to man page scan
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user