diff options
author | 2001-05-05 13:42:51 +0000 | |
---|---|---|
committer | 2001-05-05 13:42:51 +0000 | |
commit | 16c2a1eabf8e361e019486a88575e452ecd972f1 (patch) | |
tree | 4cc4762dfbdb979b76917eb724d95567d5f433b0 /usr.bin/ssh/ssh-add.1 | |
parent | Document for loop mechanics for several variables. (diff) | |
download | wireguard-openbsd-16c2a1eabf8e361e019486a88575e452ecd972f1.tar.xz wireguard-openbsd-16c2a1eabf8e361e019486a88575e452ecd972f1.zip |
typos, grammar
Diffstat (limited to 'usr.bin/ssh/ssh-add.1')
-rw-r--r-- | usr.bin/ssh/ssh-add.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-add.1 b/usr.bin/ssh/ssh-add.1 index d7725c6e365..2bcbe0eeb10 100644 --- a/usr.bin/ssh/ssh-add.1 +++ b/usr.bin/ssh/ssh-add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-add.1,v 1.24 2001/04/10 09:13:21 itojun Exp $ +.\" $OpenBSD: ssh-add.1,v 1.25 2001/05/05 13:42:52 stevesk Exp $ .\" .\" -*- nroff -*- .\" @@ -57,7 +57,7 @@ Alternative file names can be given on the command line. If any file requires a passphrase, .Nm asks for the passphrase from the user. -The Passphrase it is read from the user's tty. +The passphrase is read from the user's tty. .Nm retries the last passphrase if multiple identity files are given. .Pp |