diff options
Diffstat (limited to 'man')
| -rw-r--r-- | man/4/registry | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/4/registry b/man/4/registry index c952d3d6..a8b852d9 100644 --- a/man/4/registry +++ b/man/4/registry @@ -116,6 +116,15 @@ so that several processes can set different filters simultaneously. (Note that after the write, the file offset must be set to zero using .IR sys-seek (2) before reading.) +.TP +.B event +A read-only text file that can be used to detect when changes are made to the registry. +Reading from it blocks until a change is made. At that point, the read completes and returns a +string with a newline terminated decimal version number representing +the number of changes made to the registry, which matches +.B Qid.vers +for the registry directory. +Multiple changes are coalesced into one report. .PP A service file created by .B new |
