diff options
Diffstat (limited to 'upstream/mageia-cauldron/man1/rmdir.1')
-rw-r--r-- | upstream/mageia-cauldron/man1/rmdir.1 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/upstream/mageia-cauldron/man1/rmdir.1 b/upstream/mageia-cauldron/man1/rmdir.1 index f56f6335..2b1722ba 100644 --- a/upstream/mageia-cauldron/man1/rmdir.1 +++ b/upstream/mageia-cauldron/man1/rmdir.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5. -.TH RMDIR "1" "April 2022" "GNU coreutils 9.1" "User Commands" +.TH RMDIR "1" "August 2023" "GNU coreutils 9.4" "User Commands" .SH NAME rmdir \- remove empty directories .SH SYNOPSIS @@ -11,12 +11,11 @@ rmdir \- remove empty directories Remove the DIRECTORY(ies), if they are empty. .TP \fB\-\-ignore\-fail\-on\-non\-empty\fR -ignore each failure that is solely because a directory -is non\-empty +ignore each failure to remove a non\-empty directory .TP \fB\-p\fR, \fB\-\-parents\fR -remove DIRECTORY and its ancestors; e.g., 'rmdir \fB\-p\fR a/b/c' -is similar to 'rmdir a/b/c a/b a' +remove DIRECTORY and its ancestors; +e.g., 'rmdir \fB\-p\fR a/b' is similar to 'rmdir a/b a' .TP \fB\-v\fR, \fB\-\-verbose\fR output a diagnostic for every directory processed @@ -33,7 +32,7 @@ GNU coreutils online help: <https://www.gnu.org/software/coreutils/> .br Report any translation bugs to <https://translationproject.org/team/> .SH COPYRIGHT -Copyright \(co 2022 Free Software Foundation, Inc. +Copyright \(co 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>. .br This is free software: you are free to change and redistribute it. |