Date: Sat, 27 Jun 2020 14:47:27 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r362695 - stable/11/sbin/umount Message-ID: <202006271447.05RElRhN086808@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp (doc,ports committer) Date: Sat Jun 27 14:47:27 2020 New Revision: 362695 URL: https://svnweb.freebsd.org/changeset/base/362695 Log: MFC 362348: Document that umount -A does not unmount /dev Reported by: kaktus Reviewed by: kaktus Differential Revision: https://reviews.freebsd.org/D25351 Modified: stable/11/sbin/umount/umount.8 Directory Properties: stable/11/ (props changed) Modified: stable/11/sbin/umount/umount.8 ============================================================================== --- stable/11/sbin/umount/umount.8 Sat Jun 27 14:43:41 2020 (r362694) +++ stable/11/sbin/umount/umount.8 Sat Jun 27 14:47:27 2020 (r362695) @@ -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 @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006271447.05RElRhN086808>