From owner-freebsd-doc@freebsd.org Sun May 21 13:32:11 2017 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B79ABD76F27 for ; Sun, 21 May 2017 13:32:11 +0000 (UTC) (envelope-from corvid@openmailbox.org) Received: from mail.openmailbox.org (lb1.openmailbox.org [5.79.108.160]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7FB64E43 for ; Sun, 21 May 2017 13:32:11 +0000 (UTC) (envelope-from corvid@openmailbox.org) Received: by mail.openmailbox.org (Postfix, from userid 20002) id F1A0B5105F0; Sun, 21 May 2017 15:32:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1495373528; bh=l5f/UxhFnHiPlySqF3dAhmN2rVAHK2UkQ1TxS/HUHDE=; h=Date:From:To:Subject:From; b=ygyFc5LOenT1jhZcjNSXRjWeRMp+5nXq6rR3TCSFmugOaQgRSj+wygdx1rWepHHF0 o/2LoBEcrh742SaiTeLrUSdxHhVT2DbYWUwfZxj/YIbDYWXuDtuybjSpgL4Z5Bx9pw tSiBH85gXhnIqRp4OvQSJ+D5Sa5vKxAjFrWwZ2q4= Date: Sun, 21 May 2017 13:33:50 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1495373527; bh=l5f/UxhFnHiPlySqF3dAhmN2rVAHK2UkQ1TxS/HUHDE=; h=Date:From:To:Subject:From; b=aB0f2HxKADDc5G4BiZ6aLQwhvW/Xkw+h6WkCaGAHChv/QPvor9USuUpgIUJzzoYUg lEpUYuqV7mnsyNkS92qn97c8ezGpdtLy0jq5kC8yj5n6TrwZwa746Z9BMo80SCVJh4 +LO1+ShlGSsK/HLfs5bLxwZgoLt1/RVZex9X5onc= From: corvid To: freebsd-doc@freebsd.org Subject: handbook: 7.7 Image Scanners devfs.rules Message-ID: <20170521133349.GB7812@g170.comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 May 2017 13:32:11 -0000 In the handbook, section 7.7, near the bottom, it reads: > Then, make the /dev/ugen0.2 symlink and the /dev/usb/0.2.0 device node accessible to the usb group with write permissions of 0660 or 0664 by adding the following lines to /etc/devfs.rules: > [system=5] > add path ugen0.2 mode 0660 group usb > add path usb/0.2.0 mode 0666 group usb The 0666 sounds like a typo.