diff options
author | peter <peter@FreeBSD.org> | 1999-08-28 01:08:13 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-28 01:08:13 +0000 |
commit | 3b842d34e82312a8004a7ecd65ccdb837ef72ac1 (patch) | |
tree | 09d2a69509b3515b773279fd0db04acc03aee4db /usr.bin/limits | |
parent | 76f0c923fe4b2a1616453876611dc76b4f6b5355 (diff) | |
download | FreeBSD-src-3b842d34e82312a8004a7ecd65ccdb837ef72ac1.zip FreeBSD-src-3b842d34e82312a8004a7ecd65ccdb837ef72ac1.tar.gz |
$Id$ -> $FreeBSD$
Diffstat (limited to 'usr.bin/limits')
-rw-r--r-- | usr.bin/limits/limits.1 | 2 | ||||
-rw-r--r-- | usr.bin/limits/limits.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/limits/limits.1 b/usr.bin/limits/limits.1 index 29033ea..258dc55 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.11 1999/04/13 02:32:12 ghelmer Exp $ +.\" $FreeBSD$ .\" .Dd January 15, 1996 .Dt LIMITS 1 diff --git a/usr.bin/limits/limits.c b/usr.bin/limits/limits.c index e2f8bef..b9de9a4 100644 --- a/usr.bin/limits/limits.c +++ b/usr.bin/limits/limits.c @@ -20,7 +20,7 @@ * * Display/change(+runprogram)/eval resource limits. * - * $Id: limits.c,v 1.4 1997/05/10 19:00:58 davidn Exp $ + * $FreeBSD$ */ #include <err.h> |