aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fetch
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-01-14 07:20:47 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-01-14 07:20:47 +0000
commit1130b656e5fe4c2d1ba299e024d1b40eaeebd380 (patch)
tree1ee435de0c816086549d85bbabfe30ead7f413ec /usr.bin/fetch
parentaac45e814cf997f0df77795a3c06385075ef005a (diff)
Notes
Diffstat (limited to 'usr.bin/fetch')
-rw-r--r--usr.bin/fetch/fetch.12
-rw-r--r--usr.bin/fetch/main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1
index f2309ecf4877..55c1a3bba3c3 100644
--- a/usr.bin/fetch/fetch.1
+++ b/usr.bin/fetch/fetch.1
@@ -1,4 +1,4 @@
-.\" $Id: fetch.1,v 1.8 1996/09/19 18:07:24 peter Exp $
+.\" $FreeBSD$
.Dd July 2, 1996
.Dt FETCH 1
.Os
diff --git a/usr.bin/fetch/main.c b/usr.bin/fetch/main.c
index 2a569eb594bf..17a4a4e9abf6 100644
--- a/usr.bin/fetch/main.c
+++ b/usr.bin/fetch/main.c
@@ -24,7 +24,7 @@
* SUCH DAMAGE.
*/
-/* $Id: main.c,v 1.28 1996/11/14 07:06:25 ache Exp $ */
+/* $FreeBSD$ */
#include <sys/types.h>
#include <sys/socket.h>