summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-tumbleweed/man1/chgrp.1
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/opensuse-tumbleweed/man1/chgrp.1')
-rw-r--r--upstream/opensuse-tumbleweed/man1/chgrp.116
1 files changed, 11 insertions, 5 deletions
diff --git a/upstream/opensuse-tumbleweed/man1/chgrp.1 b/upstream/opensuse-tumbleweed/man1/chgrp.1
index 8ab8f0d7..884adc73 100644
--- a/upstream/opensuse-tumbleweed/man1/chgrp.1
+++ b/upstream/opensuse-tumbleweed/man1/chgrp.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
-.TH CHGRP "1" "January 2024" "GNU coreutils 9.4" "User Commands"
+.TH CHGRP "1" "April 2024" "GNU coreutils 9.5" "User Commands"
.SH NAME
chgrp \- change group ownership
.SH SYNOPSIS
@@ -32,6 +32,12 @@ affect symbolic links instead of any referenced file
(useful only on systems that can change the
ownership of a symlink)
.TP
+\fB\-\-from\fR=\fI\,CURRENT_OWNER\/\fR:CURRENT_GROUP
+change the ownership of each file only if
+its current owner and/or group match those specified
+here. Either may be omitted, in which case a match
+is not required for the omitted attribute
+.TP
\fB\-\-no\-preserve\-root\fR
do not treat '/' specially (the default)
.TP
@@ -39,7 +45,7 @@ do not treat '/' specially (the default)
fail to operate recursively on '/'
.TP
\fB\-\-reference\fR=\fI\,RFILE\/\fR
-use RFILE's group rather than specifying a GROUP.
+use RFILE's ownership rather than specifying values
RFILE is always dereferenced if a symbolic link.
.TP
\fB\-R\fR, \fB\-\-recursive\fR
@@ -47,7 +53,7 @@ operate on files and directories recursively
.PP
The following options modify how a hierarchy is traversed when the \fB\-R\fR
option is also specified. If more than one is specified, only the final
-one takes effect.
+one takes effect. '\-P' is the default.
.TP
\fB\-H\fR
if a command line argument is a symbolic link
@@ -58,7 +64,7 @@ traverse every symbolic link to a directory
encountered
.TP
\fB\-P\fR
-do not traverse any symbolic links (default)
+do not traverse any symbolic links
.TP
\fB\-\-help\fR
display this help and exit
@@ -79,7 +85,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 2023 Free Software Foundation, Inc.
+Copyright \(co 2024 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.