diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh.1 | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -13,6 +13,9 @@ | |||
13 | [ssh.1] | 13 | [ssh.1] |
14 | move info on ssh return values and config files up into the main | 14 | move info on ssh return values and config files up into the main |
15 | description; | 15 | description; |
16 | - jmc@cvs.openbsd.org 2005/12/21 11:48:16 | ||
17 | [ssh.1] | ||
18 | -L and -R descriptions are now above, not below, ~C description; | ||
16 | 19 | ||
17 | 20051220 | 20 | 20051220 |
18 | - (dtucker) OpenBSD CVS Sync | 21 | - (dtucker) OpenBSD CVS Sync |
@@ -3515,4 +3518,4 @@ | |||
3515 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 3518 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
3516 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 3519 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
3517 | 3520 | ||
3518 | $Id: ChangeLog,v 1.4042 2005/12/24 03:53:04 djm Exp $ | 3521 | $Id: ChangeLog,v 1.4043 2005/12/24 03:53:23 djm Exp $ |
@@ -34,7 +34,7 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: ssh.1,v 1.224 2005/12/20 22:09:41 jmc Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.225 2005/12/21 11:48:16 jmc Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -829,7 +829,7 @@ Currently this allows the addition of port forwardings using the | |||
829 | .Fl L | 829 | .Fl L |
830 | and | 830 | and |
831 | .Fl R | 831 | .Fl R |
832 | options (see below). | 832 | options (see above). |
833 | It also allows the cancellation of existing remote port-forwardings | 833 | It also allows the cancellation of existing remote port-forwardings |
834 | using | 834 | using |
835 | .Fl KR Ar hostport . | 835 | .Fl KR Ar hostport . |