1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 19:26:01 +02:00

improve description

This commit is contained in:
kumon 2016-01-05 19:45:42 +09:00
parent 53ac09746b
commit 3d6b4aed47

View file

@ -8,7 +8,7 @@
`ionice -c {{scheduling_class}} -p {{pid}}` `ionice -c {{scheduling_class}} -p {{pid}}`
- Run a command with altered I/O scheduling class and priority - Run a command with custom I/O scheduling class and priority
`ionice -c {{scheduling_class}} -n {{priority}} {{command}}` `ionice -c {{scheduling_class}} -n {{priority}} {{command}}`