diff options
author | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 19:58:13 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 19:58:13 +0000 |
commit | c115df18cd0d5b01a18af0c608bc8b519b62273b (patch) | |
tree | 3065109edecd1d0133ded059802db9c9fcc2c8c5 /usr.bin/limits | |
parent | 53faa0dadee0318c35cdacdd47ca75f8606f745d (diff) | |
download | src-c115df18cd0d5b01a18af0c608bc8b519b62273b.tar.gz src-c115df18cd0d5b01a18af0c608bc8b519b62273b.zip |
Notes
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 ebcc7b53d0e0..64d3cbd0e208 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. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd January 15, 1996 .Dt LIMITS 1 diff --git a/usr.bin/limits/limits.c b/usr.bin/limits/limits.c index 302da3af07af..4c3cbadca8e1 100644 --- a/usr.bin/limits/limits.c +++ b/usr.bin/limits/limits.c @@ -20,7 +20,7 @@ * * Display/change(+runprogram)/eval resource limits. * - * $FreeBSD$ + * $Id$ */ #include <err.h> |