diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-06-26 00:57:08 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-06-26 00:57:08 +0000 |
commit | f07c29e85665fa7cd176dcec939c6ac71aa16b34 (patch) | |
tree | e38e746c8dddba8b886b0c72ec547104e8e74552 /usr.bin/ssh | |
parent | 3c971f6a685fe15f2dd3ca88ff9eb13643fb47e4 (diff) |
tweak previous;
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 6968a4488c6..531a60b5e32 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/ssh_config.5 @@ -34,8 +34,8 @@ .\" (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.134 2010/06/25 23:15:36 djm Exp $ -.Dd $Mdocdate: June 25 2010 $ +.\" $OpenBSD: ssh_config.5,v 1.135 2010/06/26 00:57:07 jmc Exp $ +.Dd $Mdocdate: June 26 2010 $ .Dt SSH_CONFIG 5 .Os .Sh NAME @@ -433,7 +433,8 @@ if the .Cm ForwardX11Trusted option is also enabled. .It Cm ForwardX11Timeout -Specify a timeout for untrusted X11 forwarding using the format described in +Specify a timeout for untrusted X11 forwarding +using the format described in the .Sx TIME FORMATS section of .Xr sshd_config 5 . |