From owner-svn-doc-all@freebsd.org Thu May 19 16:00:41 2016 Return-Path: <owner-svn-doc-all@freebsd.org> Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A325CB41D1C; Thu, 19 May 2016 16:00:41 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73A6418A5; Thu, 19 May 2016 16:00:41 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4JG0ekx013383; Thu, 19 May 2016 16:00:40 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4JG0ePM013382; Thu, 19 May 2016 16:00:40 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201605191600.u4JG0ePM013382@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting <bhd@FreeBSD.org> Date: Thu, 19 May 2016 16:00:40 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r48832 - head/de_DE.ISO8859-1/books/handbook/security 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.22 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" <svn-doc-all.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-doc-all/> List-Post: <mailto:svn-doc-all@freebsd.org> List-Help: <mailto:svn-doc-all-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 19 May 2016 16:00:41 -0000 Author: bhd Date: Thu May 19 16:00:40 2016 New Revision: 48832 URL: https://svnweb.freebsd.org/changeset/doc/48832 Log: Update to r44530: Add sentence regarding recursive difference between scp and cp. 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 Wed May 18 19:57:52 2016 (r48831) +++ head/de_DE.ISO8859-1/books/handbook/security/chapter.xml Thu May 19 16:00:40 2016 (r48832) @@ -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: r44524 + basiert auf: r44530 --> <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> @@ -2685,7 +2685,10 @@ COPYRIGHT 100% |************* angibt. Da die Dateien über das Netzwerk kopiert werden, können ein oder mehrere Argumente die Form <option>user@host:<path_to_remote_file></option> - besitzen.</para> + besitzen. Beachten Sie, das <command>scp</command> die + Option <option>-r</option> verwendet um Dateien rekursiv + zu kopieren, während <command>cp</command> <option>-R</option> + benutzt.</para> <para>Mit <command>sftp</command> können Dateien über eine interaktive Sitzung kopiert werden. &man.sftp.1; beschreibt