Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109693292
D25426.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D25426.diff
View Options
Index: head/usr.bin/limits/limits.1
===================================================================
--- head/usr.bin/limits/limits.1
+++ head/usr.bin/limits/limits.1
@@ -19,7 +19,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 26, 2020
+.Dd June 25, 2020
.Dt LIMITS 1
.Os
.Sh NAME
@@ -376,6 +376,44 @@
.Dv EXIT_SUCCESS .
When run in command mode and execution of the command succeeds, the exit status
will be whatever the executed program returns.
+.Sh EXAMPLES
+Show current stack size limit:
+.Bd -literal -offset indent
+$ limits -s
+Resource limits (current):
+ stacksize 524288 kB
+.Ed
+.Pp
+Try to run
+.Xr ls 1
+with 1 byte of
+.Va datasize
+limit:
+.Bd -literal -offset indent
+$ limits -d 1b ls
+Data segment size exceeds process limit
+Abort trap
+.Ed
+.Pp
+Produce
+.Ql eval mode
+output to limit
+.Va sbsize
+to 1 byte.
+Output obtained when command is run from
+.Xr sh 1 :
+.Bd -literal -offset indent
+$ limits -e -b 1b
+ulimit -b 512;
+.Ed
+.Pp
+Same as above from
+.Xr csh 1
+.Bd -literal -offset indent
+% limits -e -b 1b
+limit -h sbsize 512;
+limit sbsize 512;
+.Ed
.Sh SEE ALSO
.Xr csh 1 ,
.Xr env 1 ,
@@ -396,7 +434,7 @@
The
.Nm
utility was written by
-.An David Nugent Aq Mt davidn@FreeBSD.org .
+.An David Nugent Aq Mt davidn@FreeBSD.org .
.Sh BUGS
The
.Nm
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 9, 10:36 AM (21 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16551383
Default Alt Text
D25426.diff (1 KB)
Attached To
Mode
D25426: limits(1): Add EXAMPLES section
Attached
Detach File
Event Timeline
Log In to Comment