Skip to content

Commit be5d82e

Browse files
committed
Fix link to limits man page
The old link was for bionic
1 parent b152635 commit be5d82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ur_robot_driver/doc/installation/real_time.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Setup user privileges to use real-time scheduling
223223
-------------------------------------------------
224224

225225
To be able to schedule threads with user privileges (what the driver will do) you'll have to change
226-
the user's limits by changing ``/etc/security/limits.conf`` (See `the manpage <https://manpages.ubuntu.com/manpages/bionic/man5/limits.conf.5.html>`_ for details)
226+
the user's limits by changing ``/etc/security/limits.conf`` (See `the manpage <https://manpages.ubuntu.com/manpages/jammy/en/man5/limits.conf.5.html>`_ for details)
227227

228228
We recommend to setup a group for real-time users instead of writing a fixed username into the config
229229
file:

0 commit comments

Comments
 (0)