summaryrefslogtreecommitdiffstats
path: root/share/man/man9/fetch.9
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-04-13 14:49:13 +0000
committerbde <bde@FreeBSD.org>1997-04-13 14:49:13 +0000
commit81c85a10506d23c9a4b9490b9ad9ce6e13a8622e (patch)
treedf67fc502e2998aada7dc2af699c98e8877fcab7 /share/man/man9/fetch.9
parentd280e8e0d08d40447f471ce4630609b3e226e3aa (diff)
downloadFreeBSD-src-81c85a10506d23c9a4b9490b9ad9ce6e13a8622e.zip
FreeBSD-src-81c85a10506d23c9a4b9490b9ad9ce6e13a8622e.tar.gz
Fixed #include and/or prototype bugs in synopsis.
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