Sync usage message with manual page synopsis.

This commit is contained in:
Tim J. Robbins 2002-05-25 11:37:10 +00:00
parent e788f79698
commit ba545bbb61
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97275

View file

@ -179,7 +179,7 @@ static void
usage()
{
fprintf(stderr, "%s\n%s\n",
"usage: renice [priority | [-n incr]] [ [ -p ] pids ] [ [ -g ] pgrps ]",
" [ [ -u ] users ]");
"usage: renice [priority | [-n incr]] [[-p] pid ...] [[-g] pgrp ...]",
" [[-u] user ...]");
exit(1);
}