Author: imp Date: Thu Feb 10 04:55:51 2011 New Revision: 218506 URL: http://svn.freebsd.org/changeset/base/218506
Log: Document requirement that sys/types.h be included before rman.h. Submitted by: Raphael Kubo da Costa MFC after: 2 weeks Modified: head/share/man/man9/rman.9 Modified: head/share/man/man9/rman.9 ============================================================================== --- head/share/man/man9/rman.9 Thu Feb 10 04:53:09 2011 (r218505) +++ head/share/man/man9/rman.9 Thu Feb 10 04:55:51 2011 (r218506) @@ -55,6 +55,7 @@ .Nm rman_get_rid .Nd resource management functions .Sh SYNOPSIS +.In sys/types.h .In sys/rman.h .Ft int .Fn rman_activate_resource "struct resource *r" _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
