Skip to content

Commit

Permalink
fix translation loss
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeiShtepa committed Nov 14, 2023
1 parent 24247c7 commit a781967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/blksnap.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ The static method *Create* creates an instance of the class that creates, takes
The class *blksnap::ICbt* from ([include/blksnap/Cbt.h](../include/blksnap/Cbt.h)) allows to access the data of the change tracker.
The static method *Create* creates an object to interact with the block device change tracker.

Метод класса:
Methods of the class:
- *GetCbtInfo* - provides information about the current state of the change tracker for a block device
- *GetCbtData* - allow to read the table of changes
- *GetImage* - provide the name of the block device for the snapshot image
Expand Down
2 changes: 1 addition & 1 deletion doc/blksnap_ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
Класс *blksnap::ICbt* из ([include/blksnap/Cbt.h](../include/blksnap/Cbt.h)) позволяет получить доступ к данным трекера изменений.
Статический метод *Create* создаёт объект для взаимодействия с трекером изменений блочного устройтсва.

Метод класса:
Методы класса:
- *GetCbtInfo* - предоставляет информацию о текущем состоянии трекера изменений для блочного устройства
- *GetCbtData* - позволяют прочитать таблицу изменений
- *GetImage* - предоставлят имя блочного устройтсва образа снапшота
Expand Down

0 comments on commit a781967

Please sign in to comment.