]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
Update README.md
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Wed, 23 Jun 2021 18:58:20 +0000 (19:58 +0100)
committerGitHub <noreply@github.com>
Wed, 23 Jun 2021 18:58:20 +0000 (19:58 +0100)
README.md

index 2c2e2bb181424611de316301bb74abe4fb74449f..8acbfb0fa8480d8c73adfa225114caf278b59693 100644 (file)
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ $ make
 The `make install` installs a `systemd` startup script. You should enable it and start it in the normal way. Note that `nqptp` must run in `root` mode to be able to access ports 319 and 320.
 
 # Notes
-If you wish to use the shared mutex to ensure records are not altered while you are accessing them, you should open your side of the shared memory interface with read-write permission. Be aware that while your program has the mutex lock, it is in a "critical region" wherer it can halt `nqptp`, so keep any activity while you have the lock very short and very simple, e.g. copying it to local memory. 
+If you wish to use the shared mutex to ensure records are not altered while you are accessing them, you should open your side of the shared memory interface with read-write permission. Be aware that while your program has the mutex lock, it is in a "critical region" where it can halt `nqptp`, so keep any activity while you have the lock very short and very simple, e.g. copying it to local memory. 
 
 Clock records not updated for a period are deleted.