diff options
author | jmc@openbsd.org <jmc@openbsd.org> | 2015-09-04 06:40:45 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2015-09-04 16:57:03 +1000 |
commit | 5245bc1e6b129a10a928f73f11c3aa32656c44b4 (patch) | |
tree | 714412d0c9637275ce1b41c07cd9ed2f9559fa9b | |
parent | a85768a9321d74b41219eeb3c9be9f1702cbf6a5 (diff) |
upstream commit
full stop belongs outside the brackets, not inside;
Upstream-ID: 99d098287767799ac33d2442a05b5053fa5a551a
-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 d0625405f..9c6c2bdac 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -33,7 +33,7 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: ssh_config.5,v 1.216 2015/09/04 04:47:50 djm Exp $ | 36 | .\" $OpenBSD: ssh_config.5,v 1.217 2015/09/04 06:40:45 jmc Exp $ |
37 | .Dd $Mdocdate: September 4 2015 $ | 37 | .Dd $Mdocdate: September 4 2015 $ |
38 | .Dt SSH_CONFIG 5 | 38 | .Dt SSH_CONFIG 5 |
39 | .Os | 39 | .Os |
@@ -640,7 +640,7 @@ Specifies whether | |||
640 | .Xr ssh 1 | 640 | .Xr ssh 1 |
641 | should terminate the connection if it cannot set up all requested | 641 | should terminate the connection if it cannot set up all requested |
642 | dynamic, tunnel, local, and remote port forwardings, (e.g.\& | 642 | dynamic, tunnel, local, and remote port forwardings, (e.g.\& |
643 | if either end is unable to bind and listen on a specified port.) | 643 | if either end is unable to bind and listen on a specified port). |
644 | Note that | 644 | Note that |
645 | .Cm ExitOnForwardFailure | 645 | .Cm ExitOnForwardFailure |
646 | does not apply to connections made over port forwardings and will not, | 646 | does not apply to connections made over port forwardings and will not, |