From: Jim Meyering Date: Fri, 11 Apr 2003 12:39:58 +0000 (+0000) Subject: Remove SPC in SPC-TAB sequence. X-Git-Tag: COREUTILS-5_0_1~717 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e96ac732f5c2de44faca04c61c96598b2acf40b1;p=platform%2Fupstream%2Fcoreutils.git Remove SPC in SPC-TAB sequence. --- 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 . */