diff options
author | bde <bde@FreeBSD.org> | 2001-10-03 16:29:21 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2001-10-03 16:29:21 +0000 |
commit | 9097abc64737ed1472386d9db642806dfc4b3fad (patch) | |
tree | aa1e92bb25584ca674c24b333f911df2d471a394 /lib | |
parent | 52c081280b642da23c1566140998023a7a5fe7d7 (diff) | |
download | FreeBSD-src-9097abc64737ed1472386d9db642806dfc4b3fad.zip FreeBSD-src-9097abc64737ed1472386d9db642806dfc4b3fad.tar.gz |
Fixed missing `const' in synopsis.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/posix1e/cap_copy_int.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/posix1e/cap_copy_int.3 b/lib/libc/posix1e/cap_copy_int.3 index 57682a4..9197563 100644 --- a/lib/libc/posix1e/cap_copy_int.3 +++ b/lib/libc/posix1e/cap_copy_int.3 @@ -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 |