* [PATCH 12/15] prlimit: add note to man page that setting limits without --pid is pointless.
@ 2011-11-14 1:48 Bernhard Voelker
2011-11-16 12:57 ` Karel Zak
0 siblings, 1 reply; 2+ messages in thread
From: Bernhard Voelker @ 2011-11-14 1:48 UTC (permalink / raw)
To: util-linux
[PATCH 12/15] prlimit: add note to man page that setting limits without
--pid is pointless.
Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
---
sys-utils/prlimit.1 | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/sys-utils/prlimit.1 b/sys-utils/prlimit.1
index cc40ac4..fa45aca 100644
--- a/sys-utils/prlimit.1
+++ b/sys-utils/prlimit.1
@@ -33,6 +33,9 @@ OPTIONS section.
.SH GENERAL OPTIONS
.IP "\fB\-p, \-\-pid\fP"
Specify the process id, if none is given, it will use the running process.
+Please note that changing limits without specifying a PID is pointless,
+because then it will change the limit of the prlimit process which will
+shortly exit afterwards.
.IP "\fB\-o, \-\-output \fIlist\fP"
Define the output columns to use. If no output arrangement is
specified, then a default set is used.
Use \fB\-\-help\fP to get list of all supported columns.
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-11-16 12:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-14 1:48 [PATCH 12/15] prlimit: add note to man page that setting limits without --pid is pointless Bernhard Voelker
2011-11-16 12:57 ` Karel Zak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).