summaryrefslogtreecommitdiff
path: root/lib/libdm/dm.3
AgeCommit message (Collapse)Author
2022-09-10fix misspellings of 'available' and nearby typosrillig
2016-01-22The actual header file for these functions is dm.h, not libdm.h.dholland
Bump date.
2011-03-01Whitespace nit.wiz
2011-02-28Fix problems in libdm manual page pointed by njoly@ thanks for help.haad
2011-02-28Small macro fix (SS -> Ss).njoly
2011-02-08Improve a bit.wiz
2011-02-08Initial import of libdm and dmctl to tree. libdm library can be usedhaad
to access, manage and manipulate device-mapper driver. Which opens us bunch of new possibilities like dm-multipath device target dm-crypt device target dm-ccd compatibility layer With this import I'm bringing in dmctl tool for working with dm driver ,too. I plan to replace gpl2 licensed dmsetup command with our dmctl tool in near feature. It can also by placed to /rescue where we was not able to put dmsetup because of licensing problems. With libdm in tree we can now write RUMP atf test suite for dm driver to ensure LVM subsystem stability as time goes. Reviewed by: blymn@ and rmind@ Oked: by no objections on tech-userlevel@