[PATCH 11/14] renice: put text that belongs together into a single translatable message

Benno Schulenberg <[email protected]>
Newsgroups org.kernel.vger.util-linux
Message-ID <[email protected]>
Also, use semicolons and no periods in an option description.

Signed-off-by: Benno Schulenberg <[email protected]>
---
 sys-utils/renice.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-utils/renice.c b/sys-utils/renice.c
index 419cef46d..eac104db3 100644
--- a/sys-utils/renice.c
+++ b/sys-utils/renice.c
@@ -70,10 +70,10 @@ static void __attribute__((__noreturn__)) usage(void)
 	fputs(_("Alter the priority of running processes.\n"), out);
 
 	fputs(USAGE_OPTIONS, out);
-	fputs(_(" -n <num>               specify the nice value\n"), out);
-	fputs(_("                          If POSIXLY_CORRECT flag is set in environment\n"), out);
-	fputs(_("                          then the priority is 'relative' to current\n"), out);
-	fputs(_("                          process priority. Otherwise it is 'absolute'.\n"), out);
+	fputs(_(" -n <num>               specify the nice value;\n"
+		"                          if POSIXLY_CORRECT flag is set in environment,\n"
+		"                          then the priority is 'relative' to current\n"
+		"                          process priority; otherwise it is 'absolute'\n"), out);
 	fputs(_(" --priority <num>       specify the 'absolute' nice value\n"), out);
 	fputs(_(" --relative <num>       specify the 'relative' nice value\n"), out);
 	fputs(_(" -p, --pid              interpret arguments as process ID (default)\n"), out);
-- 
2.48.1
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.