ru
6cc4b6c220
Added the EXIT STATUS section where appropriate.
2005-01-17 07:44:44 +00:00
cperciva
141ff18dcf
Use the accepted abbreviation "kB" for kilobyte, rather than "kb" (which
...
is the common unit for a kilobit).
2004-12-19 13:29:25 +00:00
des
c352339df2
This code builds cleanly at WARNS level 6.
...
MFC after: 1 week
2004-11-08 18:08:16 +00:00
ru
fb1d8b3724
Mechanically kill hard sentence breaks.
2004-07-02 22:22:35 +00:00
ru
041d1287e8
Uniformly refer to a file system as "file system".
...
Approved by: re
2002-12-12 17:26:04 +00:00
ru
21529288a2
mdoc(7) police: laundry.
...
Approved by: re
2002-11-26 14:00:39 +00:00
green
040e8fab25
Update the usage string in the limits(1) manpage to include -b for
...
sbsize. Also, correct the format string in getopt(3) usage to reflect
that -b takes an argument, and correct another case of RLIMIT_SBSIZE
having been forgotten.
2002-09-18 16:25:59 +00:00
obrien
bc61fc95d8
Consistently use FBSDID
2002-06-30 05:25:07 +00:00
dillon
d5a8426078
Make limits(1) aware of the new vmemoryuse resource limit.
...
Submitted by: sheldonh
2002-06-26 03:43:25 +00:00
sheldonh
5c5005fcd6
Fix mdoc nits in preparation for RLIMIT_VMEM support:
...
* add missing Ar macro for one instance of limitflags
* fix indentation problem (not perfect, but then this is one _very_
awkward manpage mark up properly)
2002-06-26 01:40:15 +00:00
charnier
ad8a79e6a5
Use `The .Nm utility'
2002-04-20 12:18:28 +00:00
dwmalone
cad828b7af
Warns cleanups:
...
1) Add missing initialisers.
2) Avoid shadowing rcswhich.
3) Use intmax_t and %j for printing rather than quad_t and %q.
4) Don't modify a variable twice between sequence points.
2002-04-13 21:28:17 +00:00
dwmalone
3be1449ad7
Don't use gcc specific flags.
2002-04-01 10:54:11 +00:00
dd
911ca14c87
Remove whitespace at EOL.
2001-07-15 08:06:20 +00:00
ru
36f138439b
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 14:16:33 +00:00
dd
04d1b1c8dd
Remove duplicate words.
2001-06-24 01:34:38 +00:00
sheldonh
cf69042ef6
Handle sbsize as a size, not a number.
...
Submitted by: Paul Herman <pherman@frenchfries.net>
2001-05-10 17:15:06 +00:00
bde
7703da348f
Fixed some style bugs (bogus cloned Id, null overrides of defaults, and
...
the usual style bugs for DPADD/LDADD).
2001-02-17 06:20:14 +00:00
ru
4e1541048e
mdoc(7) police: replace -hang list with the -tag list,
...
add missing .Xo/.Xc to the tags. This only worked due
to the off-by-one bug in the -hang lists, which I will
hopefully backport from the mdocNG shortly.
2001-02-14 10:14:35 +00:00
ru
8a6f8b5fe4
mdoc(7) police: split punctuation characters + misc fixes.
2001-02-01 16:38:02 +00:00
ru
0d1334ca0c
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 19:21:22 +00:00
charnier
4f71f300d3
Properly use .Nm, .Em, .Pa etc. Make usage() a simplier function.
2000-03-26 14:37:47 +00:00
green
14b89019c6
This implements the RLIMIT_SBSIZE ("sbsize") administrative limits for
...
userland. Currently, it can be enforced by login and csh. More
shells supporting sbsize are welcome.
1999-10-09 20:47:59 +00:00
peter
3b842d34e8
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
chris
a6bd2884d8
Bad reference of setrlimit(3) changed to setrlimit(2).
1999-08-14 06:39:48 +00:00
ghelmer
89475256d3
Typo fix.
...
PR: docs/11022
1999-04-13 02:32:12 +00:00
ghelmer
8abe245fd5
Reference the sysctl variables related to various limits.
...
PR: docs/6764
1999-03-15 15:36:56 +00:00
alex
95c394b70e
Removed occurrences of consecutive repeated words (such as "the the").
1999-02-12 02:12:08 +00:00
obrien
18dba2fe21
Remove useless `BINOWN=root' now that it is the default.
1998-09-19 22:42:06 +00:00
steve
260fa64a35
Fix a bunch of spelling errors.
...
PR: 6856
Submitted by: Josh Gilliam <josh@quick.net>
1998-06-04 21:06:07 +00:00
max
3d49c4c947
In the SEE ALSO section, {get,set}rlimit are said to be in the section
...
3 which are actually in the section 2.
Pointed out by: Brian Reichert <reichert@numachi.com>
PR: 6480
1998-05-08 14:46:23 +00:00
steve
43d665ea7b
ulimit does not have its own manpage as it is a shell builtin.
...
PR: 5582
Submitted by: Craig Leres <leres@ee.lbl.gov>
1998-02-01 06:19:56 +00:00
wosch
8ee659dd96
Sort cross refereces in section SEE ALSO.
1997-09-29 19:11:55 +00:00
charnier
197677263f
Cosmetic in usage string. Typos in man page.
1997-07-21 12:06:18 +00:00
davidn
d4fc811b59
Fix typos.
...
PR: 4101
Submitted by: Horikawa Kazuo <k-horik@mail.yk.rim.or.jp>
1997-07-16 11:35:18 +00:00
davidn
3ff92b4877
login_getclass() -> login_getpwclass().
...
Updated (incorrect) entry for bash [-v].
Remove unused support for long rlim_t.
Added "bash2" to bash style ulimit handling.
1997-05-10 19:00:58 +00:00
imp
141381e1cb
compare return value from getopt against -1 rather than EOF, per the final
...
posix standard on the topic.
1997-03-29 04:34:07 +00:00
peter
f390c26dd9
Revert $FreeBSD$ to $Id$
1997-02-22 19:58:13 +00:00
davidn
2fcbfa8ff9
limits(1): set and display process resources.
1997-01-21 15:05:15 +00:00