summaryrefslogtreecommitdiffstats
path: root/share/man/man9/fetch.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/fetch.9')
-rw-r--r--share/man/man9/fetch.95
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man9/fetch.9 b/share/man/man9/fetch.9
index 6e9ab58..96dde02 100644
--- a/share/man/man9/fetch.9
+++ b/share/man/man9/fetch.9
@@ -45,14 +45,15 @@
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <sys/systm.h>
+.Fd #include <sys/resourcevar.h>
.Ft int
-.Fn fubyte "void *base"
+.Fn fubyte "const void *base"
.Ft int
.Fn fusword "void *base"
.Ft int
.Fn fuswintr "void *base"
.Ft int
-.Fn fuword "void *base"
+.Fn fuword "const void *base"
.Sh DESCRIPTION
The
.Nm
OpenPOWER on IntegriCloud