svn commit: r274858 - head/sbin/umount

Edward Tomasz Napierala trasz at FreeBSD.org
Sat Nov 22 16:46:01 UTC 2014


Author: trasz
Date: Sat Nov 22 16:46:00 2014
New Revision: 274858
URL: https://svnweb.freebsd.org/changeset/base/274858

Log:
  Cross-reference autounmountd(8) from umount(8).
  
  MFC after:	1 month
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sbin/umount/umount.8

Modified: head/sbin/umount/umount.8
==============================================================================
--- head/sbin/umount/umount.8	Sat Nov 22 16:43:36 2014	(r274857)
+++ head/sbin/umount/umount.8	Sat Nov 22 16:46:00 2014	(r274858)
@@ -28,7 +28,7 @@
 .\"     @(#)umount.8	8.2 (Berkeley) 5/8/95
 .\" $FreeBSD$
 .\"
-.Dd May 31, 2011
+.Dd November 22, 2014
 .Dt UMOUNT 8
 .Os
 .Sh NAME
@@ -140,6 +140,7 @@ file system table
 .Sh SEE ALSO
 .Xr unmount 2 ,
 .Xr fstab 5 ,
+.Xr autounmountd 8 ,
 .Xr mount 8
 .Sh HISTORY
 A


More information about the svn-src-all mailing list