summaryrefslogtreecommitdiffstats
path: root/sys-utils/ipcs.c
diff options
context:
space:
mode:
authorKarel Zak2006-12-07 00:25:49 +0100
committerKarel Zak2006-12-07 00:25:49 +0100
commite8f2641919de90b488ce3788a7795b88311750b5 (patch)
tree68f3732da38ff1b21ec49780d7c830250329fec9 /sys-utils/ipcs.c
parentImported from util-linux-2.11f tarball. (diff)
downloadkernel-qcow2-util-linux-e8f2641919de90b488ce3788a7795b88311750b5.tar.gz
kernel-qcow2-util-linux-e8f2641919de90b488ce3788a7795b88311750b5.tar.xz
kernel-qcow2-util-linux-e8f2641919de90b488ce3788a7795b88311750b5.zip
Imported from util-linux-2.11m tarball.
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"));