Date: Wed, 11 Feb 2004 02:06:18 -0800 (PST) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 DECLARE_GEOM_CLASS.9 g_attach.9 g_bio.9 g_consumer.9 g_data.9 g_event.9 g_geom.9 g_provider.9 g_provider_by_name.9 g_wither_geom.9 Message-ID: <200402111006.i1BA6IAA063650@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2004/02/11 02:06:18 PST FreeBSD src repository Added files: share/man/man9 DECLARE_GEOM_CLASS.9 g_attach.9 g_bio.9 g_consumer.9 g_data.9 g_event.9 g_geom.9 g_provider.9 g_provider_by_name.9 g_wither_geom.9 Log: 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 <zaks@prioris.mini.pw.edu.pl> Simon L. Nielsen <simon@FreeBSD.org> Pieter de Boer <g.p.de.boer@st.hanze.nl> and of course Poul-Henning Kamp <phk@FreeBSD.org> Reviewed by: phk, scottl Approved by: phk, scottl (mentor) Revision Changes Path 1.1 +175 -0 src/share/man/man9/DECLARE_GEOM_CLASS.9 (new) 1.1 +138 -0 src/share/man/man9/g_attach.9 (new) 1.1 +224 -0 src/share/man/man9/g_bio.9 (new) 1.1 +141 -0 src/share/man/man9/g_consumer.9 (new) 1.1 +111 -0 src/share/man/man9/g_data.9 (new) 1.1 +179 -0 src/share/man/man9/g_event.9 (new) 1.1 +202 -0 src/share/man/man9/g_geom.9 (new) 1.1 +144 -0 src/share/man/man9/g_provider.9 (new) 1.1 +74 -0 src/share/man/man9/g_provider_by_name.9 (new) 1.1 +85 -0 src/share/man/man9/g_wither_geom.9 (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402111006.i1BA6IAA063650>