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
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2002-11-08 13:22:58 +0300
committerCorinna Vinschen <corinna@vinschen.de>2002-11-08 13:22:58 +0300
commit7c4f9b9a05214fcfb692147a1883e52d2d2de1df (patch)
tree4f15d4cddf3f6d965dafd8eddc62c2536818c017 /winsup
parent00970f126e515353b4b25ebbea6c3c974a76333e (diff)
* setfacl.c (usage): Add missing LF.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/utils/ChangeLog4
-rw-r--r--winsup/utils/setfacl.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index f8ab119f0..899db33be 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-08 Corinna Vinschen <corinna@vinschen.de>
+
+ * setfacl.c (usage): Add missing LF.
+
2002-10-30 Christopher Faylor <cgf@redhat.com>
* cygpath.cc (get_long_path_name_w32impl): Define similarly to
diff --git a/winsup/utils/setfacl.c b/winsup/utils/setfacl.c
index fb65fb078..6ce9abd4c 100644
--- a/winsup/utils/setfacl.c
+++ b/winsup/utils/setfacl.c
@@ -383,7 +383,7 @@ usage (FILE * stream)
"account currently.\n", prog_name);
}
else
- fprintf(stream, "Try `%s --help' for more information.", prog_name);
+ fprintf(stream, "Try `%s --help' for more information.\n", prog_name);
}
struct option longopts[] = {