summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2001-04-02 14:15:31 +0000
committerstevesk <stevesk@openbsd.org>2001-04-02 14:15:31 +0000
commit20cf8693643261ab66ea9ea0dbe1f8894b114c1a (patch)
treee3da937948765016f08444cf8133fa0ff828f5e6
parentHandle for newdepend. (diff)
downloadwireguard-openbsd-20cf8693643261ab66ea9ea0dbe1f8894b114c1a.tar.xz
wireguard-openbsd-20cf8693643261ab66ea9ea0dbe1f8894b114c1a.zip
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.