Update backend name in the docs.

This commit is contained in:
Andrius Štikonas 2018-04-15 01:09:48 +03:00
parent 145f54f18c
commit 4b1793f79b
2 changed files with 2 additions and 3 deletions

View File

@ -14,7 +14,7 @@ of storage devices on a system:
There are multiple backends so that KPMcore can support different There are multiple backends so that KPMcore can support different
operating systems, although the only functional backend is the operating systems, although the only functional backend is the
one for Linux systems: one for Linux systems:
* libparted backend (Linux) * sfdisk backend (Linux)
* null backend * null backend
## Using KPMcore ## Using KPMcore

View File

@ -15,8 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(KPMCORE_F2FS_H) #ifndef KPMCORE_F2FS_H
#define KPMCORE_F2FS_H #define KPMCORE_F2FS_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"