Removed incorrect parameters from vncviewer manpage (bug #1213199).

Resolves: rhbz#1213199
This commit is contained in:
Tim Waugh 2015-04-22 10:48:49 +01:00
parent 07a335ed9d
commit 33c4fa9cc8
2 changed files with 4 additions and 26 deletions

View File

@ -24,28 +24,3 @@ diff -up tigervnc-1.4.2/vncviewer/vncviewer.cxx.manpages tigervnc-1.4.2/vncviewe
"Parameters can be turned on with -<param> or off with -<param>=0\n"
"Parameters which take a value can be specified as "
"-<param> <value>\n"
diff -up tigervnc-1.4.2/vncviewer/vncviewer.man.manpages tigervnc-1.4.2/vncviewer/vncviewer.man
--- tigervnc-1.4.2/vncviewer/vncviewer.man.manpages 2015-02-12 19:39:32.327789300 +0000
+++ tigervnc-1.4.2/vncviewer/vncviewer.man 2015-02-13 09:54:55.042903357 +0000
@@ -219,6 +219,10 @@ This option specifies the preferred enco
Disable lossy JPEG compression in Tight encoding. Default is off.
.
.TP
+.B \-ImprovedHextile
+Try harder to compress data (default).
+.
+.TP
.B \-QualityLevel \fIlevel\fP
JPEG quality level. 0 = Low, 9 = High. May be adjusted automatically if
\fB-AutoSelect\fP is turned on. Default is 8.
@@ -271,6 +275,10 @@ command is executed with the environment
\fIR\fR, and \fIG\fR taken the values of the local port number, the remote
host, the port number on the remote host, and the gateway machine
respectively.
+.
+.TP
+.B \-ZlibLevel
+Zlib compression level.
.SH FILES
.TP

View File

@ -1,6 +1,6 @@
Name: tigervnc
Version: 1.4.3
Release: 3%{?dist}
Release: 4%{?dist}
Summary: A TigerVNC remote display system
%global _hardened_build 1
@ -348,6 +348,9 @@ fi
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Wed Apr 22 2015 Tim Waugh <twaugh@redhat.com> - 1.4.3-4
- Removed incorrect parameters from vncviewer manpage (bug #1213199).
* Thu Apr 16 2015 Tim Waugh <twaugh@redhat.com> - 1.4.3-3
- Explicit version build dependency for fltk (bug #1208814).