From owner-svn-doc-all@FreeBSD.ORG Wed Jul 24 15:53:17 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 65168E51; Wed, 24 Jul 2013 15:53:17 +0000 (UTC) (envelope-from gabor@FreeBSD.org) 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 4F9A72A1B; Wed, 24 Jul 2013 15:53:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6OFrHfp020425; Wed, 24 Jul 2013 15:53:17 GMT (envelope-from gabor@svn.freebsd.org) Received: (from gabor@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6OFrFkn020411; Wed, 24 Jul 2013 15:53:15 GMT (envelope-from gabor@svn.freebsd.org) Message-Id: <201307241553.r6OFrFkn020411@svn.freebsd.org> From: Gabor Kovesdan Date: Wed, 24 Jul 2013 15:53:15 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42418 - in head: pl_PL.ISO8859-2/books/handbook/boot pl_PL.ISO8859-2/books/handbook/cutting-edge pl_PL.ISO8859-2/books/handbook/l10n pl_PL.ISO8859-2/books/handbook/mail pl_PL.ISO8859-2... 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.14 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: Wed, 24 Jul 2013 15:53:17 -0000 Author: gabor Date: Wed Jul 24 15:53:14 2013 New Revision: 42418 URL: http://svnweb.freebsd.org/changeset/doc/42418 Log: - Fix misplaced indexterms Modified: head/pl_PL.ISO8859-2/books/handbook/boot/chapter.xml head/pl_PL.ISO8859-2/books/handbook/cutting-edge/chapter.xml head/pl_PL.ISO8859-2/books/handbook/l10n/chapter.xml head/pl_PL.ISO8859-2/books/handbook/mail/chapter.xml head/pl_PL.ISO8859-2/books/handbook/network-servers/chapter.xml head/pl_PL.ISO8859-2/books/handbook/ppp-and-slip/chapter.xml head/ru_RU.KOI8-R/books/handbook/boot/chapter.xml head/ru_RU.KOI8-R/books/handbook/cutting-edge/chapter.xml head/ru_RU.KOI8-R/books/handbook/mail/chapter.xml head/ru_RU.KOI8-R/books/handbook/network-servers/chapter.xml Modified: head/pl_PL.ISO8859-2/books/handbook/boot/chapter.xml ============================================================================== --- head/pl_PL.ISO8859-2/books/handbook/boot/chapter.xml Wed Jul 24 14:41:29 2013 (r42417) +++ head/pl_PL.ISO8859-2/books/handbook/boot/chapter.xml Wed Jul 24 15:53:14 2013 (r42418) @@ -466,10 +466,9 @@ boot: Here are some practical examples of loader usage: - single-user mode To simply boot your usual kernel, but in single-user - mode: + mode:single-user mode boot -s @@ -477,16 +476,12 @@ boot: To unload your usual kernel and modules, and then load just your old (or another) kernel: - - kernel.old - - unload load kernel.old You can use kernel.GENERIC to refer to the generic kernel that comes on the install - disk, or kernel.old to refer to + disk, or kernel.oldkernel.old to refer to your previously installed kernel (when you have upgraded or configured your own kernel, for example). Modified: head/pl_PL.ISO8859-2/books/handbook/cutting-edge/chapter.xml ============================================================================== --- head/pl_PL.ISO8859-2/books/handbook/cutting-edge/chapter.xml Wed Jul 24 14:41:29 2013 (r42417) +++ head/pl_PL.ISO8859-2/books/handbook/cutting-edge/chapter.xml Wed Jul 24 15:53:14 2013 (r42418) @@ -186,13 +186,9 @@ Using &os.current; - - -CURRENT - using - - Join the &a.current.name; and the &a.cvsall.name; lists. This is not + Join the &a.current.name;-CURRENTusing and the &a.cvsall.name; lists. This is not just a good idea, it is essential. If you are not on the &a.current.name; list, you will not see the comments that people are @@ -217,39 +213,23 @@ site. You can do this in one of two ways: - - cvsup - - - cron - - - -CURRENT - Syncing with CVSup - - - Use the cvsup program + Use the cvsupcvsup program with the supfile named standard-supfile available from /usr/share/examples/cvsup. This is the most recommended method, since it allows you to grab the entire collection once and then only what has changed from then on. Many people run cvsup from - cron and keep their + croncron and keep their sources up-to-date automatically. You have to customize the sample supfile above, and configure - cvsup for your environment. + cvsup-CURRENTSyncing with CVSup for your environment. - - -CURRENT - Syncing with CTM - - Use the CTM facility. If you + linkend="ctm">CTM-CURRENTSyncing with CTM facility. If you have very bad connectivity (high price connections or only email access) CTM is an option. However, it is a lot of hassle and can give you broken files. @@ -271,11 +251,7 @@ to compile just a subset is almost guaranteed to get you into trouble. - - -CURRENT - compiling - - Before compiling &os.current;, read the + Before compiling &os.current;-CURRENTcompiling, read the Makefile in /usr/src carefully. You should at least install a new kernel and rebuild the world the first time through @@ -360,12 +336,7 @@ - - -STABLE - using - - - Join the &a.stable.name; list. This will keep you informed of + Join the &a.stable.name;-STABLEusing list. This will keep you informed of build-dependencies that may appear in &os.stable; or any other issues requiring special attention. Developers will also make announcements @@ -402,18 +373,7 @@ - - cvsup - - - cron - - - -STABLE - syncing with CVSup - - - Use the cvsup program + Use the cvsupcvsup program with the supfile named stable-supfile from the directory /usr/share/examples/cvsup. @@ -421,21 +381,16 @@ method, since it allows you to grab the entire collection once and then only what has changed from then on. Many people run cvsup from - cron to keep their + croncron to keep their sources up-to-date automatically. You have to customize the sample supfile above, - and configure cvsup for your + and configure cvsup-STABLEsyncing with CVSup for your environment. - - -STABLE - syncing with CTM - - Use the CTM facility. If + linkend="ctm">CTM-STABLEsyncing with CTM facility. If you do not have a fast and inexpensive connection to the Internet, this is the method you should consider using. @@ -452,12 +407,7 @@ - - -STABLE - compiling - - - Before compiling &os.stable;, read the + Before compiling &os.stable;-STABLEcompiling, read the Makefile in /usr/src carefully. You should at least install a new kernel and rebuild the world the first time through Modified: head/pl_PL.ISO8859-2/books/handbook/l10n/chapter.xml ============================================================================== --- head/pl_PL.ISO8859-2/books/handbook/l10n/chapter.xml Wed Jul 24 14:41:29 2013 (r42417) +++ head/pl_PL.ISO8859-2/books/handbook/l10n/chapter.xml Wed Jul 24 15:53:14 2013 (r42418) @@ -228,16 +228,13 @@ files: - POSIX - LANG for &posix; &man.setlocale.3; family + LANG for &posix;POSIX &man.setlocale.3; family functions - MIME - - MM_CHARSET for applications' MIME character + MM_CHARSET for applications' MIMEMIME character set Modified: head/pl_PL.ISO8859-2/books/handbook/mail/chapter.xml ============================================================================== --- head/pl_PL.ISO8859-2/books/handbook/mail/chapter.xml Wed Jul 24 14:41:29 2013 (r42417) +++ head/pl_PL.ISO8859-2/books/handbook/mail/chapter.xml Wed Jul 24 15:53:14 2013 (r42418) @@ -1176,9 +1176,8 @@ www.example.org things: - MX record - Make sure that the (lowest-numbered) MX record in your DNS points to your + Make sure that the (lowest-numbered) MX recordMX record in your DNS points to your host's IP address. Modified: head/pl_PL.ISO8859-2/books/handbook/network-servers/chapter.xml ============================================================================== --- head/pl_PL.ISO8859-2/books/handbook/network-servers/chapter.xml Wed Jul 24 14:41:29 2013 (r42417) +++ head/pl_PL.ISO8859-2/books/handbook/network-servers/chapter.xml Wed Jul 24 15:53:14 2013 (r42418) @@ -1248,12 +1248,8 @@ Exports list on foobar: Machine Types - - NIS - master server - - A NIS master server. This + A NIS master serverNISmaster server. This server, analogous to a &windowsnt; primary domain controller, maintains the files used by all of the NIS clients. The passwd, @@ -1268,12 +1264,7 @@ Exports list on foobar: - - NIS - slave server - - - NIS slave servers. Similar to + NIS slave serversNISslave server. Similar to the &windowsnt; backup domain controllers, NIS slave servers maintain copies of the NIS master's data files. NIS slave servers provide the redundancy, which is @@ -1284,12 +1275,7 @@ Exports list on foobar: - - NIS - client - - - NIS clients. NIS clients, like + NIS clientsNISclient. NIS clients, like most &windowsnt; workstations, authenticate against the NIS server (or the &windowsnt; domain controller in the &windowsnt; workstations case) to log on. @@ -4387,9 +4373,7 @@ DocumentRoot /www/someotherdomain.tld netbios name - NetBIOS - - This sets the NetBIOS name by which a Samba server + This sets the NetBIOSNetBIOS name by which a Samba server is known. By default it is the same as the first component of the host's DNS name. @@ -4443,13 +4427,9 @@ DocumentRoot /www/someotherdomain.tld passdb backend - NIS+ - LDAP - SQL database - Samba has several different backend authentication models. You can - authenticate clients with LDAP, NIS+, a SQL database, + authenticate clients with LDAPLDAP, NIS+NIS+, a SQL databaseSQL database, or a modified password file. The default authentication method is smbpasswd, and that is all that will be covered here. Modified: head/pl_PL.ISO8859-2/books/handbook/ppp-and-slip/chapter.xml ============================================================================== --- head/pl_PL.ISO8859-2/books/handbook/ppp-and-slip/chapter.xml Wed Jul 24 14:41:29 2013 (r42417) +++ head/pl_PL.ISO8859-2/books/handbook/ppp-and-slip/chapter.xml Wed Jul 24 15:53:14 2013 (r42418) @@ -144,15 +144,9 @@ This document assumes you have the following: - - ISP - - - PPP - - An account with an Internet Service Provider (ISP) which - you connect to using PPP. + An account with an Internet Service Provider (ISP)ISP which + you connect to using PPPPPP. @@ -166,32 +160,14 @@ - - PAP - - - CHAP - - - UNIX - - - login name - - - password - - Your login name and password. (Either a - regular &unix; style login and password pair, or a PAP or CHAP + Your login namelogin name and passwordpassword. (Either a + regular &unix;UNIX style login and password pair, or a + PAPPAP or CHAPCHAP login and password pair.) - - nameserver - - - The IP address of one or more name servers. + The IP address of one or more name serversnameserver. Normally, you will be given two IP addresses by your ISP to use for this. If they have not given you at least one, then you can use the enable dns command in @@ -225,11 +201,7 @@ - - static IP address - - - If your ISP provides you with a static IP address and + If your ISP provides you with a static IP addressstatic IP address and hostname, you can enter it. Otherwise, we simply let the peer assign whatever IP address it sees fit. @@ -362,9 +334,7 @@ Line 6 & 7: - PPPuser PPP - - The dial string. User PPP uses an expect-send + The dial string. User PPPPPPuser PPP uses an expect-send syntax similar to the &man.chat.8; program. Refer to the manual page for information on the features of this language. @@ -455,11 +425,9 @@ Line 15: - PAP - CHAP If you are using PAP or CHAP, there will be no login at this point, and this line should be commented out or - removed. See PAP and CHAP + removed. See PAPPAP and CHAPCHAP authentication for further details. The login string is of the same chat-like syntax as @@ -483,9 +451,7 @@ protocol: ppp Line 16: - timeout - - Sets the default idle timeout (in seconds) for the + Sets the default idle timeouttimeout (in seconds) for the connection. Here, the connection will be closed automatically after 300 seconds of inactivity. If you never want to timeout, set this value to zero or use @@ -496,14 +462,12 @@ protocol: ppp Line 17: - ISP - Sets the interface addresses. The string x.x.x.x should be replaced by the IP address that your provider has allocated to you. The string y.y.y.y should be - replaced by the IP address that your ISP indicated + replaced by the IP address that your ISPISP indicated for their gateway (the machine to which you connect). If your ISP has not given you a gateway address, use Line 14: - password - - This line specifies your PAP/CHAP password. You + This line specifies your PAP/CHAP passwordpassword. You will need to insert the correct value for MyPassword. You may want to add an additional line, such as: @@ -1288,11 +1250,9 @@ ifconfig_tun0= - PPPserver - As a server — your machine is located on the network, and is used to connect other computers using - PPP. + PPPPPPserver. @@ -2486,9 +2446,7 @@ tun0: flags=8051<UP,POINTOPOINT,RUNNI - default route - - Designate the default router by changing the + Designate the default routerdefault route by changing the line: defaultrouter="NO" @@ -2508,10 +2466,8 @@ tun0: flags=8051<UP,POINTOPOINT,RUNNI nameserver 128.32.136.9 nameserver 128.32.136.12 - nameserver - domain name - As you can see, these set up the nameserver hosts. Of - course, the actual domain names and addresses depend on your + As you can see, these set up the nameservernameserver hosts. Of + course, the actual domain namesdomain name and addresses depend on your environment. Modified: head/ru_RU.KOI8-R/books/handbook/boot/chapter.xml ============================================================================== --- head/ru_RU.KOI8-R/books/handbook/boot/chapter.xml Wed Jul 24 14:41:29 2013 (r42417) +++ head/ru_RU.KOI8-R/books/handbook/boot/chapter.xml Wed Jul 24 15:53:14 2013 (r42418) @@ -500,10 +500,9 @@ boot: загрузчика: - однопользовательский режим Чтобы просто загрузить ваше ядро обычным образом, но в - однопользовательском режиме: + однопользовательском режиме:однопользовательский режим boot -s @@ -511,16 +510,13 @@ boot: Для выгрузки обычных ядра и модулей, а потом просто загрузить ваше старое (или другое) ядро: - - kernel.old - unload load kernel.old Вы можете использовать kernel.GENERIC для обозначения стандартного ядра, поставляемого на установочном - диске, или kernel.old для обращения к ранее + диске, или kernel.oldkernel.old для обращения к ранее установленному ядру (после того, как, например, вы обновили или отконфигурировали новое ядро). Modified: head/ru_RU.KOI8-R/books/handbook/cutting-edge/chapter.xml ============================================================================== --- head/ru_RU.KOI8-R/books/handbook/cutting-edge/chapter.xml Wed Jul 24 14:41:29 2013 (r42417) +++ head/ru_RU.KOI8-R/books/handbook/cutting-edge/chapter.xml Wed Jul 24 15:53:14 2013 (r42418) @@ -701,15 +701,9 @@ Fetching 133 new ports or files... done. Использование &os.current; - - -CURRENT - - использование - - - Подпишитесь на списки рассылки &a.current.name; и + Подпишитесь на списки рассылки &a.current.name;-CURRENTиспользование и &a.svn-src-head.name;. Это не просто хорошая идея, это необходимость. Если вы не являетесь участником списка рассылки &a.current.name;, @@ -738,23 +732,8 @@ Fetching 133 new ports or files... done. сделать это одним из следующих двух способов: - - cvsup - - - - cron - - - - -CURRENT - - Синхронизация при помощи CVSup - - - - При помощи программы cvsup + При помощи программы cvsupcvsup с sup-файлом standard-supfile, который можно найти в каталоге /usr/share/examples/cvsup. Это @@ -763,10 +742,10 @@ Fetching 133 new ports or files... done. исходных текстов один раз полностью, а затем загружать только произошедшие изменения. Многие запускают cvsup при помощи программы - cron и получают самые свежие исходные + croncron и получают самые свежие исходные тексты автоматически. Измените примерный файл supfile выше и отконфигурируйте cvsup для вашего окружения. + linkend="cvsup">cvsup-CURRENTСинхронизация при помощи CVSup для вашего окружения. Примерный файл standard-supfile предназначен для отслеживания специальной ветки @@ -817,13 +796,7 @@ Fetching 133 new ports or files... done. компиляции лишь некоторой части программ в этом случае гарантированно вызовет проблемы. - - -CURRENT - - компиляция - - - Перед тем, как компилировать &os.current;, внимательно + Перед тем, как компилировать &os.current;-CURRENTкомпиляция, внимательно прочтите файл Makefile в каталоге /usr/src. В процессе обновления вы по крайней мере раз должны пройти через Использование &os.stable; - - -STABLE - использование - - Подпишитесь на список рассылки &a.stable.name;. Это позволит + Подпишитесь на список рассылки &a.stable.name;-STABLEиспользование. Это позволит вам узнавать о зависимостях процесса компиляции, которые могут появиться в ветке &os.stable; или любых других проблемах, требующих особого внимания. В этом @@ -959,23 +928,7 @@ Fetching 133 new ports or files... done. - - cvsup - - - - cron - - - - -STABLE - - - Синхронизация при помощи CVSup - - - - При помощи программы cvsup + При помощи программы cvsupcvsup с sup-файлом stable-supfile из каталога /usr/share/examples/cvsup. @@ -984,20 +937,15 @@ Fetching 133 new ports or files... done. текстов один раз полностью, а затем загружать только произошедшие изменения. Многие запускают cvsup при помощи программы - cron и получают самые свежие исходные + croncron и получают самые свежие исходные тексты автоматически. Измените примерный файл supfile выше и отконфигурируйте cvsup для вашего окружения. + linkend="cvsup">cvsup-STABLEСинхронизация при помощи CVSup для вашего окружения. - - -STABLE - синхронизация при помощи CTM - - При помощи CTM. Если у вас нет + linkend="ctm">CTM-STABLEсинхронизация при помощи CTM. Если у вас нет быстрого и недорогого подключения к Интернет, то это как раз тот метод, которым вы должны воспользоваться. @@ -1013,12 +961,7 @@ Fetching 133 new ports or files... done. - - -STABLE - компиляция - - - Перед тем, как компилировать &os.stable;, внимательно + Перед тем, как компилировать &os.stable;-STABLEкомпиляция, внимательно прочтите файл Makefile в каталоге /usr/src. В процессе обновления вы по крайней мере раз должны пройти через хост, необходимо убедиться в одном из двух: - - MX record - - - Убедитесь, что запись (с наименьшим номером) MX в + Убедитесь, что запись (с наименьшим номером) MX вMX record DNS соответствует IP адресу вашего хоста. Modified: head/ru_RU.KOI8-R/books/handbook/network-servers/chapter.xml ============================================================================== --- head/ru_RU.KOI8-R/books/handbook/network-servers/chapter.xml Wed Jul 24 14:41:29 2013 (r42417) +++ head/ru_RU.KOI8-R/books/handbook/network-servers/chapter.xml Wed Jul 24 15:53:14 2013 (r42418) @@ -1332,13 +1332,8 @@ Exports list on foobar: Типы машин - - NIS - главный сервер - - - Основной сервер NIS. + Основной сервер NISNISглавный сервер. Такой сервер, по аналогии с первичным контроллером домена &windowsnt;, хранит файлы, используемые всеми клиентами NIS. Файлы passwd, group и @@ -1354,12 +1349,7 @@ Exports list on foobar: - - NIS - вторичный сервер - - - Вторичные серверы NIS. Похожие на + Вторичные серверы NISNISвторичный сервер. Похожие на вторичные контроллеры доменов &windowsnt;, вторичные серверы NIS содержат копии оригинальных файлов данных NIS. Вторичные серверы NIS обеспечивают избыточность, что нужно в критичных @@ -1370,12 +1360,7 @@ Exports list on foobar: - - NIS - клиент - - - Клиенты NIS. + Клиенты NISNISклиент. Клиенты NIS, как и большинство рабочих станций &windowsnt;, аутентифицируются на сервере NIS (или на контроллере домена &windowsnt; для рабочих станций &windowsnt;) во время