diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2008-08-02 04:29:52 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2008-08-02 04:29:52 +0000 |
commit | 163c5153ed3152ac34387e524a941ec941c199b5 (patch) | |
tree | c16359be131d5940611f7cb822340e1c59731265 | |
parent | b2780b6ec5032d0e1a9c0fe60d1774b4e0982884 (diff) |
whitepsace -> whitespace. From Matthew Clarke via bugs@.
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 85e7ba06d7d..19dd9ec1b25 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/ssh_config.5 @@ -34,8 +34,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.111 2008/06/26 11:46:31 grunk Exp $ -.Dd $Mdocdate: June 26 2008 $ +.\" $OpenBSD: ssh_config.5,v 1.112 2008/08/02 04:29:51 krw Exp $ +.Dd $Mdocdate: August 2 2008 $ .Dt SSH_CONFIG 5 .Os .Sh NAME @@ -103,7 +103,7 @@ Restricts the following declarations (up to the next .Cm Host keyword) to be only for those hosts that match one of the patterns given after the keyword. -If more than one pattern is provided, they should be separated by whitepsace. +If more than one pattern is provided, they should be separated by whitespace. A single .Ql * as a pattern can be used to provide global |