summaryrefslogtreecommitdiffstats
path: root/sshd.8
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-01-29 09:44:03 +0100
committerBen Lindstrom <mouring@eviladmin.org>2001-01-29 09:44:03 +0100
commita73335004e679a97e4b518aac61032da1ada57e8 (patch)
treeaba222a5f816e48510d8e5845e1f00af6978c9a9 /sshd.8
parent - markus@cvs.openbsd.org 2001/01/28 10:37:26 (diff)
downloadopenssh-a73335004e679a97e4b518aac61032da1ada57e8.tar.xz
openssh-a73335004e679a97e4b518aac61032da1ada57e8.zip
- stevesk@cvs.openbsd.org 2001/01/28 20:43:25
[sshd.8] spelling. ok markus@
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sshd.8 b/sshd.8
index 5aadeafe9..1aad0fc88 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.85 2001/01/28 10:37:25 markus Exp $
+.\" $OpenBSD: sshd.8,v 1.86 2001/01/28 20:43:25 stevesk Exp $
.Dd September 25, 1999
.Dt SSHD 8
.Os
@@ -515,14 +515,14 @@ the three colon separated values
.Dq start:rate:full
(e.g., "10:30:60").
.Nm
-will refuse connection attempts with a probabillity of
+will refuse connection attempts with a probability of
.Dq rate/100
(30%)
if there are currently
.Dq start
(10)
unauthenticated connections.
-The probabillity increases linearly and all connection attempts
+The probability increases linearly and all connection attempts
are refused if the number of unauthenticated connections reaches
.Dq full
(60).