diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2020-07-15 05:40:06 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2020-07-15 05:40:06 +0000 |
commit | 9cc359346b2a2ad5d0be322e8418e10b0272a9e6 (patch) | |
tree | bd6b5b269a7d26df0cddf4ef8a67280e24157be3 /usr.bin/ssh | |
parent | 09a78887019292e5b952ca4cdd59457e751213b7 (diff) |
start sentence with capital letter;
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 7b9d3422b58..555317887e1 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -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.1,v 1.413 2020/07/14 23:57:01 djm Exp $ -.Dd $Mdocdate: July 14 2020 $ +.\" $OpenBSD: ssh.1,v 1.414 2020/07/15 05:40:05 jmc Exp $ +.Dd $Mdocdate: July 15 2020 $ .Dt SSH 1 .Os .Sh NAME @@ -1410,7 +1410,7 @@ may be necessary to redirect the input from .Pa /dev/null to make this work.) .It Ev SSH_ASKPASS_REQUIRE -allows further control over the use of an askpass program. +Allows further control over the use of an askpass program. If this variable is set to .Dq never then |