Also fixed man page typo

This commit is contained in:
Jaroslav Škarvada 2020-05-20 15:58:15 +02:00
parent cbd3510f52
commit 55b6e7d2be
2 changed files with 13 additions and 1 deletions

View File

@ -2,6 +2,15 @@ diff --git a/cmd/dot/dot.1 b/cmd/dot/dot.1
index 986b262..e9c56f2 100644
--- a/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.
.PP
\fB\-y\fR invert y coordinate in output.

View File

@ -65,7 +65,7 @@
Name: graphviz
Summary: Graph Visualization Tools
Version: 2.44.0
Release: 6%{?dist}
Release: 7%{?dist}
License: EPL-1.0
URL: http://www.graphviz.org/
Source0: https://gitlab.com/%{name}/%{name}/-/archive/%{version}/%{name}-%{version}.tar.bz2
@ -585,6 +585,9 @@ php --no-php-ini \
%{_mandir}/man3/*.3tcl*
%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
- Fixed man pages according to man page scan