From owner-freebsd-doc@FreeBSD.ORG Wed Dec 27 16:45:27 2006 Return-Path: X-Original-To: doc@FreeBSD.org Delivered-To: freebsd-doc@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2FBB316A40F for ; Wed, 27 Dec 2006 16:45:27 +0000 (UTC) (envelope-from jacques.legare@sympatico.ca) Received: from simq3-srv.bellnexxia.net (simq3.bellnexxia.net [206.47.199.153]) by mx1.freebsd.org (Postfix) with ESMTP id C65A713C46E for ; Wed, 27 Dec 2006 16:45:26 +0000 (UTC) (envelope-from jacques.legare@sympatico.ca) Received: from home.sympatico.ca ([64.230.123.186]) by simmts5-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20061227145816.FBEV4412.simmts5-srv.bellnexxia.net@home.sympatico.ca> for ; Wed, 27 Dec 2006 09:58:16 -0500 From: Jacques Legare To: doc@FreeBSD.org Date: Wed, 27 Dec 2006 11:01:15 -0500 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612271101.15311.jacques.legare@sympatico.ca> Cc: Subject: Typo in ``USB Storage Devices'' ... X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Dec 2006 16:45:27 -0000 I'm not sure if this is the right mechanism for logging this, but there appears to be a typo in Section 17.5.2 of the on-line docs: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/usb-disks.html Specifically, the line vfs.usermount="1" should be vfs.usermount=1 without the quotes. At least on my system (5.4-RELEASE), the quotes cause a syntax error at boot time. Thanks, Jacques