summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-12-31 16:23:15 +1100
committerDamien Miller <djm@mindrot.org>2005-12-31 16:23:15 +1100
commit88b25524b885885896e23e01e1aa873864ca7386 (patch)
tree3072b1983630cd8391746d2b2581f8f1f75b34cc
parent134eb81383dab4b7f87e45c3c52172cc139f347c (diff)
- stevesk@cvs.openbsd.org 2005/12/31 01:38:45
[ssh.1] document -MM; ok djm@
-rw-r--r--ChangeLog5
-rw-r--r--ssh.19
2 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 29f4b599a..94e3f6e5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,9 @@
13 with the -b flag; 13 with the -b flag;
14 based on a diff from john l. scarfone; 14 based on a diff from john l. scarfone;
15 ok djm 15 ok djm
16 - stevesk@cvs.openbsd.org 2005/12/31 01:38:45
17 [ssh.1]
18 document -MM; ok djm@
16 19
1720051229 2020051229
18 - (tim) [buildpkg.sh.in] grep for $SSHDUID instead of $SSHDGID on /etc/passwd 21 - (tim) [buildpkg.sh.in] grep for $SSHDUID instead of $SSHDGID on /etc/passwd
@@ -3568,4 +3571,4 @@
3568 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 3571 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
3569 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 3572 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
3570 3573
3571$Id: ChangeLog,v 1.4055 2005/12/31 05:22:55 djm Exp $ 3574$Id: ChangeLog,v 1.4056 2005/12/31 05:23:15 djm Exp $
diff --git a/ssh.1 b/ssh.1
index 71baf45f5..5ce1cfe70 100644
--- a/ssh.1
+++ b/ssh.1
@@ -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.230 2005/12/23 23:46:23 jmc Exp $ 37.\" $OpenBSD: ssh.1,v 1.231 2005/12/31 01:38:45 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -369,6 +369,13 @@ Places the
369client into 369client into
370.Dq master 370.Dq master
371mode for connection sharing. 371mode for connection sharing.
372Multiple
373.Fl M
374options places
375.Nm
376into
377.Dq master
378mode with confirmation required before slave connections are accepted.
372Refer to the description of 379Refer to the description of
373.Cm ControlMaster 380.Cm ControlMaster
374in 381in