xbps_api.h: fix some comments.
This commit is contained in:
parent
bdfa81c29d
commit
c4db906a1f
@ -106,14 +106,14 @@
|
|||||||
/**
|
/**
|
||||||
* @def XBPS_FLAG_VERBOSE
|
* @def XBPS_FLAG_VERBOSE
|
||||||
* Verbose flag used in xbps_unpack_binary_pkg() (for now).
|
* Verbose flag used in xbps_unpack_binary_pkg() (for now).
|
||||||
* Must be set through the xbps_set_flags() function.
|
* Must be set through the xbps_init::flags member.
|
||||||
*/
|
*/
|
||||||
#define XBPS_FLAG_VERBOSE 0x00000001
|
#define XBPS_FLAG_VERBOSE 0x00000001
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @def XBPS_FLAG_FORCE
|
* @def XBPS_FLAG_FORCE
|
||||||
* Force flag used in xbps_configure_pkg() (for now).
|
* Force flag used in xbps_configure_pkg() (for now).
|
||||||
* Must be set through the xbps_set_flags() function.
|
* Must be set through the xbps_init::flags member.
|
||||||
*/
|
*/
|
||||||
#define XBPS_FLAG_FORCE 0x00000002
|
#define XBPS_FLAG_FORCE 0x00000002
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user