summaryrefslogtreecommitdiffstats
path: root/share/man/man9/suser.9
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-02-15 12:27:11 +0000
committerbde <bde@FreeBSD.org>2001-02-15 12:27:11 +0000
commit38a7348ede5f24121f7be4d8ec1e41375416b9f8 (patch)
treeff991a428f7a81a68736b48db04df8cd5d612043 /share/man/man9/suser.9
parentbbdffeab987002cb03b331dcfea710be461eccbf (diff)
downloadFreeBSD-src-38a7348ede5f24121f7be4d8ec1e41375416b9f8.zip
FreeBSD-src-38a7348ede5f24121f7be4d8ec1e41375416b9f8.tar.gz
Fixed bitrot in synopsis (some const poisoning had not reached here).
Diffstat (limited to 'share/man/man9/suser.9')
-rw-r--r--share/man/man9/suser.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/suser.9 b/share/man/man9/suser.9
index 759a3df..5d17c38 100644
--- a/share/man/man9/suser.9
+++ b/share/man/man9/suser.9
@@ -44,9 +44,9 @@
.Fd #include <sys/param.h>
.Fd #include <sys/systm.h>
.Ft int
-.Fn suser "struct proc *proc"
+.Fn suser "const struct proc *proc"
.Ft int
-.Fn suser_xxx "struct ucred *cred" "struct proc *proc" "int flags"
+.Fn suser_xxx "const struct ucred *cred" "const struct proc *proc" "int flags"
.Sh DESCRIPTION
The
.Nm
OpenPOWER on IntegriCloud