Fixed errors in new docs markup.
This commit is contained in:
parent
59163aeb34
commit
14ebaf0515
|
@ -87,7 +87,7 @@
|
||||||
client system, run SSH with port forwarding:
|
client system, run SSH with port forwarding:
|
||||||
</p>
|
</p>
|
||||||
<pre>
|
<pre>
|
||||||
ssh -f -N -L 24800:<span class="arg">server-hostname</arg>:24800 <span class="arg">server-hostname</arg>
|
ssh -f -N -L 24800:<span class="arg">server-hostname</span>:24800 <span class="arg">server-hostname</span>
|
||||||
</pre>
|
</pre>
|
||||||
<p>
|
<p>
|
||||||
where <span class="arg">server-hostname</span> is the name of the
|
where <span class="arg">server-hostname</span> is the name of the
|
||||||
|
|
|
@ -73,7 +73,7 @@ Miscellaneous documents:<br>
|
||||||
<ul>
|
<ul>
|
||||||
<li>X Windows version 11 revision 4 or up
|
<li>X Windows version 11 revision 4 or up
|
||||||
<li>XTEST extension<br>
|
<li>XTEST extension<br>
|
||||||
(use "<span class="code">xdpyinfo | grep XTEST</code>" to check for XTEST)
|
(use "<span class="code">xdpyinfo | grep XTEST</span>" to check for XTEST)
|
||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
All systems must support TCP/IP networking.
|
All systems must support TCP/IP networking.
|
||||||
|
|
|
@ -201,7 +201,7 @@ If you get the error "<span class="code">Xlib: No protocol specified</span>"
|
||||||
you're probably running synergy as root while logged in as another user.
|
you're probably running synergy as root while logged in as another user.
|
||||||
X11 may prevent this for security reasons. Either run synergy as the same
|
X11 may prevent this for security reasons. Either run synergy as the same
|
||||||
user that's logged in or (not recommended) use
|
user that's logged in or (not recommended) use
|
||||||
<nobr>"<span class="code">xhost +<span>"</nobr> to allow anyone to connect
|
<nobr>"<span class="code">xhost +</span>"</nobr> to allow anyone to connect
|
||||||
to the display.
|
to the display.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue