From owner-svn-src-all@FreeBSD.ORG Mon Jan 4 22:23:10 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3ECF106568F; Mon, 4 Jan 2010 22:23:09 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E38358FC12; Mon, 4 Jan 2010 22:23:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o04MN94L097963; Mon, 4 Jan 2010 22:23:09 GMT (envelope-from brueffer@svn.freebsd.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o04MN9fD097961; Mon, 4 Jan 2010 22:23:09 GMT (envelope-from brueffer@svn.freebsd.org) Message-Id: <201001042223.o04MN9fD097961@svn.freebsd.org> From: Christian Brueffer Date: Mon, 4 Jan 2010 22:23:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r201539 - head/share/man/man7 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jan 2010 22:23:10 -0000 Author: brueffer Date: Mon Jan 4 22:23:09 2010 New Revision: 201539 URL: http://svn.freebsd.org/changeset/base/201539 Log: Add a missing word. PR: 140989 Submitted by: Lachlan Kang MFC after: 1 week Modified: head/share/man/man7/security.7 Modified: head/share/man/man7/security.7 ============================================================================== --- head/share/man/man7/security.7 Mon Jan 4 22:22:00 2010 (r201538) +++ head/share/man/man7/security.7 Mon Jan 4 22:23:09 2010 (r201539) @@ -88,7 +88,7 @@ incur on the system under adverse condit Brute-force network attacks are harder to deal with. A spoofed-packet attack, for example, is nearly impossible to stop short of cutting your system off from the Internet. -It may not be able to take your machine down, but it can fill up Internet +It may not be able to take your machine down, but it can fill up your Internet pipe. .Pp A user account compromise is even more common than a DoS attack.