aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rpcgen
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-08-28 01:08:13 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-08-28 01:08:13 +0000
commitc3aac50f284c6cca5b4f2eb46aaa13812cb8b630 (patch)
tree399ca96df93caf6a718d5c0499575d187c3c753c /usr.bin/rpcgen
parent7f3dea244c40159a41ab22da77a434d7c5b5e85a (diff)
downloadsrc-c3aac50f284c6cca5b4f2eb46aaa13812cb8b630.tar.gz
src-c3aac50f284c6cca5b4f2eb46aaa13812cb8b630.zip
$Id$ -> $FreeBSD$
Notes
Notes: svn path=/head/; revision=50477
Diffstat (limited to 'usr.bin/rpcgen')
-rw-r--r--usr.bin/rpcgen/rpc_cout.c2
-rw-r--r--usr.bin/rpcgen/rpc_main.c2
-rw-r--r--usr.bin/rpcgen/rpc_tblout.c2
-rw-r--r--usr.bin/rpcgen/rpc_util.c2
-rw-r--r--usr.bin/rpcgen/rpcgen.12
5 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/rpcgen/rpc_cout.c b/usr.bin/rpcgen/rpc_cout.c
index 4fc6684325c2..cf783040f807 100644
--- a/usr.bin/rpcgen/rpc_cout.c
+++ b/usr.bin/rpcgen/rpc_cout.c
@@ -34,7 +34,7 @@
static char sccsid[] = "@(#)rpc_cout.c 1.13 89/02/22 (C) 1987 SMI";
#endif
static const char rcsid[] =
- "$Id: rpc_cout.c,v 1.5 1997/08/06 06:47:39 charnier Exp $";
+ "$FreeBSD$";
#endif
/*
diff --git a/usr.bin/rpcgen/rpc_main.c b/usr.bin/rpcgen/rpc_main.c
index b6d7b2c81699..9224dbbc9832 100644
--- a/usr.bin/rpcgen/rpc_main.c
+++ b/usr.bin/rpcgen/rpc_main.c
@@ -35,7 +35,7 @@
static char sccsid[] = "@(#)rpc_main.c 1.30 89/03/30 (C) 1987 SMI";
#endif
static const char rcsid[] =
- "$Id: rpc_main.c,v 1.9 1998/03/07 05:43:59 jb Exp $";
+ "$FreeBSD$";
#endif
/*
diff --git a/usr.bin/rpcgen/rpc_tblout.c b/usr.bin/rpcgen/rpc_tblout.c
index 00b5561e7681..45282c87418c 100644
--- a/usr.bin/rpcgen/rpc_tblout.c
+++ b/usr.bin/rpcgen/rpc_tblout.c
@@ -34,7 +34,7 @@
static char sccsid[] = "@(#)rpc_tblout.c 1.4 89/02/22 (C) 1988 SMI";
#endif
static const char rcsid[] =
- "$Id$";
+ "$FreeBSD$";
#endif
/*
diff --git a/usr.bin/rpcgen/rpc_util.c b/usr.bin/rpcgen/rpc_util.c
index 175cf29fb3f3..75583a586596 100644
--- a/usr.bin/rpcgen/rpc_util.c
+++ b/usr.bin/rpcgen/rpc_util.c
@@ -34,7 +34,7 @@
static char sccsid[] = "@(#)rpc_util.c 1.11 89/02/22 (C) 1987 SMI";
#endif
static const char rcsid[] =
- "$Id$";
+ "$FreeBSD$";
#endif
/*
diff --git a/usr.bin/rpcgen/rpcgen.1 b/usr.bin/rpcgen/rpcgen.1
index a4e1150d7355..7c9abed8f8b2 100644
--- a/usr.bin/rpcgen/rpcgen.1
+++ b/usr.bin/rpcgen/rpcgen.1
@@ -1,5 +1,5 @@
.\" @(#)rpcgen.1 1.35 93/06/02 SMI
-.\" $Id$
+.\" $FreeBSD$
.\" Copyright 1985-1993 Sun Microsystems, Inc.
.Dd March 28, 1993
.Dt RPCGEN 1