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/fetch | |
| parent | 53faa0dadee0318c35cdacdd47ca75f8606f745d (diff) | |
Notes
Diffstat (limited to 'usr.bin/fetch')
| -rw-r--r-- | usr.bin/fetch/fetch.1 | 2 | ||||
| -rw-r--r-- | usr.bin/fetch/main.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1 index 8223cbd7deda..1e8845322508 100644 --- a/usr.bin/fetch/fetch.1 +++ b/usr.bin/fetch/fetch.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $Id$ .Dd July 2, 1996 .Dt FETCH 1 .Os FreeBSD 3.0 diff --git a/usr.bin/fetch/main.c b/usr.bin/fetch/main.c index 5a457cd46306..5655c3387e9c 100644 --- a/usr.bin/fetch/main.c +++ b/usr.bin/fetch/main.c @@ -24,7 +24,7 @@ * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $Id$ */ #include <sys/types.h> |
