summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/ulimit.3
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-12-04 15:47:41 +0000
committerru <ru@FreeBSD.org>2002-12-04 15:47:41 +0000
commit4e841ec498ecaf9abe161a8389a4caad8e92186f (patch)
tree967f2834a76a3c5003ca4c2e805545a1ddff9fb0 /lib/libc/gen/ulimit.3
parentc052a718831f40e0a6e558fe7c6f9ea9c99865b6 (diff)
downloadFreeBSD-src-4e841ec498ecaf9abe161a8389a4caad8e92186f.zip
FreeBSD-src-4e841ec498ecaf9abe161a8389a4caad8e92186f.tar.gz
mdoc(7) police: overhaul.
Approved by: re
Diffstat (limited to 'lib/libc/gen/ulimit.3')
-rw-r--r--lib/libc/gen/ulimit.38
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/gen/ulimit.3 b/lib/libc/gen/ulimit.3
index 5451b4b..537d437 100644
--- a/lib/libc/gen/ulimit.3
+++ b/lib/libc/gen/ulimit.3
@@ -41,14 +41,12 @@ The
function will get and set process limits.
Currently this is limited to the maximum file size.
The
-.Va cmd
+.Fa cmd
parameter is one of the following:
-.Pp
-.Bl -tag -offset -width UL_GETSIZE
+.Bl -tag -width ".Dv UL_GETSIZE"
.It Dv UL_GETSIZE
will return the maximum file size in units of 512 blocks of
the current process.
-.Pp
.It Dv UL_SETSIZE
will attempt to set the maximum file size of the current
process and its children with the second argument expressed as a long.
@@ -57,7 +55,7 @@ process and its children with the second argument expressed as a long.
Upon successful completion,
.Fn ulimit
returns the value requested;
-otherwise the value -1 is returned and
+otherwise the value \-1 is returned and the global variable
.Ar errno
is set to indicate the error.
.Sh ERRORS
OpenPOWER on IntegriCloud