]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- okan@cvs.openbsd.org 2011/09/11 06:59:05
authorDamien Miller <djm@mindrot.org>
Thu, 22 Sep 2011 11:40:45 +0000 (21:40 +1000)
committerDamien Miller <djm@mindrot.org>
Thu, 22 Sep 2011 11:40:45 +0000 (21:40 +1000)
     [ssh.1]
     document new -O cancel command; ok djm@

ChangeLog
ssh.1

index d1c4b3e65cde581c4c554e5f3fedc69810c445af..f4baa4ebe8248d98c51e82084471f9bb96b06232 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -60,6 +60,9 @@
      [channels.c channels.h clientloop.c ssh.1]
      support cancellation of local/dynamic forwardings from ~C commandline;
      ok & feedback djm@
+   - okan@cvs.openbsd.org 2011/09/11 06:59:05
+     [ssh.1]
+     document new -O cancel command; ok djm@
 
 20110909
  - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng.  From
diff --git a/ssh.1 b/ssh.1
index 67a42cb5d6c08f3e2913ae752d0ec9b1b641ef68..ac61326e8cac2d4d70fddda51e7afb8fa83e840d 100644 (file)
--- a/ssh.1
+++ b/ssh.1
@@ -33,8 +33,8 @@
 .\" (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.322 2011/09/10 22:26:34 markus Exp $
-.Dd $Mdocdate: September 10 2011 $
+.\" $OpenBSD: ssh.1,v 1.323 2011/09/11 06:59:05 okan Exp $
+.Dd $Mdocdate: September 11 2011 $
 .Dt SSH 1
 .Os
 .Sh NAME
@@ -393,6 +393,8 @@ Valid commands are:
 (check that the master process is running),
 .Dq forward
 (request forwardings without command execution),
+.Dq cancel
+(cancel forwardings),
 .Dq exit
 (request the master to exit), and
 .Dq stop