Bug 13384

Summary: Minor omission in the chapter 'Backups' of the Handbook
Product: Documentation Reporter: ncalvo <ncalvo>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description ncalvo 1999-08-25 23:50:01 UTC
The SGML source file of the 'Backups' chapter of the Handbook is
incomplete. It features a sample script for creating a bootable floppy.
At the end of the script:

----- begin quote -----
# umount the floppy and inform the user
#
/sbin/umount /mnt
------ end quote ------

The floppy is unmounted, but the user is not informed.

Fix: 

Issue a message to the user, e.g.:

echo "The floppy has been unmounted and is now ready."
How-To-Repeat: Not applicable (just read the file).
Comment 1 nik freebsd_committer freebsd_triage 1999-09-03 18:26:32 UTC
State Changed
From-To: open->closed

Committed, thanks.