summaryrefslogtreecommitdiff
path: root/lib/libdisk/libdisk.3
Commit message (Collapse)AuthorAgeFilesLines
* Merge slicing naming changes from -current.Jordan K. Hubbard1997-01-241-1/+20
| | | | Notes: svn path=/stable/2.2/; revision=21981
* Make libdisk C++ aware:Joerg Wunsch1996-03-241-9/+14
| | | | | | | | | | - add __BEGIN_DECLS and __END_DECLS, - add a bunch of ``const'' qualifiers all over the place, - rename the `private' struct member into `private_data' to avoid the clash with the C++ keyword. Notes: svn path=/head/; revision=14792
* libdisk is now `adult':Joerg Wunsch1996-03-171-0/+315
. install libdisk.h into /usr/include . add a (preliminary) manpage, mostly featured after phk's comments in libdisk.h Notes: svn path=/head/; revision=14665