freebsd-dev/sbin/umount
Hajimu UMEMOTO a505d4352f Introduce '[ipaddr]:path' notation.
Since the existing implementation searches ':' backward, a path which
includes ':' could not be mounted.  You can now mount such path by
enclosing an IP address by '[]'.
Though we should change to search ':' forward, it will break
'ipv6addr:path' which is currently working.  So, it still searches ':'
backward, at least for now.

MFC after:	2 weeks
2010-02-04 15:17:49 +00:00
..
Makefile Make umount(8) WARNS=6 clean: 2009-12-28 17:57:37 +00:00
umount.8 Be more precise how to get fsids - 'mount -v' doesn't show fsids unless is run 2009-08-17 07:38:47 +00:00
umount.c Introduce '[ipaddr]:path' notation. 2010-02-04 15:17:49 +00:00