More fixes

This commit is contained in:
Eric Andersen
1999-10-18 19:02:32 +00:00
parent 9b58718889
commit bed30e9700
19 changed files with 297 additions and 256 deletions

View File

@@ -26,8 +26,11 @@
#include <fstab.h>
#include <errno.h>
const char umount_usage[] = "\tumount {filesystem|directory}\n"
"or to unmount all mounted file systems:\n\tumount -a\n";
const char umount_usage[] =
"Usage: umount filesystem\n"
" or: umount directory\n"
" or: umount -a"
"to unmount all mounted file systems.\n";
static int
umount_all()