Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-01-18 18:57:56 +0300
committerChristopher Faylor <me@cgf.cx>2006-01-18 18:57:56 +0300
commit14a4d5989a2415931dec5cdb742576d17ec63970 (patch)
treee74f15ef55a37e4637e5be44d54b3ebf28ee1bba /winsup/utils/setfacl.c
parent3b5d71b3a26411490362228623e9570654afc008 (diff)
bad_keywords
Diffstat (limited to 'winsup/utils/setfacl.c')
-rw-r--r--winsup/utils/setfacl.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/winsup/utils/setfacl.c b/winsup/utils/setfacl.c
index 996b5ec7f..deb0707f1 100644
--- a/winsup/utils/setfacl.c
+++ b/winsup/utils/setfacl.c
@@ -318,12 +318,12 @@ usage (FILE * stream)
"\n"
" d[efault]:u[ser]:uid:perm\n"
"\n"
- " `perm' is either a 3-char permissions string in the form\n"
+ " 'perm' is either a 3-char permissions string in the form\n"
" \"rwx\" with the character - for no permission\n"
" or it is the octal representation of the permissions, a\n"
" value from 0 (equivalent to \"---\") to 7 (\"rwx\").\n"
- " `uid' is a user name or a numerical uid.\n"
- " `gid' is a group name or a numerical gid.\n"
+ " 'uid' is a user name or a numerical uid.\n"
+ " 'gid' is a group name or a numerical gid.\n"
"\n"
"\n"
"For each file given as parameter, %s will either replace its\n"
@@ -383,7 +383,7 @@ usage (FILE * stream)
"account currently.\n", prog_name);
}
else
- fprintf(stream, "Try `%s --help' for more information.\n", prog_name);
+ fprintf(stream, "Try '%s --help' for more information.\n", prog_name);
}
struct option longopts[] = {