Replace consecutive screen elements with one screen element.
The screens shown belong to the same session.
This commit is contained in:
parent
1b83037a9b
commit
6f9b32a646
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20660
2 changed files with 6 additions and 6 deletions
en_US.ISO8859-1/books/handbook
|
@ -2960,8 +2960,8 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on
|
|||
To &man.mount.8; the snapshot
|
||||
<filename>/var/snapshot/snap</filename> run:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>mdconfig -a -t vnode -f /var/snapshot/snap -u 4</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>mount -r /dev/md4 /mnt</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>mdconfig -a -t vnode -f /var/snapshot/snap -u 4</userinput>
|
||||
&prompt.root; <userinput>mount -r /dev/md4 /mnt</userinput></screen>
|
||||
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
@ -2973,8 +2973,8 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on
|
|||
as zero length files. When the use of a snapshot has delimited,
|
||||
it can be unmounted with:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>umount /mnt</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>mdconfig -d -u 4</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>umount /mnt</userinput>
|
||||
&prompt.root; <userinput>mdconfig -d -u 4</userinput></screen>
|
||||
|
||||
<para>For more information about <option>softupdates</option> and
|
||||
file system snapshots, including technical papers, you can visit
|
||||
|
|
|
@ -1469,8 +1469,8 @@ parse returns: $# uucp-dom $@ <replaceable>your.uucp.relay</replaceab
|
|||
<filename role="package">mail/ssmtp</filename> port. Execute
|
||||
the following commands as <username>root</username>:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/ports/mail/ssmtp</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>make install replace clean</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>cd /usr/ports/mail/ssmtp</userinput>
|
||||
&prompt.root; <userinput>make install replace clean</userinput></screen>
|
||||
|
||||
<para>Once installed,
|
||||
<filename role="package">mail/ssmtp</filename> can be configured
|
||||
|
|
Loading…
Reference in a new issue