[Documentation] Corrected documentation on UseHardwareJPEG parameter.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3444 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/unix/x0vncserver/x0vncserver.man b/unix/x0vncserver/x0vncserver.man
index 5b8caf8..e430b50 100644
--- a/unix/x0vncserver/x0vncserver.man
+++ b/unix/x0vncserver/x0vncserver.man
@@ -174,12 +174,12 @@
.TP
.B UseHardwareJPEG
Use hardware-accelerated JPEG compressor for video if available.
-\fBx0vncserver\fP can detect video areas on the screen and handle them
-separately from the rest of the screen, for better performance. If the
-client supports Tight encoding and JPEG compression, such video areas will be
-sent as JPEG-encoded rectangles. And if this option is on, compression will
-be hardware-accelerated (currently, supported only in SGI/IRIX equipped with
-appropriate hardware). Default is on.
+\fBx0vncserver\fP can be instructed to treat certain rectangular part of the
+screen as a video area and handle it in a special way for improved
+performance. If the client supports Tight encoding and JPEG compression,
+such video areas will be sent as JPEG-encoded rectangles. And if this option
+is on, compression will be hardware-accelerated (currently, supported only in
+SGI/IRIX equipped with appropriate hardware). Default is on.
.TP
.B ZlibLevel
Zlib compression level for ZRLE encoding (it does not affect Tight encoding).