From a3f6976a7604d03b62f227f7e6f5259f99b93fa7 Mon Sep 17 00:00:00 2001 From: Alex Musolino Date: Tue, 7 Apr 2020 12:14:12 +0930 Subject: [PATCH] notify(2): fix typo --- sys/man/2/notify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.