History log of /src/sbin/umount/umount.8 |
Revision | | Date | Author | Comments |
1.23 |
| 01-Jul-2025 |
kre | PR bin/59495
Make umount less noisy when a single -v is used (just say what has been unmounted), and only include details of running (or not running) external umount_fstype progs when more than one -v is given.
While here, make it more clear in the messages produce when the -F (fake it) option is used, that nothing was actually unmounted (just what would have been).
Man page updated to match.
|
1.22 |
| 29-May-2025 |
gutteridge | umount.8: note a limitation of the -d option
(As discussed in PR bin/57903.)
|
1.21 |
| 25-Mar-2025 |
gutteridge | umount.8: some minor corrections after -d addition
Use the term "unconfigure" rather than "detach", since that's what's consistently used elsewhere to describe this on NetBSD (as opposed to other OSes the commit is mimicking). Also fix grammar and reflect the date this materially changed, source-wise (rather than the day the patch arrived, over a year ago).
|
1.20 |
| 25-Mar-2025 |
christos | GitHub/31: Ricardo Branco: Add -d flag to umount to detach vnds, like FreeBSD and Linux.
|
1.19 |
| 22-Jan-2022 |
wiz | branches: 1.19.4; Fix grammar
|
1.18 |
| 07-Jun-2017 |
abhinav | s/filesystem/file system/
|
1.17 |
| 12-Sep-2016 |
sevan | umount appeared in V1 http://minnie.tuhs.org/cgi-bin/utree.pl?file=V1/man/man1/umount.1
Amend HISTORY. Bump date.
|
1.16 |
| 26-Jun-2016 |
dholland | Document external unmount programs. PR 698. Bump date.
|
1.15 |
| 17-May-2009 |
mjf | Add an exmaple of unmounting all file systems apart from NFS and MFS e.g,
umount -a -t nonfs,mfs
This makes it clear that the "no prefix" only needs to be on the first file-system argument to -t. The mount(8) man page has a clear example of this but for some reason umount(8) was missing one.
|
1.14 |
| 30-Dec-2005 |
mjl | Typo fix (to umount is not yet a verb). Via OpenBSD bugs mailing list.
|
1.13 |
| 21-Apr-2004 |
wiz | Call -t argument fstypelist, to be in sync with code and usage. Okayed by christos.
|
1.12 |
| 21-Apr-2004 |
christos | Make options match reality and agree with the source. Don't document -A; it is there for compatibility only, and we want to deprecate its use.
|
1.11 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22308, verified by myself.
|
1.10 |
| 25-Feb-2003 |
wiz | .Nm does not need a dummy argument ("") before punctuation or for correct formatting of the SYNOPSIS any longer.
|
1.9 |
| 05-Jun-2001 |
wiz | Drop arguments of .Os.
|
1.8 |
| 06-Jun-2000 |
chs | change ``-a'' to be a synonym for ``-A''. addresses PR 7629.
|
1.7 |
| 17-Apr-1998 |
fair | branches: 1.7.8; Changes to implement "-R" (raw) option to umount, per PR#4030.
|
1.6 |
| 18-Dec-1997 |
mikel | document -F flag; part of PR 4030 from der Mouse
|
1.5 |
| 20-Oct-1997 |
enami | Fix .Nm usage.
|
1.4 |
| 16-Sep-1997 |
lukem | resolve conflicts from lite-2 merge
|
1.3 |
| 15-Sep-1997 |
lukem | * cleanup for WARNS=1 * fix .Nm usage
|
1.2 |
| 18-Mar-1995 |
cgd | convert to new RCS Id conventions; reduce my headache
|
1.1 |
| 08-Jun-1994 |
mycroft | branches: 1.1.1; Update from 4.4-Lite, with local changes.
|
1.1.1.2 |
| 16-Sep-1997 |
lukem | imported from lite-2
|
1.1.1.1 |
| 13-Jun-1994 |
mycroft | Import 4.4-Lite version.
|
1.7.8.1 |
| 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.19.4.1 |
| 02-Aug-2025 |
perseant | Sync with HEAD
|