From 21b19ab75bf6de9bb2ffd1d3b0f2591ef73eae81 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 6 Feb 2006 08:00:23 +0000 Subject: (usage): Use two spaces (not one) to separate the --no-preserve-root option string from its description, so help2man formats the derived man page properly. --- src/chgrp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/chgrp.c') diff --git a/src/chgrp.c b/src/chgrp.c index fd636003b..e26308db9 100644 --- a/src/chgrp.c +++ b/src/chgrp.c @@ -1,5 +1,5 @@ /* chgrp -- change group ownership of files - Copyright (C) 89, 90, 91, 1995-2005 Free Software Foundation, Inc. + Copyright (C) 89, 90, 91, 1995-2006 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 @@ -124,7 +124,7 @@ With --reference, change the group of each FILE to that of RFILE.\n\ ownership of a symlink)\n\ "), stdout); fputs (_("\ - --no-preserve-root do not treat `/' specially (the default)\n\ + --no-preserve-root do not treat `/' specially (the default)\n\ --preserve-root fail to operate recursively on `/'\n\ "), stdout); fputs (_("\ -- cgit v1.2.3-54-g00ecf