Author: pluknet Date: Mon Feb 18 16:02:17 2013 New Revision: 246941 URL: http://svnweb.freebsd.org/changeset/base/246941
Log: MFC r246658: Cross-reference vfs_unbusy(9). Modified: stable/9/share/man/man9/vfs_busy.9 Directory Properties: stable/9/share/man/man9/ (props changed) Modified: stable/9/share/man/man9/vfs_busy.9 ============================================================================== --- stable/9/share/man/man9/vfs_busy.9 Mon Feb 18 11:48:08 2013 (r246940) +++ stable/9/share/man/man9/vfs_busy.9 Mon Feb 18 16:02:17 2013 (r246941) @@ -26,7 +26,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 14, 2010 +.Dd February 11, 2013 .Dt VFS_BUSY 9 .Os .Sh NAME @@ -84,6 +84,8 @@ The mount point is being unmounted .Dv ( MNTK_UNMOUNT is set). .El +.Sh SEE ALSO +.Xr vfs_unbusy 9 .Sh AUTHORS This manual page was written by .An Chad David Aq [email protected] . _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9 To unsubscribe, send any mail to "[email protected]"
