diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-04-07 13:50:11 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-04-07 13:50:11 +0000 |
commit | f24a45c3c159316682a1fd1b3a0b2360bc28b9a1 (patch) | |
tree | cdbe56401881dda9bc8272e848d2f0371f4721a7 /usr.bin | |
parent | 8311649d018b444629c387ad72131d7c1c33233a (diff) |
tweak previous;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 0e3c4db2e20..1ca0862b88e 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.271 2018/04/06 13:02:39 djm Exp $ -.Dd $Mdocdate: April 6 2018 $ +.\" $OpenBSD: ssh_config.5,v 1.272 2018/04/07 13:50:10 jmc Exp $ +.Dd $Mdocdate: April 7 2018 $ .Dt SSH_CONFIG 5 .Os .Sh NAME @@ -984,10 +984,10 @@ If two values are specified, the first is automatically selected for interactive sessions and the second for non-interactive sessions. The default is .Cm af21 -.Ar (Low-Latency Data) +(Low-Latency Data) for interactive sessions and .Cm cs1 -.Ar (Lower Effort) +(Lower Effort) for non-interactive sessions. .It Cm KbdInteractiveAuthentication Specifies whether to use keyboard-interactive authentication. @@ -1399,7 +1399,7 @@ See .Sx PATTERNS for more information on patterns. .Pp -It is possible to clear previously-set +It is possible to clear previously set .Cm SendEnv variable names by prefixing patterns with .Pa - . |