diff options
author | 2014-01-19 04:48:08 +0000 | |
---|---|---|
committer | 2014-01-19 04:48:08 +0000 | |
commit | 3d4a3aa71acaf6f2c16d780da33311cc5325a5d3 (patch) | |
tree | 85b8b5c48bf2a813386841021163a20cf027a257 | |
parent | Rename parse_hardware_param() to parse_ethernet() to reflect what (diff) | |
download | wireguard-openbsd-3d4a3aa71acaf6f2c16d780da33311cc5325a5d3.tar.xz wireguard-openbsd-3d4a3aa71acaf6f2c16d780da33311cc5325a5d3.zip |
fix inverted meaning of 'no' and 'yes' for CanonicalizeFallbackLocal
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 7b2fdacbb22..3cadcd76778 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/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.183 2013/12/07 11:58:46 naddy Exp $ -.Dd $Mdocdate: December 7 2013 $ +.\" $OpenBSD: ssh_config.5,v 1.184 2014/01/19 04:48:08 djm Exp $ +.Dd $Mdocdate: January 19 2014 $ .Dt SSH_CONFIG 5 .Os .Sh NAME @@ -229,11 +229,11 @@ search for the specified destination host. .It Cm CanonicalizeFallbackLocal Specifies whether to fail with an error when hostname canonicalization fails. The default, -.Dq no , +.Dq yes , will attempt to look up the unqualified hostname using the system resolver's search rules. A value of -.Dq yes +.Dq no will cause .Xr ssh 1 to fail instantly if |