summaryrefslogtreecommitdiff
path: root/lib/libdisk/libdisk.3
Commit message (Collapse)AuthorAgeFilesLines
* MFC: doc fixes, casts, cosmetic.Jordan K. Hubbard1998-07-191-3/+4
| | | | Notes: svn path=/stable/2.2/; revision=37751
* MFC: Spelling corrections from PR 6868.Joseph Koshy1998-06-061-3/+3
| | | | Notes: svn path=/stable/2.2/; revision=36693
* 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