summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2001-04-02 14:15:32 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2001-04-02 14:15:32 +0000
commita6626ab77bc87d3d12c1cbdbc615e2e756904613 (patch)
tree2136cf14c7612c9a063728a45df19885edc98acc
parent60e34072a6678fce670535817b9a40a572bdd9a7 (diff)
typo; ok markus@
-rw-r--r--usr.bin/ssh/sshd.84
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8
index 1592db5919b..65d3ca751a9 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.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 @@ Note that
.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.