diff options
author | 2006-07-10 16:04:21 +0000 | |
---|---|---|
committer | 2006-07-10 16:04:21 +0000 | |
commit | 5e9292a602e034a57425d0dbf45607ff38430f39 (patch) | |
tree | 4de58a78726345db07f61560efd5797516717470 /usr.bin/ssh | |
parent | As pointed out by miod, cpu_initclocks() can use setstatclockrate(), the (diff) | |
download | wireguard-openbsd-5e9292a602e034a57425d0dbf45607ff38430f39.tar.xz wireguard-openbsd-5e9292a602e034a57425d0dbf45607ff38430f39.zip |
s/and and/and/
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/sshd.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8 index fbb25c98337..8c9bcbfbb86 100644 --- a/usr.bin/ssh/sshd.8 +++ b/usr.bin/ssh/sshd.8 @@ -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: sshd.8,v 1.231 2006/07/10 12:46:52 dtucker Exp $ +.\" $OpenBSD: sshd.8,v 1.232 2006/07/10 16:04:21 jmc Exp $ .Dd September 25, 1999 .Dt SSHD 8 .Os @@ -568,7 +568,7 @@ and .Ql \&] brackets then followed by .Ql \&: -and and a non-standard port number. +and a non-standard port number. .Pp Alternately, hostnames may be stored in a hashed form which hides host names and addresses should the file's contents be disclosed. |