summaryrefslogtreecommitdiffstats
path: root/share/man/man9/g_geom.9
Commit message (Collapse)AuthorAgeFilesLines
* Tiny markup fixes.ru2004-07-061-6/+12
|
* Sort SEE ALSO references (in dictionary order, ignoring case).ru2004-07-041-1/+1
|
* These hyphens don't need to be escaped.le2004-05-181-1/+1
| | | | Pointed out by: pjd@
* Fix spelling errors (I forgot that one in my last commit of GEOM man pages).le2004-05-181-4/+5
|
* Functions:pjd2004-03-241-10/+6
| | | | | | | | - g_new_geomf(), - g_new_providerf(), - g_new_consumer() cannot failed (by returning NULL), so don't scare programmers.
* Add reference to the g_access(9) manual page.pjd2004-03-111-0/+1
|
* Added first part of GEOM kernel API manuals pages.pjd2004-02-111-0/+202
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)
OpenPOWER on IntegriCloud