diff options
| author | Alejandro Colomar <alx@kernel.org> | 2023-07-17 22:43:18 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2025-03-30 12:31:37 +0200 |
| commit | a82917ada0509758ac6d717402858536af3a032d (patch) | |
| tree | ce8bc810a6c9f2f0ef5c7641392613d6b8a2ed0e /man/man3/pthread_setschedparam.3 | |
| parent | c47826785d91e9cd8c2957d789e50a50e36833e0 (diff) | |
| download | man-pages-a82917ada0509758ac6d717402858536af3a032d.tar.gz | |
man/: srcfix (\fX => \f[X])
While doing this global change, fix other minor issues found nearby.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man/man3/pthread_setschedparam.3')
| -rw-r--r-- | man/man3/pthread_setschedparam.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man3/pthread_setschedparam.3 b/man/man3/pthread_setschedparam.3 index 8892313e97..3fd89fd73c 100644 --- a/man/man3/pthread_setschedparam.3 +++ b/man/man3/pthread_setschedparam.3 @@ -170,9 +170,9 @@ and that thread displays its scheduling policy and priority. .P .in +4n .EX -$ \fBsu\fP # Need privilege to set real\-time scheduling policies +.RB $ " su" "; # Need privilege to set real-time scheduling policies" Password: -# \fB./a.out \-mf10 \-ar20 \-i e\fP +.RB # " ./a.out \-mf10 \-ar20 \-i e" ; Scheduler settings of main thread policy=SCHED_FIFO, priority=10 \& @@ -197,7 +197,7 @@ and instead take their scheduling attributes from the creating thread. .P .in +4n .EX -# \fB./a.out \-mf10 \-ar20 \-i i\fP +.RB # " ./a.out \-mf10 \-ar20 \-i i" ; Scheduler settings of main thread policy=SCHED_FIFO, priority=10 \& |
