diff options
author | jmc@openbsd.org <jmc@openbsd.org> | 2017-10-24 08:27:42 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2017-10-25 02:22:23 +0200 |
commit | 0869627e00f4ee2a038cb62d7bd9ffad405e1800 (patch) | |
tree | 9a0b383e682c6a7ecac817710f64c230529fdb3d /ssh_config.5 | |
parent | avoid -Wsign-compare warning in argv copying (diff) | |
download | openssh-0869627e00f4ee2a038cb62d7bd9ffad405e1800.tar.xz openssh-0869627e00f4ee2a038cb62d7bd9ffad405e1800.zip |
upstream commit
tweak previous; ok djm
Upstream-ID: 7d913981ab315296be1f759c67b6e17aea38fca9
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 4d3fc3425..c1bd7df41 100644 --- a/ssh_config.5 +++ b/ssh_config.5 @@ -33,8 +33,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.261 2017/10/23 05:08:00 djm Exp $ -.Dd $Mdocdate: October 23 2017 $ +.\" $OpenBSD: ssh_config.5,v 1.262 2017/10/24 06:27:42 jmc Exp $ +.Dd $Mdocdate: October 24 2017 $ .Dt SSH_CONFIG 5 .Os .Sh NAME @@ -1719,9 +1719,8 @@ The local or .Xr tap 4 network interface assigned if -.Cm Tunnel -forwarding was requested, or -.Cm NONE +tunnel forwarding was requested, or +.Qq NONE otherwise. .It %u The local username. |