limits.1 (78cad0814feb7bb94daad976523962df85c189fa) | limits.1 (bf5cbf35513d811c5829f8756a46eeb017a0a39b) |
---|---|
1.\" Copyright (c) 1996 David Nugent <davidn@blaze.net.au> 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, is permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice immediately at the beginning of the file, without modification, 9.\" this list of conditions, and the following disclaimer. 10.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" notice, this list of conditions and the following disclaimer in the 12.\" documentation and/or other materials provided with the distribution. 13.\" 3. This work was done expressly for inclusion into FreeBSD. Other use 14.\" is permitted provided this notation is included. 15.\" 4. Absolutely no warranty of function or purpose is made by the author 16.\" David Nugent. 17.\" 5. Modifications may be freely made to this file providing the above 18.\" conditions are met. 19.\" | 1.\" Copyright (c) 1996 David Nugent <davidn@blaze.net.au> 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, is permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice immediately at the beginning of the file, without modification, 9.\" this list of conditions, and the following disclaimer. 10.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" notice, this list of conditions and the following disclaimer in the 12.\" documentation and/or other materials provided with the distribution. 13.\" 3. This work was done expressly for inclusion into FreeBSD. Other use 14.\" is permitted provided this notation is included. 15.\" 4. Absolutely no warranty of function or purpose is made by the author 16.\" David Nugent. 17.\" 5. Modifications may be freely made to this file providing the above 18.\" conditions are met. 19.\" |
20.\" $Id: limits.1,v 1.3 1997/07/16 11:35:18 davidn Exp $ | 20.\" $Id: limits.1,v 1.4 1997/07/21 12:06:17 charnier Exp $ |
21.\" 22.Dd January 15, 1996 23.Dt LIMITS 1 24.Os FreeBSD 25.Sh NAME 26.Nm limits 27.Nd set or display process resource limits 28.Sh SYNOPSIS --- 257 unchanged lines hidden (view full) --- 286will be whatever the executed program returns. 287.Sh SEE ALSO 288.Xr csh 1 , 289.Xr env 1 , 290.Xr limit 1 , 291.Xr sh 1 , 292.Xr ulimit 1 , 293.Xr getrlimit 3 , | 21.\" 22.Dd January 15, 1996 23.Dt LIMITS 1 24.Os FreeBSD 25.Sh NAME 26.Nm limits 27.Nd set or display process resource limits 28.Sh SYNOPSIS --- 257 unchanged lines hidden (view full) --- 286will be whatever the executed program returns. 287.Sh SEE ALSO 288.Xr csh 1 , 289.Xr env 1 , 290.Xr limit 1 , 291.Xr sh 1 , 292.Xr ulimit 1 , 293.Xr getrlimit 3 , |
294.Xr setrlimit 3 , | |
295.Xr login_cap 3 , | 294.Xr login_cap 3 , |
295.Xr setrlimit 3 , |
|
296.Xr login.conf 5 297.Sh BUGS 298.Nm Limits 299does not handle commands with equal (``='') signs in their 300names, for obvious reasons. 301.Pp 302When eval output is selected, the /proc filesystem must be installed 303and mounted for the shell to be correctly determined, and therefore --- 13 unchanged lines hidden --- | 296.Xr login.conf 5 297.Sh BUGS 298.Nm Limits 299does not handle commands with equal (``='') signs in their 300names, for obvious reasons. 301.Pp 302When eval output is selected, the /proc filesystem must be installed 303and mounted for the shell to be correctly determined, and therefore --- 13 unchanged lines hidden --- |