diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-05-25 15:47:51 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-05-25 15:47:51 +0000 |
| commit | a6a2310060e10e1d8e310755e3ccc34569954a55 (patch) | |
| tree | 56e049af78c49a1332225b5cf25ff02b77d66085 /usr.bin/fetch | |
| parent | 71f42d7e75897c23b46da53de8db036f6bd274d0 (diff) | |
Diffstat (limited to 'usr.bin/fetch')
| -rw-r--r-- | usr.bin/fetch/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/fetch/fetch.1 | 2 | ||||
| -rw-r--r-- | usr.bin/fetch/fetch.c | 2 |
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 101bfba2291c..c23b9006a826 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.13 2004/02/27 10:33:52 des Exp $ .\" .Dd June 28, 2000 .Dt FETCH 1 diff --git a/usr.bin/fetch/fetch.c b/usr.bin/fetch/fetch.c index 8253ac6bbd78..beb93e40a48c 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.23 2004/04/12 19:52:44 des Exp $"); #include <sys/param.h> #include <sys/socket.h> |
