summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-09-22 21:40:45 +1000
committerDamien Miller <djm@mindrot.org>2011-09-22 21:40:45 +1000
commit1bcbd0a9de64b3c633e2293c74c750908aac2af4 (patch)
tree35dc70d4db2135bf078fb1b42a606c69576862bb /ssh.1
parentff773644e6892e6d3999b0e0c69f05b56705eabc (diff)
- okan@cvs.openbsd.org 2011/09/11 06:59:05
[ssh.1] document new -O cancel command; ok djm@
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.16
1 files changed, 4 insertions, 2 deletions
diff --git a/ssh.1 b/ssh.1
index 67a42cb5d..ac61326e8 100644
--- a/ssh.1
+++ b/ssh.1
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh.1,v 1.322 2011/09/10 22:26:34 markus Exp $ 36.\" $OpenBSD: ssh.1,v 1.323 2011/09/11 06:59:05 okan Exp $
37.Dd $Mdocdate: September 10 2011 $ 37.Dd $Mdocdate: September 11 2011 $
38.Dt SSH 1 38.Dt SSH 1
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -393,6 +393,8 @@ Valid commands are:
393(check that the master process is running), 393(check that the master process is running),
394.Dq forward 394.Dq forward
395(request forwardings without command execution), 395(request forwardings without command execution),
396.Dq cancel
397(cancel forwardings),
396.Dq exit 398.Dq exit
397(request the master to exit), and 399(request the master to exit), and
398.Dq stop 400.Dq stop