diff options
author | dtucker <dtucker> | 2004-05-24 00:35:14 +0000 |
---|---|---|
committer | dtucker <dtucker> | 2004-05-24 00:35:14 +0000 |
commit | e7cc4f83009e0ed618642fffd142d4483d7cf24b (patch) | |
tree | bbfbb46cc87825d94e506d4ce08bafd1c12bc897 | |
parent | a39c7b89a92964e9a6e685770c85ce54c755ca58 (diff) | |
download | openssh-e7cc4f83009e0ed618642fffd142d4483d7cf24b.tar.gz |
- jmc@cvs.openbsd.org 2004/05/22 16:01:05
[ssh.1]
kill whitespace at eol;
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh.1 | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -18,6 +18,9 @@ - djm@cvs.openbsd.org 2004/05/22 06:32:12 [clientloop.c ssh.1] use '-h' for help in ~C commandline instead of '-?'; inspired by jmc@ + - jmc@cvs.openbsd.org 2004/05/22 16:01:05 + [ssh.1] + kill whitespace at eol; 20040523 - (djm) [sshd_config] Explain consequences of UsePAM=yes a little better in @@ -1147,4 +1150,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.3363 2004/05/24 00:34:36 dtucker Exp $ +$Id: ChangeLog,v 1.3364 2004/05/24 00:35:14 dtucker Exp $ @@ -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.187 2004/05/22 06:32:12 djm Exp $ +.\" $OpenBSD: ssh.1,v 1.188 2004/05/22 16:01:05 jmc Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -308,7 +308,7 @@ Currently this allows the addition of port forwardings using the and .Fl R options (see below). -It also allows the cancellation of existing remote port-forwardings +It also allows the cancellation of existing remote port-forwardings using .Fl KR Ar hostport . Basic help is available, using the |