Update to r44011:
Switch command tags in screen elements to userinput. Submitted by: Bjoern Heidotting Obtained from: The FreeBSD German Documentation Project
This commit is contained in:
parent
0985ac0488
commit
2eac1e96d0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44828
2 changed files with 403 additions and 431 deletions
de_DE.ISO8859-1/books/handbook
|
@ -5,7 +5,7 @@
|
|||
|
||||
$FreeBSD$
|
||||
$FreeBSDde:$
|
||||
basiert auf: r43975
|
||||
basiert auf: r44011
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
||||
|
@ -7099,8 +7099,8 @@ class="ipaddress">192.168.1.51</systemitem>/32"</programlisting>
|
|||
<acronym>IP</acronym>-Adresse wieder an den Master-Server
|
||||
zurückzugeben:</para>
|
||||
|
||||
<screen>&prompt.root; <command>ifconfig em0 vhid 1 state
|
||||
backup</command></screen>
|
||||
<screen>&prompt.root; <userinput>ifconfig em0 vhid 1 state
|
||||
backup</userinput></screen>
|
||||
|
||||
<para>An dieser Stelle muss entweder das Netzwerk neu gestartet,
|
||||
oder die Machine neu gebootet werden, um
|
||||
|
@ -7132,8 +7132,8 @@ backup</command></screen>
|
|||
<para>Die <acronym>CARP</acronym>-Schnittstellen selbst können
|
||||
mittels &man.ifconfig.8; erstellt werden:</para>
|
||||
|
||||
<screen>&prompt.root; <command>ifconfig carp0 create</command>
|
||||
</screen>
|
||||
<screen>&prompt.root; <userinput>ifconfig carp0
|
||||
create</userinput></screen>
|
||||
|
||||
<para>Konfigurieren Sie Hostnamen,
|
||||
<acronym>IP</acronym>-Management-Adresse, die gemeinsam
|
||||
|
@ -7172,7 +7172,7 @@ class="ipaddress">192.168.1.51</systemitem>/24"</programlisting>
|
|||
<acronym>IP</acronym>-Adresse wieder an den Master-Server
|
||||
zurückzugeben:</para>
|
||||
|
||||
<screen>&prompt.root; <command>ifconfig carp0 down && ifconfig carp0 up</command></screen>
|
||||
<screen>&prompt.root; <userinput>ifconfig carp0 down && ifconfig carp0 up</userinput></screen>
|
||||
|
||||
<para>Dieser Befehl muss auf dem
|
||||
<filename>carp</filename>-Gerät ausgeführt werden, dass dem
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue