From owner-svn-doc-all@FreeBSD.ORG Fri Mar 7 12:54:47 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC18E552; Fri, 7 Mar 2014 12:54:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C8D82BEF; Fri, 7 Mar 2014 12:54:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s27CslgM041440; Fri, 7 Mar 2014 12:54:47 GMT (envelope-from remko@svn.freebsd.org) Received: (from remko@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s27CslwH041439; Fri, 7 Mar 2014 12:54:47 GMT (envelope-from remko@svn.freebsd.org) Message-Id: <201403071254.s27CslwH041439@svn.freebsd.org> From: Remko Lodder Date: Fri, 7 Mar 2014 12:54:47 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44169 - head/en_US.ISO8859-1/books/handbook/basics X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2014 12:54:47 -0000 Author: remko Date: Fri Mar 7 12:54:47 2014 New Revision: 44169 URL: http://svnweb.freebsd.org/changeset/doc/44169 Log: I think the reference here is a little mistake. We talk about \ on the line above the changed line because Windows uses that. We then state that FreeBSD does not use that, but with our Unix Slash (/) in the example. My feeling is that this should have been the Windows slash to make it clear that this does not work and should not be used on FreeBSD (or most other Unixes for that matter). Facilitated by: Snow B.V. Found: During translations. Modified: head/en_US.ISO8859-1/books/handbook/basics/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/basics/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/basics/chapter.xml Fri Mar 7 12:50:58 2014 (r44168) +++ head/en_US.ISO8859-1/books/handbook/basics/chapter.xml Fri Mar 7 12:54:47 2014 (r44169) @@ -2205,7 +2205,7 @@ root 5211 0.0 0.2 3620 1724 2 different from &windows; which uses \ to separate file and directory names. &os; does not use drive letters, or other drive names in the path. For example, one - would not type c:/foo/bar/readme.txt on + would not type c:\foo\bar\readme.txt on &os;. Directories and files are stored in a file system. Each