~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to man/chgrp.1

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-11-28 03:03:42 UTC
  • mfrom: (8.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20121128030342-21zanj8354gas5gr
Tags: 8.20-3ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Make 'uname -i -p' return the real processor/hardware, instead of
    unknown.
  - Build-depend on gettext:any instead of on gettext, so that apt-get can
    properly resolve build-dependencies on the tool when cross-building.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2
 
.TH CHGRP "1" "September 2011" "GNU coreutils 8.12.197-032bb" "User Commands"
 
2
.TH CHGRP "1" "October 2012" "GNU coreutils 8.20" "User Commands"
3
3
.SH NAME
4
4
chgrp \- change group ownership
5
5
.SH SYNOPSIS
17
17
\fB\-c\fR, \fB\-\-changes\fR
18
18
like verbose but report only when a change is made
19
19
.TP
 
20
\fB\-f\fR, \fB\-\-silent\fR, \fB\-\-quiet\fR
 
21
suppress most error messages
 
22
.TP
 
23
\fB\-v\fR, \fB\-\-verbose\fR
 
24
output a diagnostic for every file processed
 
25
.TP
20
26
\fB\-\-dereference\fR
21
27
affect the referent of each symbolic link (this is
22
28
the default), rather than the symbolic link itself
23
29
.TP
24
30
\fB\-h\fR, \fB\-\-no\-dereference\fR
25
 
affect each symbolic link instead of any referenced
26
 
file (useful only on systems that can change the
 
31
affect symbolic links instead of any referenced file
 
32
(useful only on systems that can change the
27
33
ownership of a symlink)
28
34
.TP
29
35
\fB\-\-no\-preserve\-root\fR
30
 
do not treat `/' specially (the default)
 
36
do not treat '/' specially (the default)
31
37
.TP
32
38
\fB\-\-preserve\-root\fR
33
 
fail to operate recursively on `/'
34
 
.TP
35
 
\fB\-f\fR, \fB\-\-silent\fR, \fB\-\-quiet\fR
36
 
suppress most error messages
 
39
fail to operate recursively on '/'
37
40
.TP
38
41
\fB\-\-reference\fR=\fIRFILE\fR
39
42
use RFILE's group rather than specifying a
41
44
.TP
42
45
\fB\-R\fR, \fB\-\-recursive\fR
43
46
operate on files and directories recursively
44
 
.TP
45
 
\fB\-v\fR, \fB\-\-verbose\fR
46
 
output a diagnostic for every file processed
47
47
.PP
48
48
The following options modify how a hierarchy is traversed when the \fB\-R\fR
49
49
option is also specified.  If more than one is specified, only the final
83
83
.br
84
84
Report chgrp translation bugs to <http://translationproject.org/team/>
85
85
.SH COPYRIGHT
86
 
Copyright \(co 2011 Free Software Foundation, Inc.
 
86
Copyright \(co 2012 Free Software Foundation, Inc.
87
87
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
88
88
.br
89
89
This is free software: you are free to change and redistribute it.