From: Jim Meyering Date: Sat, 28 Nov 2009 05:48:03 +0000 (+0100) Subject: maint: chown.c: remove a comment X-Git-Tag: v8.2~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4bb812ad49d0d8072930ac8b22f13d3c07270cc9;p=thirdparty%2Fcoreutils.git maint: chown.c: remove a comment * src/chown.c: Remove old spec-like comment. --- diff --git a/src/chown.c b/src/chown.c index 4b7598653c..8104afbb89 100644 --- a/src/chown.c +++ b/src/chown.c @@ -14,18 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* - | user - | unchanged explicit - -------------|-------------------------+-------------------------| - g unchanged | --- | chown u | - r |-------------------------+-------------------------| - o explicit | chgrp g or chown .g | chown u.g | - u |-------------------------+-------------------------| - p from passwd| --- | chown u. | - |-------------------------+-------------------------| - - Written by David MacKenzie . */ +/* Written by David MacKenzie . */ #include #include