diff options
author | 2002-01-03 04:11:08 +0000 | |
---|---|---|
committer | 2002-01-03 04:11:08 +0000 | |
commit | 5920ae276c0596e30ccded93f1dfdba22a85ac74 (patch) | |
tree | a0b8903622ade2d645e8f168d52d60970ab1404e | |
parent | Update to sudo 1.6.4 (diff) | |
download | wireguard-openbsd-5920ae276c0596e30ccded93f1dfdba22a85ac74.tar.xz wireguard-openbsd-5920ae276c0596e30ccded93f1dfdba22a85ac74.zip |
grammar in comment
-rw-r--r-- | usr.bin/ssh/ssh_config | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh_config b/usr.bin/ssh/ssh_config index 62093545444..7d1b210677c 100644 --- a/usr.bin/ssh/ssh_config +++ b/usr.bin/ssh/ssh_config @@ -1,8 +1,9 @@ -# $OpenBSD: ssh_config,v 1.10 2001/04/03 21:19:38 todd Exp $ +# $OpenBSD: ssh_config,v 1.11 2002/01/03 04:11:08 stevesk Exp $ -# This is ssh client systemwide configuration file. See ssh(1) for more -# information. This file provides defaults for users, and the values can -# be changed in per-user configuration files or on the command line. +# This is the ssh client system-wide configuration file. See ssh(1) +# for more information. This file provides defaults for users, and +# the values can be changed in per-user configuration files or on the +# command line. # Configuration data is parsed as follows: # 1. command line options |