diff options
author | steve <steve@FreeBSD.org> | 1998-02-01 06:19:56 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-02-01 06:19:56 +0000 |
commit | 43d665ea7bce4ce443e91bb0abdbcaa5a3e0526d (patch) | |
tree | e591308a881bfffd387343fe1eeb71fcaeff9043 /usr.bin/limits | |
parent | 82731c60fb8729a2a94abbdddd6d03bb25ea9e41 (diff) | |
download | FreeBSD-src-43d665ea7bce4ce443e91bb0abdbcaa5a3e0526d.zip FreeBSD-src-43d665ea7bce4ce443e91bb0abdbcaa5a3e0526d.tar.gz |
ulimit does not have its own manpage as it is a shell builtin.
PR: 5582
Submitted by: Craig Leres <leres@ee.lbl.gov>
Diffstat (limited to 'usr.bin/limits')
-rw-r--r-- | usr.bin/limits/limits.1 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/limits/limits.1 b/usr.bin/limits/limits.1 index 04bafbe..8dd3fcc 100644 --- a/usr.bin/limits/limits.1 +++ b/usr.bin/limits/limits.1 @@ -17,7 +17,7 @@ .\" 5. Modifications may be freely made to this file providing the above .\" conditions are met. .\" -.\" $Id: limits.1,v 1.4 1997/07/21 12:06:17 charnier Exp $ +.\" $Id: limits.1,v 1.5 1997/09/29 19:11:31 wosch Exp $ .\" .Dd January 15, 1996 .Dt LIMITS 1 @@ -289,7 +289,6 @@ will be whatever the executed program returns. .Xr env 1 , .Xr limit 1 , .Xr sh 1 , -.Xr ulimit 1 , .Xr getrlimit 3 , .Xr login_cap 3 , .Xr setrlimit 3 , |