diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-05-13 05:03:56 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-05-13 05:03:56 +0200 |
commit | dcf6ec48f617af4dc27c8cd42960fa65240f5488 (patch) | |
tree | c2d5af436d2ba80e7e6eb327c6a61d0b004ed643 | |
parent | - jmc@cvs.openbsd.org 2004/05/04 18:36:07 (diff) | |
download | openssh-dcf6ec48f617af4dc27c8cd42960fa65240f5488.tar.xz openssh-dcf6ec48f617af4dc27c8cd42960fa65240f5488.zip |
- jmc@cvs.openbsd.org 2004/05/06 11:24:23
[ssh_config.5]
typo from John Cosimano (PR 3770);
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh_config.5 | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -6,6 +6,9 @@ - jmc@cvs.openbsd.org 2004/05/04 18:36:07 [scp.1] SendEnv here too; + - jmc@cvs.openbsd.org 2004/05/06 11:24:23 + [ssh_config.5] + typo from John Cosimano (PR 3770); 20040502 - (dtucker) OpenBSD CVS Sync @@ -1082,4 +1085,4 @@ - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu -$Id: ChangeLog,v 1.3343 2004/05/13 03:03:04 dtucker Exp $ +$Id: ChangeLog,v 1.3344 2004/05/13 03:03:56 dtucker Exp $ diff --git a/ssh_config.5 b/ssh_config.5 index 5915c98d0..97fcdd80e 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.33 2004/04/28 05:17:10 djm Exp $ +.\" $OpenBSD: ssh_config.5,v 1.34 2004/05/06 11:24:23 jmc Exp $ .Dd September 25, 1999 .Dt SSH_CONFIG 5 .Os @@ -313,7 +313,7 @@ if the .Cm ForwardX11Trusted option is also enabled. .It Cm ForwardX11Trusted -If the this option is set to +If this option is set to .Dq yes then remote X11 clients will have full access to the original X11 display. If this option is set to |