Removed a reference to the removed function ped_file_system_create in the docs for ped_file_system_clobber. --- libparted/fs/r/filesys.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/libparted/fs/r/filesys.c b/libparted/fs/r/filesys.c index d57447c..dd316aa 100644 --- a/libparted/fs/r/filesys.c +++ b/libparted/fs/r/filesys.c @@ -213,8 +213,6 @@ error_close_dev: * file system occupies a given region described by \p geom. * After this operation ped_file_system_probe() won't detect any file system. * - * \note ped_file_system_create() calls this before creating a new file system. - * * \return \c 1 on success, \c 0 on failure */ static int -- 2.24.0
