freebsd-dev/sbin/umount
Bruce Evans bd4f43ff72 mount(8) only uses realpath() for the mountpoint, so don't look up the
real path here for the mount device (or path).  This fixes difficulties
unmounting devices that are actually symlinks to real devices.

Also, print the original path instead of the real path in early error
messages.  nfs path handling and later error messages may still be wrong,
probably only in silly cases where the original path is both a symlink
and a remote path.

PR:		5208
1998-01-19 18:48:36 +00:00
..
Makefile Merge from Lite2. 1997-06-16 11:20:05 +00:00
umount.8 Fix a typo and while here cleanup the use of the .Nm macro. 1997-08-20 11:40:13 +00:00
umount.c mount(8) only uses realpath() for the mountpoint, so don't look up the 1998-01-19 18:48:36 +00:00