]> andersk Git - openssh.git/commitdiff
- (dtucker) OpenBSD CVS Sync
authordtucker <dtucker>
Fri, 3 Dec 2004 03:08:45 +0000 (03:08 +0000)
committerdtucker <dtucker>
Fri, 3 Dec 2004 03:08:45 +0000 (03:08 +0000)
   - jmc@cvs.openbsd.org 2004/11/07 17:42:36
     [ssh.1]
     options sort, and whitespace;

ChangeLog
ssh.1

index 27dad2afdb0bdaee4673d752c48e8e1263565ec8..c4f12b4997f62c2fc8b79ad31051e49d38637043 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+20041203
+ - (dtucker) OpenBSD CVS Sync
+   - jmc@cvs.openbsd.org 2004/11/07 17:42:36
+     [ssh.1]
+     options sort, and whitespace;
+
 20041107
  - (dtucker) OpenBSD CVS Sync
    - djm@cvs.openbsd.org 2004/11/05 12:19:56
diff --git a/ssh.1 b/ssh.1
index ec83319b828117a0f3211f05b69476d17cbe2fb7..b8a91a160ca68b86c84868647b0755c298884902 100644 (file)
--- a/ssh.1
+++ b/ssh.1
@@ -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.198 2004/11/07 00:01:46 djm Exp $
+.\" $OpenBSD: ssh.1,v 1.199 2004/11/07 17:42:36 jmc Exp $
 .Dd September 25, 1999
 .Dt SSH 1
 .Os
@@ -614,18 +614,6 @@ be specified in order of preference.
 See the
 .Cm MACs
 keyword for more information.
-.It Fl O Ar ctl_cmd
-Control an active connection multiplexing master process.
-When the
-.Fl O
-option is specified, the 
-.Ar ctl_cmd
-argument is interpreted and passed to the master process.
-Valid commands are:
-.Dq check
-(check that the master process is running) and 
-.Dq exit
-(request the master to exit).
 .It Fl N
 Do not execute a remote command.
 This is useful for just forwarding ports
@@ -650,6 +638,18 @@ program will be put in the background.
 needs to ask for a password or passphrase; see also the
 .Fl f
 option.)
+.It Fl O Ar ctl_cmd
+Control an active connection multiplexing master process.
+When the
+.Fl O
+option is specified, the
+.Ar ctl_cmd
+argument is interpreted and passed to the master process.
+Valid commands are:
+.Dq check
+(check that the master process is running) and
+.Dq exit
+(request the master to exit).
 .It Fl o Ar option
 Can be used to give options in the format used in the configuration file.
 This is useful for specifying options for which there is no separate
This page took 2.133344 seconds and 5 git commands to generate.