Update to r42953:

This patch integrates the contents of users/chapter.xml
into basics/chapter.xml.

Reviewed by:	bcr
Differential Revision:	https://reviews.freebsd.org/D5326
This commit is contained in:
Bjoern Heidotting 2016-02-21 14:55:11 +00:00
parent 84de5930ae
commit 69bbc94214
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48232
7 changed files with 1156 additions and 1106 deletions

View file

@ -1,7 +1,7 @@
#
# $FreeBSD$
# $FreeBSDde: de-docproj/books/handbook/Makefile,v 1.67 2011/12/31 12:27:25 bcr Exp $
# basiert auf: r42118
# basiert auf: r42953
#
# Build the FreeBSD Handbook in its German translation.
#
@ -256,7 +256,6 @@ SRCS+= preface/preface.xml
SRCS+= printing/chapter.xml
SRCS+= security/chapter.xml
SRCS+= serialcomms/chapter.xml
SRCS+= users/chapter.xml
SRCS+= virtualization/chapter.xml
SRCS+= x11/chapter.xml

File diff suppressed because it is too large Load diff

View file

@ -7,7 +7,7 @@
$FreeBSD$
$FreeBSDde: de-docproj/books/handbook/book.xml,v 1.91 2012/03/27 19:32:11 bcr Exp $
basiert auf: r42118
basiert auf: r42953
-->
<!ENTITY % chapters SYSTEM "chapters.ent"> %chapters;
<!ENTITY % txtfiles SYSTEM "txtfiles.ent"> %txtfiles;
@ -246,7 +246,6 @@
&chap.config;
&chap.boot;
&chap.users;
&chap.security;
&chap.jails;
&chap.mac;

View file

@ -5,7 +5,7 @@
$FreeBSD$
$FreeBSDde$
basiert auf: r42827
basiert auf: r42953
-->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="bsdinstall">
<info><title>&os;&nbsp;9.<replaceable>X</replaceable> (und neuer)
@ -2252,7 +2252,8 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
Benutzern beendet und die Installation fortgesetzt.</para>
<para>Für weitere Informationen zum hinzufügen von
Benutzern und deren Verwaltung, lesen Sie <xref linkend="users"/>.</para>
Benutzern und deren Verwaltung, lesen Sie <xref
linkend="users-synopsis"/>.</para>
</sect2>
<sect2 xml:id="bsdinstall-final-conf">

View file

@ -10,7 +10,7 @@
$FreeBSD$
$FreeBSDde: de-docproj/books/handbook/chapters.ent,v 1.34 2011/10/08 16:47:33 jkois Exp $
basiert auf: r42118
basiert auf: r42953
-->
<!ENTITY % not.published "INCLUDE">
@ -36,7 +36,6 @@
<!-- Teil Drei -->
<!ENTITY chap.config SYSTEM "config/chapter.xml">
<!ENTITY chap.boot SYSTEM "boot/chapter.xml">
<!ENTITY chap.users SYSTEM "users/chapter.xml">
<!ENTITY chap.security SYSTEM "security/chapter.xml">
<!ENTITY chap.jails SYSTEM "jails/chapter.xml">
<!ENTITY chap.mac SYSTEM "mac/chapter.xml">

View file

@ -5,7 +5,7 @@
$FreeBSD$
$FreeBSDde: de-docproj/books/handbook/preface/preface.xml,v 1.36 2011/12/24 13:06:39 bcr Exp $
basiert auf: r42900
basiert auf: r42953
-->
<preface xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="book-preface">
<title>Vorwort</title>
@ -432,17 +432,6 @@
</listitem>
</varlistentry>
<varlistentry>
<term><emphasis><xref linkend="users"/>, Benutzer und grundlegende
Account-Verwaltung</emphasis></term>
<listitem>
<para>Beschreibt, wie Benutzer-Accounts angelegt, verändert
und verwaltet werden. Weiterhin wird beschrieben, wie dem
Benutzer zur Verfügung stehende Ressourcen beschränkt
werden können.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><emphasis><xref linkend="security"/>, Sicherheit</emphasis></term>
<listitem>

File diff suppressed because it is too large Load diff