aboutsummaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2002-11-08 10:22:58 +0000
committerCorinna Vinschen <corinna@vinschen.de>2002-11-08 10:22:58 +0000
commit7c4f9b9a05214fcfb692147a1883e52d2d2de1df (patch)
tree4f15d4cddf3f6d965dafd8eddc62c2536818c017 /winsup
parent00970f126e515353b4b25ebbea6c3c974a76333e (diff)
downloadnewlib-7c4f9b9a05214fcfb692147a1883e52d2d2de1df.zip
newlib-7c4f9b9a05214fcfb692147a1883e52d2d2de1df.tar.gz
newlib-7c4f9b9a05214fcfb692147a1883e52d2d2de1df.tar.bz2
* 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 f8ab119..899db33 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 fb65fb0..6ce9abd 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[] = {