From owner-svn-doc-head@FreeBSD.ORG Tue Dec 2 11:26:59 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4BE1C578; Tue, 2 Dec 2014 11:26:59 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E7B5B02; Tue, 2 Dec 2014 11:26:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB2BQwpR066192; Tue, 2 Dec 2014 11:26:58 GMT (envelope-from bcr@FreeBSD.org) Received: (from bcr@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB2BQwMd066191; Tue, 2 Dec 2014 11:26:58 GMT (envelope-from bcr@FreeBSD.org) Message-Id: <201412021126.sB2BQwMd066191@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bcr set sender to bcr@FreeBSD.org using -f From: Benedict Reuschling Date: Tue, 2 Dec 2014 11:26:58 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46047 - head/en_US.ISO8859-1/books/handbook/disks X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2014 11:26:59 -0000 Author: bcr Date: Tue Dec 2 11:26:58 2014 New Revision: 46047 URL: https://svnweb.freebsd.org/changeset/doc/46047 Log: Remove redundant markup and words in a sentence. Provide proper capitalization in title tags. Obtained from: igor(8) output Modified: head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/disks/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Tue Dec 2 11:15:50 2014 (r46046) +++ head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Tue Dec 2 11:26:58 2014 (r46047) @@ -1604,8 +1604,8 @@ scsibus1: Instead, one can use dump and restore in a more secure fashion over an SSH connection. This example creates a - full, compressed backup of the /usr file - system and sends the backup file to the specified host over a + full, compressed backup of /usr and sends + the backup file to the specified host over a SSH connection. @@ -1656,7 +1656,7 @@ scsibus1: same directory that is being backed up. - Backing Up the Current Directory With + <title>Backing Up the Current Directory with <command>tar</command> &prompt.root; tar czvf /tmp/mybackup.tgz . @@ -1670,7 +1670,7 @@ scsibus1: backup to restore. - Restoring Up the Current Directory With + <title>Restoring Up the Current Directory with <command>tar</command> &prompt.root; tar xzvf /tmp/mybackup.tgz @@ -1728,7 +1728,7 @@ scsibus1: examples would be: - Backing Up the Current Directory With + <title>Backing Up the Current Directory with <command>pax</command> &prompt.root; pax -wf /tmp/mybackup.pax .