summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorokan <okan@openbsd.org>2011-09-11 06:59:05 +0000
committerokan <okan@openbsd.org>2011-09-11 06:59:05 +0000
commite88433e7c1e1e7fec3fb5cba24ca782fd244df43 (patch)
treee758e11256ac2c7be0f6364d368bf27df053ad3f
parentsupport cancellation of local/dynamic forwardings from ~C commandline; (diff)
downloadwireguard-openbsd-e88433e7c1e1e7fec3fb5cba24ca782fd244df43.tar.xz
wireguard-openbsd-e88433e7c1e1e7fec3fb5cba24ca782fd244df43.zip
document new -O cancel command; ok djm@
-rw-r--r--usr.bin/ssh/ssh.16
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1
index 67a42cb5d6c..ac61326e8ca 100644
--- a/usr.bin/ssh/ssh.1
+++ b/usr.bin/ssh/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