shithub: riscv

Download patch

ref: a3f6976a7604d03b62f227f7e6f5259f99b93fa7
parent: 665b78da231f568f530c329bc9305f9bf050a2de
author: Alex Musolino <[email protected]>
date: Tue Apr 7 08:14:12 EDT 2020

notify(2): fix typo

--- a/sys/man/2/notify
+++ b/sys/man/2/notify
@@ -172,7 +172,7 @@
 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.