diff options
author | 2005-10-30 08:43:47 +0000 | |
---|---|---|
committer | 2005-10-30 08:43:47 +0000 | |
commit | 9a9e0828e2c368fa7d3d5c3bf1aa9f594547beca (patch) | |
tree | 93163cc05ba406d6e0836f3179181743cf7e687f | |
parent | Check for connections with IP options earlier and drop silently. ok djm@ (diff) | |
download | wireguard-openbsd-9a9e0828e2c368fa7d3d5c3bf1aa9f594547beca.tar.xz wireguard-openbsd-9a9e0828e2c368fa7d3d5c3bf1aa9f594547beca.zip |
remove trailing whitespace;
-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 fcbf1e594f1..13cdee88b82 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/ssh_config.5 @@ -34,7 +34,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.63 2005/10/30 01:23:19 djm Exp $ +.\" $OpenBSD: ssh_config.5,v 1.64 2005/10/30 08:43:47 jmc Exp $ .Dd September 25, 1999 .Dt SSH_CONFIG 5 .Os @@ -263,7 +263,7 @@ with set to .Dq no (the default). -These sessions will try to reuse the master instance's network connection +These sessions will try to reuse the master instance's network connection rather than initiating new ones, but will fall back to connecting normally if the control socket does not exist, or is not listening. .Pp |