diff options
author | Alex Musolino <alex@musolino.id.au> | 2020-04-07 12:14:12 +0930 |
---|---|---|
committer | Alex Musolino <alex@musolino.id.au> | 2020-04-07 12:14:12 +0930 |
commit | a3f6976a7604d03b62f227f7e6f5259f99b93fa7 (patch) | |
tree | 08867da1814b8991eb71d97b5371903897e94808 | |
parent | 665b78da231f568f530c329bc9305f9bf050a2de (diff) | |
download | plan9front-a3f6976a7604d03b62f227f7e6f5259f99b93fa7.tar.xz |
notify(2): fix typo
-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. |