]> andersk Git - openssh.git/commitdiff
- jmc@cvs.openbsd.org 2005/12/08 14:59:44
authordjm <djm>
Tue, 13 Dec 2005 08:30:27 +0000 (08:30 +0000)
committerdjm <djm>
Tue, 13 Dec 2005 08:30:27 +0000 (08:30 +0000)
     [ssh.1 ssh_config.5]
     make `!command' a little clearer;
     ok reyk

ChangeLog
ssh.1
ssh_config.5

index 6c60c7409eacd8e39b51636739545c2da7b795ab..7c1b73f66108fb3217e4779ad3ebca1236d7e2c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
      - avoid line split in SYNOPSIS
      - add args to -w
      - kill trailing whitespace
+   - jmc@cvs.openbsd.org 2005/12/08 14:59:44
+     [ssh.1 ssh_config.5]
+     make `!command' a little clearer;
+     ok reyk
 
 20051201
  - (djm) [envpass.sh] Remove regress script that was accidentally committed 
diff --git a/ssh.1 b/ssh.1
index 2461423194af5c22219cb58847769ca52912577b..9f89b973052596cf4c12214f102c0dc5555ae17b 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.216 2005/12/07 10:52:13 jmc Exp $
+.\" $OpenBSD: ssh.1,v 1.217 2005/12/08 14:59:44 jmc Exp $
 .Dd September 25, 1999
 .Dt SSH 1
 .Os
@@ -304,8 +304,7 @@ options (see below).
 It also allows the cancellation of existing remote port-forwardings
 using
 .Fl KR Ar hostport .
-The
-.Ic ! Ar command
+.Ic !\& Ns Ar command
 allows the user to execute a local command if the
 .Ic PermitLocalCommand
 option is enabled in
index d1930baab2e60a0c7746684f471122591e68e9b0..440a6d71df874b1a8cd2ac06bf236df2639b1311 100644 (file)
@@ -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_config.5,v 1.65 2005/12/06 22:38:27 reyk Exp $
+.\" $OpenBSD: ssh_config.5,v 1.66 2005/12/08 14:59:44 jmc Exp $
 .Dd September 25, 1999
 .Dt SSH_CONFIG 5
 .Os
@@ -640,7 +640,7 @@ Default is 22.
 Allow local command execution via the
 .Ic LocalCommand
 option or using the
-.Ic ! Ar command
+.Ic !\& Ns Ar command
 escape sequence in
 .Xr ssh 1 .
 The argument must be
This page took 0.047506 seconds and 5 git commands to generate.