diff options
author | Damien Miller <djm@mindrot.org> | 2005-12-13 09:30:27 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2005-12-13 09:30:27 +0100 |
commit | 4b2319fb85203fa07a90c9b36560a77080feb2ad (patch) | |
tree | 23d7d2e4f682f2033efa3ed8b53a22abefaebb44 /ssh_config.5 | |
parent | - jmc@cvs.openbsd.org 2005/12/07 10:52:13 (diff) | |
download | openssh-4b2319fb85203fa07a90c9b36560a77080feb2ad.tar.xz openssh-4b2319fb85203fa07a90c9b36560a77080feb2ad.zip |
- jmc@cvs.openbsd.org 2005/12/08 14:59:44
[ssh.1 ssh_config.5]
make `!command' a little clearer;
ok reyk
Diffstat (limited to '')
-rw-r--r-- | ssh_config.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index d1930baab..440a6d71d 100644 --- a/ssh_config.5 +++ b/ssh_config.5 @@ -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 |