diff options
author | Christopher Faylor <me@cgf.cx> | 2006-01-18 15:57:56 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2006-01-18 15:57:56 +0000 |
commit | 14a4d5989a2415931dec5cdb742576d17ec63970 (patch) | |
tree | e74f15ef55a37e4637e5be44d54b3ebf28ee1bba /winsup/utils/setfacl.c | |
parent | 3b5d71b3a26411490362228623e9570654afc008 (diff) | |
download | cygnal-14a4d5989a2415931dec5cdb742576d17ec63970.tar.gz cygnal-14a4d5989a2415931dec5cdb742576d17ec63970.tar.bz2 cygnal-14a4d5989a2415931dec5cdb742576d17ec63970.zip |
bad_keywords
Diffstat (limited to 'winsup/utils/setfacl.c')
-rw-r--r-- | winsup/utils/setfacl.c | 8 |
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[] = { |