mirror of https://github.com/m-labs/artiq.git
DEVELOPER_NOTES: typo
This commit is contained in:
parent
f23b4127eb
commit
efc16a8f13
|
@ -15,7 +15,7 @@ To lock the KC705 for the duration of the execution of a shell:
|
||||||
::
|
::
|
||||||
flock /run/boards/kc705 bash
|
flock /run/boards/kc705 bash
|
||||||
|
|
||||||
If the board is already locked by another user, the ``flock`` command above will wait for the lock to be released.
|
If the board is already locked by another user, the ``flock`` commands above will wait for the lock to be released.
|
||||||
|
|
||||||
To determine which user is locking a board, use:
|
To determine which user is locking a board, use:
|
||||||
::
|
::
|
||||||
|
|
Loading…
Reference in New Issue