]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - sys-utils/prlimit.1
Manual pages: order NOTES / HISTORY / BUGS / EXAMPLE consistently
[thirdparty/util-linux.git] / sys-utils / prlimit.1
index 0f2b49f3760a7694576be25c14415c7c6c69407f..89933d90a1b6ddf92133d74161795d60af90b97b 100644 (file)
@@ -89,6 +89,10 @@ Maximum number of file locks held.
 .IP "\fB\-y, \-\-rttime\fP[=\fIlimits\fR]"
 Timeout for real-time tasks.
 
+.SH NOTES
+The prlimit system call is supported since Linux 2.6.36, older kernels will
+break this program.
+
 .SH EXAMPLE
 .IP "\fBprlimit \-\-pid 13134\fP"
 Display limit values for all current resources.
@@ -103,10 +107,6 @@ processes to unlimited.
 .IP "\fBprlimit \-\-cpu=10 sort \-u hugefile\fP"
 Set both the soft and hard CPU time limit to ten seconds and run 'sort'.
 
-.SH NOTES
-The prlimit system call is supported since Linux 2.6.36, older kernels will
-break this program.
-
 .SH AUTHORS
 .nf
 Davidlohr Bueso <dave@gnu.org> - In memory of Dennis M. Ritchie.