diff options
Diffstat (limited to 'share/man/man9/suser.9')
-rw-r--r-- | share/man/man9/suser.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/suser.9 b/share/man/man9/suser.9 index 2e995071c64b..03dbbcc38e75 100644 --- a/share/man/man9/suser.9 +++ b/share/man/man9/suser.9 @@ -44,9 +44,9 @@ .In sys/param.h .In sys/systm.h .Ft int -.Fn suser "const struct proc *proc" +.Fn suser "struct proc *proc" .Ft int -.Fn suser_xxx "const struct ucred *cred" "const struct proc *proc" "int flags" +.Fn suser_xxx "struct ucred *cred" "struct proc *proc" "int flag" .Sh DESCRIPTION The .Nm |