Module Name: src
Committed By: uwe
Date: Tue Feb 27 10:09:42 UTC 2018
Modified Files:
src/share/man/man2: ucontext.2
Log Message:
INTRV is INT-RV - integer return value (not INTR-V, interrupt vector) :)
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/share/man/man2/ucontext.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man2/ucontext.2
diff -u src/share/man/man2/ucontext.2:1.9 src/share/man/man2/ucontext.2:1.10
--- src/share/man/man2/ucontext.2:1.9 Sun Feb 25 17:45:40 2018
+++ src/share/man/man2/ucontext.2 Tue Feb 27 10:09:42 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: ucontext.2,v 1.9 2018/02/25 17:45:40 uwe Exp $
+.\" $NetBSD: ucontext.2,v 1.10 2018/02/27 10:09:42 uwe Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -102,7 +102,7 @@ machine-specific information:
.It Fn _UC_MACHINE_PC
\(em read program counter,
.It Fn _UC_MACHINE_INTRV
-\(em read interrupt vector,
+\(em read integer return value,
.It Fn _UC_MACHINE_SET_PC
\(em write program counter.
.El