57a19e3b86
- add .Os, it is mandatory. - don't redeclare .Nm when it's not needed. - fix some warnings (checked with mandoc -Tlint). - remove some leftover old stuff.
24 lines
380 B
Groff
24 lines
380 B
Groff
.Dd January 30, 2015
|
|
.Dt CHOWN 1 sbase\-VERSION
|
|
.Os
|
|
.Sh NAME
|
|
.Nm chown
|
|
.Nd change file ownership
|
|
.Sh SYNOPSIS
|
|
.Nm
|
|
.Op Fl Rr
|
|
.Op Ar owner Op Ar :group
|
|
.Op Ar file ...
|
|
.Sh DESCRIPTION
|
|
.Nm
|
|
changes the user or group ownership for the given files.
|
|
.Sh OPTIONS
|
|
.Bl -tag -width Ds
|
|
.It Fl R
|
|
equivalent to \-r.
|
|
.It Fl r
|
|
change directory ownership recursively.
|
|
.El
|
|
.Sh SEE ALSO
|
|
.Xr chown 2
|