summaryrefslogtreecommitdiffstats
path: root/sys-utils/prlimit.1
Commit message (Collapse)AuthorAgeFilesLines
* docs: replace FTP by HTTPS in kernel.org URLsSébastien Helleu2016-12-191-1/+1
| | | | | | | The links to ftp://ftp.kernel.org/ are replaced by https://www.kernel.org/. Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: various pages: Use "ID" not "id" in man pagesMichael Kerrisk2016-12-091-1/+1
| | | | | | | The correct abbreviation of identifier is is "ID" (as used in many pages), not "id" (as used in a few pages). Signed-off-by: Michael Kerrisk <mtk.man-pages@gmail.com>
* Place SEE ALSO entries in orderMichael Kerrisk (man-pages)2016-11-291-2/+2
| | | | | | | | | | | | This patch does only the following: * Order SEE ALSO entries first by section name, then alphabetically within section * Adds one or two missing commas in SEE ALSO lists * Removes one or two periods that were (inconsistently) used at the end of SEE ALSO lists. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
* docs: fix some spelling errors and typos in man pagesBill Pemberton2015-02-271-1/+1
| | | | | | | | | | | | | runuser.1: fix spelling implemenation -> implementation scriptreplay.1: fix spelling overide -> override unshare.1: fix spelling permamently -> permanently last.1: fix spelling preferrable -> preferable lslogins.1: fix spelling priviliges -> privileges hwclock.8.in: fix spelling transfered -> transferred prlimit.1: fix typo umlimited -> unlimited agetty.8: fix typo unnsupported -> unsupported Signed-off-by: Bill Pemberton <wfp5p@worldbroken.com>
* docs: fix-up man-pages flaged by checkmans.shJ William Piggott2015-01-131-1/+0Star
| | | | | | | | | disk-utils/sfdisk.8 Fix font escape login-utils/vipw.8 Delete bogus macro misc-utils/look.1 Delete bogus macro sys-utils/prlimit.1 Delete bogus macro Signed-off-by: J William Piggott <elseifthen@gmx.com>
* docs: fix inconsistencies in man pagesSteven Honeyman2014-08-061-2/+1Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* prlimit: remove repeating words from man pageKarel Zak2014-07-211-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: improve formatting and wording of a few man pagesBenno Schulenberg2014-07-141-55/+53Star
| | | | Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* docs: standardize the phrases for --help and --version in all man pagesBenno Schulenberg2013-10-151-2/+2
| | | | Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* prlimit: s/amount/number/Jim Meyering2011-11-231-9/+9
|
* prlimit: add support for executing a commandBernhard Voelker2011-11-231-1/+13
| | | | | | | | | prlimit.c: Alternatively to applying the limits to an existing process via the --pid option, allow a command to be executed. Adapted usage() accordingly. prlimit.1: mention new syntax. Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
* prlimit: fix typo in man page, option --verboseBernhard Voelker2011-11-161-1/+1
| | | | Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
* prlimit: fix noheadings option in man pageBernhard Voelker2011-11-091-1/+1
| | | | Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
* prlimit: add --{raw,noheadings} optionsKarel Zak2011-11-071-1/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* prlimit: new commandDavidlohr Bueso2011-10-211-0/+108
This program uses the prlimit() system call to get and/or set resource limits for a given process. [kzak@redhat,com: - improve <soft:hard> parsing, - use short cmdline options compatible with ulimits - add --verbose mode - fix gcc warnings] Signed-off-by: Davidlohr Bueso <dave@gnu.org> Signed-off-by: Karel Zak <kzak@redhat.com>