Remove redundant markup and words in a sentence. Provide proper

capitalization in title tags.

Obtained from:	igor(8) output
This commit is contained in:
Benedict Reuschling 2014-12-02 11:26:58 +00:00
parent 41b8fb41ee
commit fae6ddd41b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46047

View file

@ -1604,8 +1604,8 @@ scsibus1:
<para>Instead, one can use <command>dump</command> and
<command>restore</command> in a more secure fashion over an
<acronym>SSH</acronym> connection. This example creates a
full, compressed backup of the <filename>/usr</filename> file
system and sends the backup file to the specified host over a
full, compressed backup of <filename>/usr</filename> and sends
the backup file to the specified host over a
<acronym>SSH</acronym> connection.</para>
<example>
@ -1656,7 +1656,7 @@ scsibus1:
same directory that is being backed up.</para>
<example>
<title>Backing Up the Current Directory With
<title>Backing Up the Current Directory with
<command>tar</command></title>
<screen>&prompt.root; <userinput>tar czvf <replaceable>/tmp/mybackup.tgz</replaceable> . </userinput></screen>
@ -1670,7 +1670,7 @@ scsibus1:
backup to restore.</para>
<example>
<title>Restoring Up the Current Directory With
<title>Restoring Up the Current Directory with
<command>tar</command></title>
<screen>&prompt.root; <userinput>tar xzvf <replaceable>/tmp/mybackup.tgz</replaceable></userinput></screen>
@ -1728,7 +1728,7 @@ scsibus1:
examples would be:</para>
<example>
<title>Backing Up the Current Directory With
<title>Backing Up the Current Directory with
<command>pax</command></title>
<screen>&prompt.root; <userinput>pax -wf <replaceable>/tmp/mybackup.pax</replaceable> .</userinput></screen>