svn commit: r48793 - head/de_DE.ISO8859-1/books/handbook/security

Bjoern Heidotting bhd at FreeBSD.org
Sun May 8 15:59:59 UTC 2016


Author: bhd
Date: Sun May  8 15:59:58 2016
New Revision: 48793
URL: https://svnweb.freebsd.org/changeset/doc/48793

Log:
  Update to r44385:
  
  Recover lost <replaceable> tags.

Modified:
  head/de_DE.ISO8859-1/books/handbook/security/chapter.xml

Modified: head/de_DE.ISO8859-1/books/handbook/security/chapter.xml
==============================================================================
--- head/de_DE.ISO8859-1/books/handbook/security/chapter.xml	Sun May  8 15:38:57 2016	(r48792)
+++ head/de_DE.ISO8859-1/books/handbook/security/chapter.xml	Sun May  8 15:59:58 2016	(r48793)
@@ -5,7 +5,7 @@
 
      $FreeBSD$
      $FreeBSDde: de-docproj/books/handbook/security/chapter.xml,v 1.178 2012/04/30 17:07:41 bcr Exp $
-     basiert auf: r44322
+     basiert auf: r44385
 -->
 <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="security">
   <info><title>Sicherheit</title>
@@ -1431,7 +1431,7 @@ Verifying password - Password: <userinpu
 	Benutzer können Sie sich vom <acronym>KDC</acronym>
 	Tickets holen und anzeigen lassen:</para>
 
-      <screen>&prompt.user; <userinput>kinit tillman</userinput>
+      <screen>&prompt.user; <userinput>kinit <replaceable>tillman</replaceable></userinput>
 tillman at EXAMPLE.ORG's Password:
 
 &prompt.user; <userinput>klist</userinput>
@@ -2173,12 +2173,12 @@ define(`confTLS_SRV_OPTIONS', `V')dnl</p
 
       <para>Testen Sie nun den Mailserver mit &man.telnet.1;:</para>
 
-      <screen>&prompt.root; <userinput>telnet example.com 25</userinput>
+      <screen>&prompt.root; <userinput>telnet <replaceable>example.com</replaceable> 25</userinput>
 Trying 192.0.34.166...
 Connected to <systemitem class="fqdomainname">example.com</systemitem>.
 Escape character is '^]'.
 220 <systemitem class="fqdomainname">example.com</systemitem> ESMTP Sendmail 8.12.10/8.12.10; Tue, 31 Aug 2004 03:41:22 -0400 (EDT)
-<userinput>ehlo example.com</userinput>
+<userinput>ehlo <replaceable>example.com</replaceable></userinput>
 250-example.com Hello example.com [192.0.34.166], pleased to meet you
 250-ENHANCEDSTATUSCODES
 250-PIPELINING
@@ -2442,11 +2442,11 @@ round-trip min/avg/max/stddev = 28.106/9
 	Netzwerkes richtig routen.  Mit dem folgenden Befehl
 	erreicht man das Ziel:</para>
 
-      <screen>&prompt.root; <userinput>corp-net# route add 10.0.0.0 10.0.0.5 255.255.255.0</userinput></screen>
-      <screen>&prompt.root; <userinput>corp-net# route add net 10.0.0.0: gateway 10.0.0.5</userinput></screen>
+      <screen>&prompt.root; <userinput>corp-net# route add <replaceable>10.0.0.0 10.0.0.5 255.255.255.0</replaceable></userinput></screen>
+      <screen>&prompt.root; <userinput>corp-net# route add net <replaceable>10.0.0.0: gateway 10.0.0.5</replaceable></userinput></screen>
 
-      <screen>&prompt.root; <userinput>priv-net# route add 10.246.38.0 10.246.38.1 255.255.255.0</userinput></screen>
-      <screen>&prompt.root; <userinput>priv-net# route add host 10.246.38.0: gateway 10.246.38.1</userinput></screen>
+      <screen>&prompt.root; <userinput>priv-net# route add <replaceable>10.246.38.0 10.246.38.1 255.255.255.0</replaceable></userinput></screen>
+      <screen>&prompt.root; <userinput>priv-net# route add host <replaceable>10.246.38.0: gateway 10.246.38.1</replaceable></userinput></screen>
 
       <para>Ab jetzt sollten die Rechner von den Gateways sowie von
 	den Rechnern hinter den Gateways erreichbar sein.  Dies können


More information about the svn-doc-all mailing list