From: Jim Meyering Date: Tue, 4 Mar 2003 22:22:19 +0000 (+0000) Subject: (usage): Capitalize consistently. X-Git-Tag: v4.5.9~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b4f567deb94e3f32b496b3ba21ceb031e99cfa1f;p=thirdparty%2Fcoreutils.git (usage): Capitalize consistently. --- diff --git a/src/stat.c b/src/stat.c index 178376b9b3..b19929fe97 100644 --- a/src/stat.c +++ b/src/stat.c @@ -704,7 +704,7 @@ The valid format sequences for files (without --filesystem):\n\ %D Device number in hex\n\ %d Device number in decimal\n\ %F File type\n\ - %f raw mode in hex\n\ + %f Raw mode in hex\n\ %G Group name of owner\n\ %g Group ID of owner\n\ "), stdout);