From owner-svn-doc-all@FreeBSD.ORG Mon May 13 08:48:09 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 98EBC4D3; Mon, 13 May 2013 08:48:09 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8C21BF0B; Mon, 13 May 2013 08:48:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4D8m9Yo023973; Mon, 13 May 2013 08:48:09 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4D8m9CQ023972; Mon, 13 May 2013 08:48:09 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201305130848.r4D8m9CQ023972@svn.freebsd.org> From: Rene Ladan Date: Mon, 13 May 2013 08:48:09 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r41620 - head/en_US.ISO8859-1/htdocs X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2013 08:48:09 -0000 Author: rene Date: Mon May 13 08:48:09 2013 New Revision: 41620 URL: http://svnweb.freebsd.org/changeset/doc/41620 Log: Fix a mistake in the previous commit. Approved by: remko (mentor, implicit) Modified: head/en_US.ISO8859-1/htdocs/features.xml Modified: head/en_US.ISO8859-1/htdocs/features.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/features.xml Mon May 13 04:07:05 2013 (r41619) +++ head/en_US.ISO8859-1/htdocs/features.xml Mon May 13 08:48:09 2013 (r41620) @@ -76,7 +76,7 @@
  • USB: subsystem now supports USB packet filter. This allows capturing packets which go through each USB - host architecture. The packet filter is similar to that of + host. The architecture of the packet filter is similar to that of bpf. The userland program usbdump(8) has been added.