Skip to content

Commit

Permalink
Document that umount -A does not unmount /dev
Browse files Browse the repository at this point in the history
Reported by:	kaktus
Reviewed by:	kaktus
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D25351
  • Loading branch information
0mp committed Jun 18, 2020
1 parent 7e400f1 commit 0a0c181
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions sbin/umount/umount.8
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
.\" @(#)umount.8 8.2 (Berkeley) 5/8/95
.\" $FreeBSD$
.\"
.Dd April 14, 2020
.Dd June 19, 2020
.Dt UMOUNT 8
.Os
.Sh NAME
Expand Down Expand Up @@ -69,8 +69,11 @@ All the file systems described in
.Xr fstab 5
are unmounted.
.It Fl A
All the currently mounted file systems except
the root are unmounted.
All the currently mounted file systems are unmounted,
except for those mounted at
.Pa /
or
.Pa /dev .
.It Fl F Ar fstab
Specify the
.Pa fstab
Expand Down

0 comments on commit 0a0c181

Please sign in to comment.