summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/getrlimit.2
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-04-11 18:47:10 +0000
committerbde <bde@FreeBSD.org>1997-04-11 18:47:10 +0000
commit5681f0a3dca8af03a55f7e8481bb9243ffc8e809 (patch)
treea5b2606072b9b26de5a3415e92a86c74355df045 /lib/libc/sys/getrlimit.2
parent3e0c208aecc285d4daec5bc7077581a6772957c9 (diff)
downloadFreeBSD-src-5681f0a3dca8af03a55f7e8481bb9243ffc8e809.zip
FreeBSD-src-5681f0a3dca8af03a55f7e8481bb9243ffc8e809.tar.gz
Fixed missing const(s) or #include(s) in synopsis.
Diffstat (limited to 'lib/libc/sys/getrlimit.2')
-rw-r--r--lib/libc/sys/getrlimit.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/getrlimit.2 b/lib/libc/sys/getrlimit.2
index 651223f..6725520 100644
--- a/lib/libc/sys/getrlimit.2
+++ b/lib/libc/sys/getrlimit.2
@@ -45,7 +45,7 @@
.Ft int
.Fn getrlimit "int resource" "struct rlimit *rlp"
.Ft int
-.Fn setrlimit "int resource" "struct rlimit *rlp"
+.Fn setrlimit "int resource" "const struct rlimit *rlp"
.Sh DESCRIPTION
Limits on the consumption of system resources by the current process
and each process it creates may be obtained with the
OpenPOWER on IntegriCloud