Util-Linux package development
 help / color / mirror / Atom feed
* [PATCH 1/3] ionice: drop the duplicate docstring
@ 2015-01-18 20:40 Benno Schulenberg
  2015-01-18 20:40 ` [PATCH 2/3] docs: fix two spellings in man page of logger Benno Schulenberg
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Benno Schulenberg @ 2015-01-18 20:40 UTC (permalink / raw)
  To: util-linux

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
---
 schedutils/ionice.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/schedutils/ionice.c b/schedutils/ionice.c
index fb5d04a..5528afe 100644
--- a/schedutils/ionice.c
+++ b/schedutils/ionice.c
@@ -100,8 +100,6 @@ static void ioprio_setid(int which, int ioclass, int data, int who)
 
 static void __attribute__ ((__noreturn__)) usage(FILE * out)
 {
-	fputs(_("\nSets or gets the IO scheduling class and priority of processes.\n"), out);
-
 	fputs(USAGE_HEADER, out);
 	fprintf(out,  _(" %1$s [options] -p <pid>...\n"
 			" %1$s [options] -P <pgid>...\n"
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-01-26 10:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-18 20:40 [PATCH 1/3] ionice: drop the duplicate docstring Benno Schulenberg
2015-01-18 20:40 ` [PATCH 2/3] docs: fix two spellings in man page of logger Benno Schulenberg
2015-01-18 20:40 ` [PATCH 3/3] textual: put option and its description into a single translatable string Benno Schulenberg
2015-01-18 21:02   ` JWP
2015-01-26 10:28     ` Karel Zak
2015-01-26 10:27 ` [PATCH 1/3] ionice: drop the duplicate docstring Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox