K 10 svn:author V 3 pjd K 8 svn:date V 27 2004-02-11T10:06:18.000000Z K 7 svn:log V 812 Added first part of GEOM kernel API manuals pages. Documented function and macros are: - DECLARE_GEOM_CLASS(), - g_attach(), - g_detach(), - g_new_bio(), - g_clone_bio(), - g_destroy_bio(), - g_new_consumer(), - g_destroy_consumer(), - g_read_data(), - g_write_data(), - g_post_event(), - g_waitfor_event(), - g_cancel_event(), - g_new_geomf(), - g_destroy_geom(), - g_new_providerf(), - g_destroy_provider(), - g_error_provider(), - g_provider_by_name(), - g_wither_geom(). and more to come. I want to thanks following people for help with those documents: Slawek Zak Simon L. Nielsen Pieter de Boer and of course Poul-Henning Kamp Reviewed by: phk, scottl Approved by: phk, scottl (mentor) END