diff options
author | Damien Miller <djm@mindrot.org> | 2005-12-24 04:53:23 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2005-12-24 04:53:23 +0100 |
commit | 329cb016386a7e5eaa839fc34e6e53c9428e76db (patch) | |
tree | b773738b4efce8246c26e4b6c54e59c7af1307eb /ssh.1 | |
parent | - jmc@cvs.openbsd.org 2005/12/20 22:09:41 (diff) | |
download | openssh-329cb016386a7e5eaa839fc34e6e53c9428e76db.tar.xz openssh-329cb016386a7e5eaa839fc34e6e53c9428e76db.zip |
- jmc@cvs.openbsd.org 2005/12/21 11:48:16
[ssh.1]
-L and -R descriptions are now above, not below, ~C description;
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh.1,v 1.224 2005/12/20 22:09:41 jmc Exp $ +.\" $OpenBSD: ssh.1,v 1.225 2005/12/21 11:48:16 jmc Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -829,7 +829,7 @@ Currently this allows the addition of port forwardings using the .Fl L and .Fl R -options (see below). +options (see above). It also allows the cancellation of existing remote port-forwardings using .Fl KR Ar hostport . |