summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appl/wm/cprof.b4
-rw-r--r--appl/wm/mprof.b4
-rw-r--r--appl/wm/prof.b4
3 files changed, 6 insertions, 6 deletions
diff --git a/appl/wm/cprof.b b/appl/wm/cprof.b
index 1d998236..0d893a36 100644
--- a/appl/wm/cprof.b
+++ b/appl/wm/cprof.b
@@ -28,7 +28,7 @@ Wmcprof: module{
usage(s: string)
{
sys->fprint(sys->fildes(2), "wm/cprof: %s\n", s);
- sys->fprint(sys->fildes(2), "usage: wm/cprof [-efr] [-m modname]... cmd [arg ... ]");
+ sys->fprint(sys->fildes(2), "usage: wm/cprof [-efr] [-m modname]... cmd [arg ... ]\n");
exit;
}
@@ -357,4 +357,4 @@ wincfg := array[] of {
".f.t tag configure halfexec -fg red -bg white",
"update",
-}; \ No newline at end of file
+};
diff --git a/appl/wm/mprof.b b/appl/wm/mprof.b
index 625f085d..bd42f9ff 100644
--- a/appl/wm/mprof.b
+++ b/appl/wm/mprof.b
@@ -28,7 +28,7 @@ Wmmprof: module{
usage(s: string)
{
sys->fprint(sys->fildes(2), "wm/mprof: %s\n", s);
- sys->fprint(sys->fildes(2), "usage: wm/mprof [-e] [-m modname]... cmd [arg ... ]");
+ sys->fprint(sys->fildes(2), "usage: wm/mprof [-e] [-m modname]... cmd [arg ... ]\n");
exit;
}
@@ -311,4 +311,4 @@ wincfg := array[] of {
"pack propagate . 0",
"update",
-}; \ No newline at end of file
+};
diff --git a/appl/wm/prof.b b/appl/wm/prof.b
index 71327e52..3bf9a4c3 100644
--- a/appl/wm/prof.b
+++ b/appl/wm/prof.b
@@ -28,7 +28,7 @@ Wmprof: module{
usage(s: string)
{
sys->fprint(sys->fildes(2), "wm/prof: %s\n", s);
- sys->fprint(sys->fildes(2), "usage: wm/prof [-e] [-m modname]... cmd [arg ... ]");
+ sys->fprint(sys->fildes(2), "usage: wm/prof [-e] [-m modname]... cmd [arg ... ]\n");
exit;
}
@@ -320,4 +320,4 @@ wincfg := array[] of {
"pack propagate . 0",
"update",
-}; \ No newline at end of file
+};