mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixed missing `const' in synopsis.
This commit is contained in:
parent
d2dcbe6238
commit
da838a6546
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ working storage
|
|||
.In sys/types.h
|
||||
.In sys/capability.h
|
||||
.Ft cap_t
|
||||
.Fn cap_copy_int "void *ext_p"
|
||||
.Fn cap_copy_int "const void *ext_p"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Fn cap_copy_int
|
||||
|
|
|
|||
Loading…
Reference in a new issue