summaryrefslogtreecommitdiffstats
path: root/sys-utils/ipcs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/ipcs.c')
-rw-r--r--sys-utils/ipcs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-utils/ipcs.c b/sys-utils/ipcs.c
index 60dcb319d..0673be564 100644
--- a/sys-utils/ipcs.c
+++ b/sys-utils/ipcs.c
@@ -127,8 +127,8 @@ usage(void) {
static void
help (void) {
- printf (_("%s provides information on ipc facilities for"), progname);
- printf (_(" which you have read access.\n"));
+ printf (_("%s provides information on ipc facilities for"
+ " which you have read access.\n"), progname);
printf (_("Resource Specification:\n\t-m : shared_mem\n\t-q : messages\n"));
printf (_("\t-s : semaphores\n\t-a : all (default)\n"));
printf (_("Output Format:\n\t-t : time\n\t-p : pid\n\t-c : creator\n"));