summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2010-06-26 00:57:07 +0000
committerjmc <jmc@openbsd.org>2010-06-26 00:57:07 +0000
commit7433c2497a0b9eea017b4694826e76e9c2aa9f99 (patch)
tree352d2ee9c2b5f4151d71014c3e70c34440ad422d
parentDo not store curcpu() in syscall and trap handlers since we can go to (diff)
downloadwireguard-openbsd-7433c2497a0b9eea017b4694826e76e9c2aa9f99.tar.xz
wireguard-openbsd-7433c2497a0b9eea017b4694826e76e9c2aa9f99.zip
tweak previous;
-rw-r--r--usr.bin/ssh/ssh_config.57
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 .