diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2001-08-16 20:14:58 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2001-08-16 20:14:58 +0000 |
commit | 213be34a6079942cfa5c24b8fa4b81c68565614b (patch) | |
tree | 004a52092844b2526a3f509c641e31704efb4825 /usr.bin/ssh/ssh.1 | |
parent | a797612793ad47fe5841298820a721c2b3ff48e2 (diff) |
document case sensitivity for ssh, sshd and key file
options and arguments; ok markus@
Diffstat (limited to 'usr.bin/ssh/ssh.1')
-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 8166bddda0a..7d1e089aae8 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -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.1,v 1.127 2001/08/14 17:54:29 stevesk Exp $ +.\" $OpenBSD: ssh.1,v 1.128 2001/08/16 20:14:57 stevesk Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -651,8 +651,8 @@ and option. .Pp The possible -keywords and their meanings are as follows (note that the -configuration files are case-sensitive): +keywords and their meanings are as follows (note that +keywords are case-insensitive and arguments are case-sensitive): .Bl -tag -width Ds .It Cm Host Restricts the following declarations (up to the next |