From e258cf49b3a4e4482672e2de44da84d2490912ce Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 1 Feb 1998 06:19:56 +0000 Subject: [PATCH] ulimit does not have its own manpage as it is a shell builtin. PR: 5582 Submitted by: Craig Leres --- usr.bin/limits/limits.1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.bin/limits/limits.1 b/usr.bin/limits/limits.1 index 04bafbecf2b..8dd3fcc6b49 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 ,