From owner-svn-doc-head@freebsd.org Tue Oct 13 20:13:25 2015 Return-Path: Delivered-To: svn-doc-head@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 B24DEA12EB4; Tue, 13 Oct 2015 20:13:25 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6174B17B2; Tue, 13 Oct 2015 20:13:25 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9DKDOXk052160; Tue, 13 Oct 2015 20:13:24 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9DKDO1p052159; Tue, 13 Oct 2015 20:13:24 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201510132013.t9DKDO1p052159@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Tue, 13 Oct 2015 20:13:24 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47546 - head/de_DE.ISO8859-1/books/handbook/jails X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Oct 2015 20:13:25 -0000 Author: bhd Date: Tue Oct 13 20:13:24 2015 New Revision: 47546 URL: https://svnweb.freebsd.org/changeset/doc/47546 Log: Update to r42035: Minor edits for punctuation and clarity. Space callouts to align evenly so they do not look like part of the content. Modified: head/de_DE.ISO8859-1/books/handbook/jails/chapter.xml Modified: head/de_DE.ISO8859-1/books/handbook/jails/chapter.xml ============================================================================== --- head/de_DE.ISO8859-1/books/handbook/jails/chapter.xml Tue Oct 13 09:04:43 2015 (r47545) +++ head/de_DE.ISO8859-1/books/handbook/jails/chapter.xml Tue Oct 13 20:13:24 2015 (r47546) @@ -5,7 +5,7 @@ $FreeBSD$ $FreeBSDde: de-docproj/books/handbook/jails/chapter.xml,v 1.23 2011/05/25 20:42:25 jkois Exp $ - basiert auf: r40792 + basiert auf: r42035 --> Jails @@ -243,9 +243,7 @@ Einen Befehl (genauer den Pfad einer ausführbaren Datei) der innerhalb der Jail ausgeführt werden soll. Dieser Pfad wird relativ zum root-Verzeichnis einer - Jail-Umgebung angegeben und kann sehr unterschiedlich - aussehen (je nachdem, wie die Jail-Umgebung konfiguriert - wurde). + Jail-Umgebung angegeben. @@ -278,13 +276,13 @@ eine konzeptuelle Unterscheidung, die Einrichtung einer Jail bleibt davon gänzlich unberührt. - &prompt.root; setenv D /hier/ist/die/jail -&prompt.root; mkdir -p $D + &prompt.root; setenv D /hier/ist/die/jail +&prompt.root; mkdir -p $D &prompt.root; cd /usr/src -&prompt.root; make buildworld -&prompt.root; make installworld DESTDIR=$D -&prompt.root; make distribution DESTDIR=$D -&prompt.root; mount -t devfs devfs $D/dev +&prompt.root; make buildworld +&prompt.root; make installworld DESTDIR=$D +&prompt.root; make distribution DESTDIR=$D +&prompt.root; mount -t devfs devfs $D/dev