Skip to content

Commit

Permalink
updating information usage on entrepot::create_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Edrusb committed Nov 7, 2023
1 parent be5b848 commit 127ad56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libdar/entrepot.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ namespace libdar

/// create a new directory in the current directory

/// \param[in] dirname is the name of the subdirectory to create
/// \param[in] dirname is the name of the subdirectory to create (not its path!) It is created in as sub-directory of the directory given to set_location()
/// \param[in] permission is the usual POSIX user/group/other permission bits to set to the directory to create
/// \note the operation fails if an entry of that name already exists
/// \note the implementation should set the user and group ownership according to the
Expand Down

0 comments on commit 127ad56

Please sign in to comment.