Actually inform the user when the floppy has been unmounted in the

sample script.

PR:             docs/13384
Submitted by:   Nestor Calvo <ncalvo@es.freebsd.org>
This commit is contained in:
Nik Clayton 1999-09-03 17:27:55 +00:00
parent 20f7d377d1
commit 743ed16724
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5512
2 changed files with 6 additions and 4 deletions
en_US.ISO8859-1/books/handbook/backups
en_US.ISO_8859-1/books/handbook/backups

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$Id: chapter.sgml,v 1.9 1999-08-23 21:23:48 nik Exp $
$Id: chapter.sgml,v 1.10 1999-09-03 17:27:55 nik Exp $
-->
<chapter id="backups">
@ -553,7 +553,8 @@ chmod 644 /mnt/etc/passwd
#
# umount the floppy and inform the user
#
/sbin/umount /mnt]]></programlisting>
/sbin/umount /mnt
echo "The floppy has been unmounted and is now ready."]]></programlisting>
</sect3>
<sect3>

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$Id: chapter.sgml,v 1.9 1999-08-23 21:23:48 nik Exp $
$Id: chapter.sgml,v 1.10 1999-09-03 17:27:55 nik Exp $
-->
<chapter id="backups">
@ -553,7 +553,8 @@ chmod 644 /mnt/etc/passwd
#
# umount the floppy and inform the user
#
/sbin/umount /mnt]]></programlisting>
/sbin/umount /mnt
echo "The floppy has been unmounted and is now ready."]]></programlisting>
</sect3>
<sect3>