From owner-freebsd-bugs@FreeBSD.ORG Sat May 15 14:30:11 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8753C1065680 for ; Sat, 15 May 2010 14:30:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5D8DA8FC1B for ; Sat, 15 May 2010 14:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o4FEUApE033634 for ; Sat, 15 May 2010 14:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o4FEUABT033631; Sat, 15 May 2010 14:30:10 GMT (envelope-from gnats) Date: Sat, 15 May 2010 14:30:10 GMT Message-Id: <201005151430.o4FEUABT033631@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jilles Tjoelker Cc: Subject: Re: bin/146600: Patch to add an example to man mount for devfs X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jilles Tjoelker List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 May 2010 14:30:11 -0000 The following reply was made to PR bin/146600; it has been noted by GNATS. From: Jilles Tjoelker To: bug-followup@FreeBSD.org, jhs@berklix.com Cc: Subject: Re: bin/146600: Patch to add an example to man mount for devfs Date: Sat, 15 May 2010 16:25:49 +0200 I don't think this belongs in mount(8); just a reference to devfs(5) would suffice. The example in devfs(5) could be changed to mount a /some/chroot/dev instead of /dev (which is already done by kernel or init). Because most chroots need a devfs, it seems unnecessary to mention 'make release' in there. -- Jilles Tjoelker