- stevesk@cvs.openbsd.org 2001/04/02 14:15:31
     [sshd.8]
     typo; ok markus@
diff --git a/ChangeLog b/ChangeLog
index b4f73e9..35455ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+20010403
+ - OpenBSD CVS Sync
+   - stevesk@cvs.openbsd.org 2001/04/02 14:15:31
+     [sshd.8]
+     typo; ok markus@
+
 20010402
  - (stevesk) log.c openbsd sync; missing newlines
  - (stevesk) sshpty.h openbsd sync; PTY_H -> SSHPTY_H
@@ -4796,4 +4802,4 @@
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.1044 2001/04/02 14:02:55 stevesk Exp $
+$Id: ChangeLog,v 1.1045 2001/04/02 18:18:21 mouring Exp $
diff --git a/sshd.8 b/sshd.8
index 1592db5..65d3ca7 100644
--- a/sshd.8
+++ b/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.108 2001/03/25 13:16:11 stevesk Exp $
+.\" $OpenBSD: sshd.8,v 1.109 2001/04/02 14:15:31 stevesk Exp $
 .Dd September 25, 1999
 .Dt SSHD 8
 .Os
@@ -947,7 +947,7 @@
 .Nm
 does not start if this file is group/world-accessible.
 .It Pa /etc/ssh_host_key.pub, /etc/ssh_host_dsa_key.pub, /etc/ssh_host_rsa_key.pub
-There three files contain the public parts of the
+These three files contain the public parts of the
 (SSH1, SSH2 DSA, and SSH2 RSA) host keys.
 These files should be world-readable but writable only by
 root.