From owner-freebsd-doc@FreeBSD.ORG Thu Dec 8 18:42:07 2011 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C64C31065670 for ; Thu, 8 Dec 2011 18:42:07 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id 5B1D08FC14 for ; Thu, 8 Dec 2011 18:42:06 +0000 (UTC) Received: by wgbds13 with SMTP id ds13so1751607wgb.1 for ; Thu, 08 Dec 2011 10:42:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=kBwb2DhcDpFBPz+/loFjzyRtRLl6JP0WT+9Xaq8RNBM=; b=FmZfDqHHUfWyE0g32+czwAdhggF87g4tKhVGcOfbw9AhzNVTDMtgy/W8YMzo1XaD4p BaaqdcHbhuH8vYIJA2IOiNRVL+aCEPwPjD/QkPe9OLItsr1Oh4Q9BlGXdYtuIW6qP+fk yDkIMDUrDshIblYsZdr8JKY8z55COogLABnac= Received: by 10.180.106.104 with SMTP id gt8mr7601445wib.6.1323369725968; Thu, 08 Dec 2011 10:42:05 -0800 (PST) Received: from [192.168.0.150] (athedsl-4364788.home.otenet.gr. [79.130.9.228]) by mx.google.com with ESMTPS id 6sm9629716wby.22.2011.12.08.10.42.02 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 08 Dec 2011 10:42:04 -0800 (PST) Message-ID: <4EE104F7.8080209@gmail.com> Date: Thu, 08 Dec 2011 20:41:59 +0200 From: Manolis Kiagias User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: John Baldwin References: <201112070700.pB770Pe9019222@freefall.freebsd.org> <4EE0F540.3090309@FreeBSD.org> In-Reply-To: <4EE0F540.3090309@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-doc@FreeBSD.org Subject: Re: docs/163102: linprocfs mounted in wrong location in Handbook 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: Thu, 08 Dec 2011 18:42:07 -0000 On 8/12/2011 7:34 μμ, John Baldwin wrote: > On 12/7/11 2:00 AM, Sergey Kandaurov wrote: >> The following reply was made to PR docs/163102; it has been noted by >> GNATS. >> >> From: Sergey Kandaurov >> To: bug-followup@FreeBSD.org, VoidChicken@gmail.com >> Cc: >> Subject: Re: docs/163102: linprocfs mounted in wrong location in >> Handbook >> Date: Wed, 7 Dec 2011 09:22:54 +0300 >> >> /compat is a symlink to usr/compat >> So, nothing is wrong here for me. > > If /compat/linux is the official path, then the default linprocfs > mountpoint should be /compat/linux/proc (that is what I always use). > Just like the default home dir is /home/, not /usr/home/. > /compat could just as easily be a different filesystem or a symlink to > somewhere else. So I do think the Handbook should be updated regardless. > You may have noticed the Handbook is already updated. You are right about /compat, in fact the linuxemu chapter uses this and not /usr/compat. There were only four instances in the Handbook where the user was asked explicitly to use /usr/compat and all were fixed.