diff options
Diffstat (limited to 'share/man/man9/vfs_unmountall.9')
-rw-r--r-- | share/man/man9/vfs_unmountall.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/vfs_unmountall.9 b/share/man/man9/vfs_unmountall.9 index 37c269e..7e9dfc9 100644 --- a/share/man/man9/vfs_unmountall.9 +++ b/share/man/man9/vfs_unmountall.9 @@ -29,7 +29,7 @@ .Os .Sh NAME .Nm vfs_unmountall -.Nd unmount all file systems +.Nd unmount all filesystems .Sh SYNOPSIS .In sys/param.h .In sys/mount.h @@ -40,7 +40,7 @@ The .Nm function, run only at system shutdown, -unmounts all file mounted file systems +unmounts all file mounted filesystems from most recent to oldest in order to avoid handling dependencies. .Sh SEE ALSO |