summaryrefslogtreecommitdiff
path: root/usr.bin/fetch
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-04-03 18:49:23 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-04-03 18:49:23 +0000
commit0c0b5822358eaf1f5f5f2ac45e5ce80b4508637c (patch)
tree3f94fcd87f6b3c83203ae64a2a578e8ab0610752 /usr.bin/fetch
parent8127c559e6dc8408901224c75bf62c8e476f3e83 (diff)
Diffstat (limited to 'usr.bin/fetch')
-rw-r--r--usr.bin/fetch/Makefile2
-rw-r--r--usr.bin/fetch/fetch.12
-rw-r--r--usr.bin/fetch/fetch.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/fetch/Makefile b/usr.bin/fetch/Makefile
index 979e23b6aabf..74edaae7f1ea 100644
--- a/usr.bin/fetch/Makefile
+++ b/usr.bin/fetch/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/fetch/Makefile,v 1.3.6.4 2003/01/09 11:54:58 des Exp $
MAINTAINER= des@freebsd.org
PROG= fetch
diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1
index 3f39c729998b..8ce89f88fee5 100644
--- a/usr.bin/fetch/fetch.1
+++ b/usr.bin/fetch/fetch.1
@@ -27,7 +27,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/fetch/fetch.1,v 1.33.2.11 2002/06/20 23:45:50 charnier Exp $
.\"
.Dd June 28, 2000
.Dt FETCH 1
diff --git a/usr.bin/fetch/fetch.c b/usr.bin/fetch/fetch.c
index 63cd73308c50..862b73b1a27d 100644
--- a/usr.bin/fetch/fetch.c
+++ b/usr.bin/fetch/fetch.c
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/fetch/fetch.c,v 1.10.2.20 2002/12/04 10:28:00 des Exp $");
#include <sys/param.h>
#include <sys/socket.h>