aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/chown
Commit message (Expand)AuthorAgeFilesLines
* Expand *n't contractions.Ruslan Ermilov2005-02-132-2/+2
* Sort sections.Ruslan Ermilov2005-01-181-5/+5
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-172-2/+2
* Per letter dated July 22, 1999, delete clause 3 from code directlyWarner Losh2004-08-073-12/+0
* Use uid_t.Philippe Charnier2003-09-071-3/+4
* Erase whitespace at EOL.Ruslan Ermilov2003-05-221-1/+1
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-3/+2
* Similar to chmod(1); make -v -v mean very verbose and showJohan Karlsson2003-04-254-6/+44
* style.Makefile(5)David E. O'Brien2003-04-041-1/+2
* Reword the description of -R a bit and add a note about being carefulGiorgos Keramidas2003-01-261-2/+6
* Use basename(3).David E. O'Brien2002-12-301-3/+2
* Fix a spelling mistake.David Malone2002-07-171-1/+1
* The .Nm utilityPhilippe Charnier2002-07-141-4/+5
* Kill __P(), use ANSI C function declarations, remove local prototype for main,Juli Mallett2002-06-301-21/+14
* In the SUPPORT_DOT case, warn that seperation with a period is deprecated.Juli Mallett2002-06-271-0/+1
* Don't exit immediately if an error occurs, continue but exit non-zero.Tim J. Robbins2002-06-021-5/+9
* mdoc(7) police: removed an extra .Op call.Ruslan Ermilov2002-05-301-1/+1
* chown(8) was not describing symlinks correctly, fixed.Tom Rhodes2002-04-091-3/+6
* Add prototypes for main() so that these programs compile with -WerrorLuigi Rizzo2001-12-141-0/+1
* Clean up, WARNSify, unbreak -v option handling.Ruslan Ermilov2001-09-132-52/+52
* If a sentence starts inside parenthesis, it should end insideDima Dorfman2001-09-111-1/+1
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-152-7/+3
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-102-2/+2
* Starting with 5.0-R, do not support `.' as a owner / group delimiter.David E. O'Brien2001-05-311-1/+0
* Fixed the bug from the previous revision.Ruslan Ermilov2001-05-311-1/+1
* Follow symbolic links named as command line arguments if run without -R.Ruslan Ermilov2001-05-281-2/+3
* Make it clear that -P is the default.Ruslan Ermilov2001-05-252-0/+2
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-2/+1
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.Ruslan Ermilov2001-02-131-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-2/+2
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-202-3/+3
* Initialize vflag like the rest (not necessary, but this keeps it together)Peter Wemm2000-07-291-1/+4
* Somehow I didn't get all the "-v" code commited.David E. O'Brien2000-03-083-10/+7
* Revert rev 1.3. chown(8)-like functionality has been added to mknod(8)David E. O'Brien2000-01-061-6/+1
* Install `chown' into /sbin rather than /usr/sbin as `chown' is needed byDavid E. O'Brien1999-12-141-1/+7
* Add "-v".David E. O'Brien1999-11-273-4/+29
* add .Sh DIAGNOSTICSPhilippe Charnier1999-10-171-5/+5
* space is not allowed between owner and :group.Philippe Charnier1999-10-081-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Backed out previous commit. chown(8) doesn't follow symlinks byBruce Evans1998-05-031-1/+2
* Don't ignore symbolic links in the absence of -h, -H or -L options.Wolfgang Helbig1998-05-021-2/+1
* Allow -R and -h to be combined as long as no symlink-following flagsJordan K. Hubbard1998-03-091-2/+2
* Chown(8) compiled with -DSUPPORT_DOT (backward compatibility) doesWolfram Schneider1997-09-211-6/+6
* Cosmetic in man page. Sync usage() with man page.Philippe Charnier1997-09-043-19/+25
* Correct error message when the superuser tries to changeSteve Price1997-08-241-13/+11
* Activate the -h flag which tells chown/chgrp to work on the symlink itselfPeter Wemm1997-03-313-38/+29
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-1/+1
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1