summaryrefslogtreecommitdiff
path: root/src/chown.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-04-11 12:39:58 +0000
committerJim Meyering <jim@meyering.net>2003-04-11 12:39:58 +0000
commite96ac732f5c2de44faca04c61c96598b2acf40b1 (patch)
tree9ab7f7c64e734987f5f177fe7ca0ba952e3841ee /src/chown.c
parent9f70372581a543b0c5f9fe9ea883e69f48028110 (diff)
downloadcoreutils-e96ac732f5c2de44faca04c61c96598b2acf40b1.tar.xz
Remove SPC in SPC-TAB sequence.
Diffstat (limited to 'src/chown.c')
-rw-r--r--src/chown.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/chown.c b/src/chown.c
index 0a5609620..b38a62f77 100644
--- a/src/chown.c
+++ b/src/chown.c
@@ -1,5 +1,5 @@
/* chown -- change user and group ownership of files
- Copyright (C) 89, 90, 91, 1995-2002 Free Software Foundation, Inc.
+ Copyright (C) 89, 90, 91, 1995-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -16,14 +16,14 @@
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/*
- | user
+ | user
| unchanged explicit
-------------|-------------------------+-------------------------|
- g unchanged | --- | chown u |
+ g unchanged | --- | chown u |
r |-------------------------+-------------------------|
o explicit | chgrp g or chown .g | chown u.g |
u |-------------------------+-------------------------|
- p from passwd| --- | chown u. |
+ p from passwd| --- | chown u. |
|-------------------------+-------------------------|
Written by David MacKenzie <djm@gnu.ai.mit.edu>. */