diff options
author | Philippe Charnier <charnier@FreeBSD.org> | 1997-07-21 12:06:18 +0000 |
---|---|---|
committer | Philippe Charnier <charnier@FreeBSD.org> | 1997-07-21 12:06:18 +0000 |
commit | 78cad0814feb7bb94daad976523962df85c189fa (patch) | |
tree | 42ff20e8145e2e4e90ed130e405bb00f94723c19 /usr.bin/limits/limits.1 | |
parent | 492dbf7344031f6552a90eb77fb4a706a369074e (diff) | |
download | src-test2-78cad0814feb7bb94daad976523962df85c189fa.tar.gz src-test2-78cad0814feb7bb94daad976523962df85c189fa.zip |
Notes
Diffstat (limited to 'usr.bin/limits/limits.1')
-rw-r--r-- | usr.bin/limits/limits.1 | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/usr.bin/limits/limits.1 b/usr.bin/limits/limits.1 index a7322500c515..a0955ae3d0ae 100644 --- a/usr.bin/limits/limits.1 +++ b/usr.bin/limits/limits.1 @@ -17,22 +17,34 @@ .\" 5. Modifications may be freely made to this file providing the above .\" conditions are met. .\" -.\" $Id: limits.1,v 1.2 1997/02/22 19:55:37 peter Exp $ +.\" $Id: limits.1,v 1.3 1997/07/16 11:35:18 davidn Exp $ .\" .Dd January 15, 1996 .Dt LIMITS 1 .Os FreeBSD .Sh NAME .Nm limits -.Nd Set or display process resource limits +.Nd set or display process resource limits .Sh SYNOPSIS .Nm limits -.Op Fl C Ar class | Fl U Ar user +.Op Fl C Ar class .Op Fl SHB -.Op Fl e +.Op Fl ea .Op Fl cdflmnstu Op val .Nm limits -.Op Fl C Ar class | Fl U Ar user +.Op Fl C Ar class +.Op Fl SHB +.Op Fl cdflmnstu Op val +.Op Fl E +.Op Ar name=value ... +.Op Ar command +.Nm limits +.Op Fl U Ar user +.Op Fl SHB +.Op Fl ea +.Op Fl cdflmnstu Op val +.Nm limits +.Op Fl U Ar user .Op Fl SHB .Op Fl cdflmnstu Op val .Op Fl E @@ -180,7 +192,7 @@ resource limit. .It Fl m Op Ar limit Selects or sets the .Em memoryuse -size limit +size limit. .It Fl n Op Ar limit Selects or sets the .Em openfiles |