diff options
-rw-r--r-- | sys/man/2/notify | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/2/notify b/sys/man/2/notify index fb3883b78..01f9e46c6 100644 --- a/sys/man/2/notify +++ b/sys/man/2/notify @@ -172,7 +172,7 @@ structure. Typically, the program counter will be overridden by the first note handler to be the address of a separate function; .B NSAVE is then a `trampoline' to that handler. -That handler may executed +That handler may execute .B noted(NRSTR) to return to the original program, usually after restoring the original program counter. |