This commit integrates contents of users/chapter.xml into
basics/chapter.xml and removes the former.
This commit is contained in:
parent
dd0b7d2c1e
commit
c9cc1c8bc5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43368
8 changed files with 1194 additions and 1041 deletions
|
@ -228,7 +228,6 @@ SRCS+= preface/preface.xml
|
|||
SRCS+= printing/chapter.xml
|
||||
SRCS+= security/chapter.xml
|
||||
SRCS+= serialcomms/chapter.xml
|
||||
SRCS+= users/chapter.xml
|
||||
SRCS+= x11/chapter.xml
|
||||
|
||||
# Entities
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -234,7 +234,6 @@
|
|||
|
||||
&chap.config;
|
||||
&chap.boot;
|
||||
&chap.users;
|
||||
&chap.security;
|
||||
&chap.mac;
|
||||
&chap.audit;
|
||||
|
|
|
@ -2178,8 +2178,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
|||
×ÙÂÅÒÉÔÅ <literal>no</literal>.</para>
|
||||
|
||||
<para>úÁ ÂÏÌÅÅ ÄÅÔÁÌØÎÏÊ ÉÎÆÏÒÍÁÃÉÅÊ Ï ÕÐÒÁ×ÌÅÎÉÉ ÕÞÅÔÎÙÍÉ ÚÁÐÉÓÑÍÉ
|
||||
<!-- XXX Broken link: <xref linkend="users-synopsis"/> -->
|
||||
ÏÂÒÁÔÉÔÅÓØ Ë <xref linkend="users"/>.</para>
|
||||
ÏÂÒÁÔÉÔÅÓØ Ë <xref linkend="users-synopsis"/>.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 xml:id="bsdinstall-final-conf">
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
<!-- Part Three -->
|
||||
<!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">
|
||||
|
|
|
@ -362,8 +362,8 @@
|
|||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><emphasis><xref linkend="users"/>, Пользователи и основы управления
|
||||
учётными записями</emphasis></term>
|
||||
<term><emphasis><xref linkend="users-synopsis"/>, Пользователи
|
||||
и основы управления учётными записями</emphasis></term>
|
||||
<listitem>
|
||||
<para>Рассказывает о создании и управлении пользовательскими учётными
|
||||
записями. Также обсуждает установку ограничений ресурсов для
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
#
|
||||
# Build the Handbook with just the content from this chapter.
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/handbook/users/Makefile,v 1.1 2004/03/24 13:29:25 den Exp $
|
||||
#
|
||||
# Original revision: r9773
|
||||
#
|
||||
|
||||
CHAPTERS= users/chapter.xml
|
||||
|
||||
VPATH= ..
|
||||
|
||||
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||||
|
||||
.include "../Makefile"
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue