From owner-cvs-doc@FreeBSD.ORG Wed Dec 7 21:32:06 2011 Return-Path: Delivered-To: cvs-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB25E106564A; Wed, 7 Dec 2011 21:32:06 +0000 (UTC) (envelope-from manolis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BABAF8FC19; Wed, 7 Dec 2011 21:32:06 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id pB7LW6PX042462; Wed, 7 Dec 2011 21:32:06 GMT (envelope-from manolis@repoman.freebsd.org) Received: (from manolis@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pB7LW6Aa042461; Wed, 7 Dec 2011 21:32:06 GMT (envelope-from manolis) Message-Id: <201112072132.pB7LW6Aa042461@repoman.freebsd.org> From: Manolis Kiagias Date: Wed, 7 Dec 2011 21:32:06 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/desktop chapter.sgml doc/en_US.ISO8859-1/books/handbook/linuxemu chapter.sgml X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Dec 2011 21:32:06 -0000 manolis 2011-12-07 21:32:06 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/desktop chapter.sgml en_US.ISO8859-1/books/handbook/linuxemu chapter.sgml Log: Use /compat/linux/proc instead of /usr/compat/linux/proc as the mount point of linproc in the examples, since: - linux_base always installs to /compat and creates it as a directory if it does not exist as a symlink - Custom installations (not done by sysinstall(8)) may not have /compat at all - The linuxemu chapter uses /compat anyway (except a single example, fixed) - The new bsdinstall(8) does not create /compat either as directory or symlink PR: docs/163102 Submitted by: Kevin Baxter Revision Changes Path 1.119 +3 -3 doc/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml 1.143 +1 -1 doc/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml