Description: Fix spelling error in manpages to silence lintian. Author: Index: pkg-tigervnc/unix/x0vncserver/x0vncserver.man =================================================================== --- pkg-tigervnc.orig/unix/x0vncserver/x0vncserver.man +++ pkg-tigervnc/unix/x0vncserver/x0vncserver.man @@ -20,7 +20,7 @@ will fall back to polling the screen for .SH OPTIONS .B x0vncserver interprets the command line as a list of parameters with optional values. -Running \fBx0vncserver -h\fP will show a list of all valid parameters with +Running \fBx0vncserver \-h\fP will show a list of all valid parameters with short descriptions. All parameters are optional, but normally you would have to use the \fBPasswordFile\fP parameter (see its description below). .PP @@ -84,7 +84,7 @@ is \fB*:stderr:30\fP. . .TP .B \-HostsFile \fIfilename\fP -This parameter allows to specify a file name with IP access control rules. +This parameter allows one to specify a file name with IP access control rules. The file should include one rule per line, and the rule format is one of the following: +\fIaddress\fP/\fIprefix\fP (accept connections from the specified address group), -\fIaddress\fP/\fIprefix\fP (reject connections) Index: pkg-tigervnc/vncviewer/vncviewer.man =================================================================== --- pkg-tigervnc.orig/vncviewer/vncviewer.man +++ pkg-tigervnc/vncviewer/vncviewer.man @@ -305,7 +305,7 @@ machine name should be specified as know "localhost" denotes the \fIgateway\fR, not the machine where vncviewer was launched. The environment variable \fIVNC_VIA_CMD\fR can override the default tunnel command of -\fB/usr/bin/ssh\ -f\ -L\ "$L":"$H":"$R"\ "$G"\ sleep\ 20\fR. The tunnel +\fB/usr/bin/ssh\ \-f\ \-L\ "$L":"$H":"$R"\ "$G"\ sleep\ 20\fR. The tunnel command is executed with the environment variables \fIL\fR, \fIH\fR, \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