Update to r50808:
Reduce the impact of example $FreeBSD$ version strings by enclosing them in <phrase> elements. The its:notranslate property can then be set on these individual lines rather than a whole <screen> or <programlisting>.
This commit is contained in:
parent
f74bb92401
commit
92f9df08ff
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51650
1 changed files with 7 additions and 7 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/config/chapter.xml,v 1.151 2011/12/19 14:55:31 bcr Exp $
|
||||
basiert auf: r50779
|
||||
basiert auf: r50808
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
||||
|
@ -278,9 +278,9 @@ run_rc_command "$1"</programlisting>
|
|||
<para>Hier ist ein Beispieleintrag aus der
|
||||
System-crontab, <filename>/etc/crontab</filename>:</para>
|
||||
|
||||
<programlisting its:translate="no"># /etc/crontab - root's crontab for FreeBSD
|
||||
<programlisting># /etc/crontab - root's crontab for FreeBSD
|
||||
#
|
||||
#$FreeBSD$
|
||||
# <phrase its:translate="no">$FreeBSD$</phrase>
|
||||
# <co xml:id="co-comments"/>
|
||||
SHELL=/bin/sh
|
||||
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin <co xml:id="co-env"/>
|
||||
|
@ -1373,7 +1373,7 @@ ifconfig_fxp0_alias7="inet 202.0.75.20 netmask 255.255.255.255"</programlisting>
|
|||
oder zu einem entfernten Log-Server. Als Beispiel dient hier
|
||||
<filename>/etc/syslog.conf</filename> aus &os;:</para>
|
||||
|
||||
<programlisting its:translate="no"># $&os;$
|
||||
<programlisting># <phrase its:translate="no">$&os;$</phrase>
|
||||
#
|
||||
# Spaces ARE valid field separators in this file. However,
|
||||
# other *nix-like systems still insist on using tabs as field
|
||||
|
@ -1519,8 +1519,8 @@ cron.* /var/log/cron
|
|||
Signal geschickt wird, wenn Logdateien rotiert werden. Hier
|
||||
folgt die Standardkonfiguration in &os;:</para>
|
||||
|
||||
<programlisting its:translate="no"># configuration file for newsyslog
|
||||
# $&os;$
|
||||
<programlisting># configuration file for newsyslog
|
||||
# <phrase its:translate="no">$FreeBSD$</phrase>
|
||||
#
|
||||
# Entries which do not specify the '/pid_file' field will cause the
|
||||
# syslogd process to be signalled when that log file is rotated. This
|
||||
|
@ -2035,7 +2035,7 @@ nameserver 147.11.100.30</programlisting>
|
|||
externen Servers und beschleunigen die
|
||||
Namensauflösung.</para>
|
||||
|
||||
<programlisting its:translate="no"># $FreeBSD$
|
||||
<programlisting># <phrase its:translate="no">$&os;$</phrase>
|
||||
#
|
||||
#
|
||||
# Host Database
|
||||
|
|
Loading…
Reference in a new issue