Line 120 , in renice.8

https://github.com/openbsd/src/blob/master/usr.bin/renice/renice.8#L120

# renice -n +1 987 -u daemon root -p 32

should be

# renice -n +1 -g 987 -u daemon root -p 32 ?


--- usr.bin/renice/renice.8.orig       2021-04-06 13:41:09.272347600 -0400
+++ usr.bin/renice/renice.8    2021-04-06 13:41:45.089202200 -0400
@@ -117,7 +117,7 @@
 changes the priority of process IDs 987 and 32,
 and all processes owned by users daemon and root:
 .Bd -literal -offset indent
-# renice -n +1 987 -u daemon root -p 32
+# renice -n +1 -g 987 -u daemon root -p 32
 .Ed
 .Sh SEE ALSO
 .Xr nice 1 ,


-- 
--
---------------------------------------------------------------------------------------------------------------------
Knowing is not enough; we must apply. Willing is not enough; we must do

Reply via email to