aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/resource.h
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2010-07-18 11:13:36 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2010-07-18 11:13:36 +0000
commit3ea270e878ec5875579ca242bf8881169cbd3f9b (patch)
tree81ce529a6b1eed0e336bab48e3142067ab10d607 /sys/sys/resource.h
parent1de98e068766ce8942e4d6f4479b0be1e26ae2c5 (diff)
downloadsrc-3ea270e878ec5875579ca242bf8881169cbd3f9b.tar.gz
src-3ea270e878ec5875579ca242bf8881169cbd3f9b.zip
Style fix - keep the line length below 80 characters.
Submitted by: bde@
Notes
Notes: svn path=/head/; revision=210220
Diffstat (limited to 'sys/sys/resource.h')
-rw-r--r--sys/sys/resource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/resource.h b/sys/sys/resource.h
index 54db48a7374a..7d0b4ee2aea3 100644
--- a/sys/sys/resource.h
+++ b/sys/sys/resource.h
@@ -92,7 +92,7 @@ struct rusage {
#define RLIMIT_NPROC 7 /* number of processes */
#define RLIMIT_NOFILE 8 /* number of open files */
#define RLIMIT_SBSIZE 9 /* maximum size of all socket buffers */
-#define RLIMIT_VMEM 10 /* virtual process size (inclusive of mmap) */
+#define RLIMIT_VMEM 10 /* virtual process size (incl. mmap) */
#define RLIMIT_AS RLIMIT_VMEM /* standard name for RLIMIT_VMEM */
#define RLIMIT_NPTS 11 /* pseudo-terminals */
#define RLIMIT_SWAP 12 /* swap used */