diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-09-04 06:40:46 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-09-04 06:40:46 +0000 |
commit | 2ca6bf50890687a6996dc6c93fbc2ac1dfef42a1 (patch) | |
tree | 52edf32bd2962f42bd694ce2f30b0d617f561cc9 /usr.bin/ssh/ssh_config.5 | |
parent | cb1f81060a2d31a8a60e027e677e0cfe53c85b22 (diff) |
full stop belongs outside the brackets, not inside;
Diffstat (limited to 'usr.bin/ssh/ssh_config.5')
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index d0625405f89..9c6c2bdac1e 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/ssh_config.5 @@ -33,7 +33,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.216 2015/09/04 04:47:50 djm Exp $ +.\" $OpenBSD: ssh_config.5,v 1.217 2015/09/04 06:40:45 jmc Exp $ .Dd $Mdocdate: September 4 2015 $ .Dt SSH_CONFIG 5 .Os @@ -640,7 +640,7 @@ Specifies whether .Xr ssh 1 should terminate the connection if it cannot set up all requested dynamic, tunnel, local, and remote port forwardings, (e.g.\& -if either end is unable to bind and listen on a specified port.) +if either end is unable to bind and listen on a specified port). Note that .Cm ExitOnForwardFailure does not apply to connections made over port forwardings and will not, |