mirror of git://anongit.mindrot.org/openssh.git
- jmc@cvs.openbsd.org 2005/12/21 11:48:16
[ssh.1] -L and -R descriptions are now above, not below, ~C description;
This commit is contained in:
parent
e9b333a544
commit
329cb01638
|
@ -13,6 +13,9 @@
|
|||
[ssh.1]
|
||||
move info on ssh return values and config files up into the main
|
||||
description;
|
||||
- jmc@cvs.openbsd.org 2005/12/21 11:48:16
|
||||
[ssh.1]
|
||||
-L and -R descriptions are now above, not below, ~C description;
|
||||
|
||||
20051220
|
||||
- (dtucker) OpenBSD CVS Sync
|
||||
|
@ -3515,4 +3518,4 @@
|
|||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||
|
||||
$Id: ChangeLog,v 1.4042 2005/12/24 03:53:04 djm Exp $
|
||||
$Id: ChangeLog,v 1.4043 2005/12/24 03:53:23 djm Exp $
|
||||
|
|
4
ssh.1
4
ssh.1
|
@ -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 .
|
||||
|
|
Loading…
Reference in New Issue