mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-23 05:16:55 +00:00
libbtrfsutil: update docstring of btrfs_util_set_default_subvolume()
The docstring was referring to the function itself and not to the function for which it is the alias
This commit is contained in:
parent
164145b97e
commit
a658055b8e
@ -454,7 +454,7 @@ enum btrfs_util_error btrfs_util_subvolume_get_default_fd(int fd, uint64_t *id_r
|
||||
LIBBTRFSUTIL_ALIAS(btrfs_util_get_default_subvolume_fd);
|
||||
|
||||
/**
|
||||
* btrfs_util_set_default_subvolume() - Alias of btrfs_util_set_default_subvolume(), do not use in new code.
|
||||
* btrfs_util_set_default_subvolume() - Alias of btrfs_util_subvolume_set_default(), do not use in new code.
|
||||
*/
|
||||
enum btrfs_util_error btrfs_util_set_default_subvolume(const char *path, uint64_t id);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user