]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Added first part of GEOM kernel API manuals pages.
authorPawel Jakub Dawidek <pjd@FreeBSD.org>
Wed, 11 Feb 2004 10:06:18 +0000 (10:06 +0000)
committerPawel Jakub Dawidek <pjd@FreeBSD.org>
Wed, 11 Feb 2004 10:06:18 +0000 (10:06 +0000)
commitf827ccb9a347e3ad109cf2139211f227362ef9d3
tree343cd26c39251e0b38b336e71722a99c8b1510da
parent45d370ee8b1260e4f2b03396cc1caf4919447fe4
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)
share/man/man9/DECLARE_GEOM_CLASS.9 [new file with mode: 0644]
share/man/man9/g_attach.9 [new file with mode: 0644]
share/man/man9/g_bio.9 [new file with mode: 0644]
share/man/man9/g_consumer.9 [new file with mode: 0644]
share/man/man9/g_data.9 [new file with mode: 0644]
share/man/man9/g_event.9 [new file with mode: 0644]
share/man/man9/g_geom.9 [new file with mode: 0644]
share/man/man9/g_provider.9 [new file with mode: 0644]
share/man/man9/g_provider_by_name.9 [new file with mode: 0644]
share/man/man9/g_wither_geom.9 [new file with mode: 0644]