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
Pawel Jakub Dawidek
pjd at FreeBSD.org
Wed Feb 11 02:06:19 PST 2004
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 at prioris.mini.pw.edu.pl>
Simon L. Nielsen <simon at FreeBSD.org>
Pieter de Boer <g.p.de.boer at st.hanze.nl>
and of course
Poul-Henning Kamp <phk at 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)
More information about the cvs-src
mailing list