summaryrefslogtreecommitdiff
path: root/usr/src/uts/sparc/sys/regset.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sparc/sys/regset.h')
-rw-r--r--usr/src/uts/sparc/sys/regset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/sparc/sys/regset.h b/usr/src/uts/sparc/sys/regset.h
index cebf5939a3..4d6dec58c3 100644
--- a/usr/src/uts/sparc/sys/regset.h
+++ b/usr/src/uts/sparc/sys/regset.h
@@ -180,8 +180,8 @@ typedef struct gwindows64 {
*
* Note that the ucontext_t actually describes the general registers in
* terms of the gregset_t data type, as described in mcontex.h. Note also
- * that the core file content is defined by core(4) in terms of data types
- * defined by procfs -- see proc(4).
+ * that the core file content is defined by core(5) in terms of data types
+ * defined by procfs -- see proc(5).
*/
#if !defined(__sparcv9)
#if !defined(_KERNEL) && !defined(_XPG4_2) || defined(__EXTENSIONS__)