diff options
Diffstat (limited to 'usr.bin/rup')
-rw-r--r-- | usr.bin/rup/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/rup/rup.1 | 2 | ||||
-rw-r--r-- | usr.bin/rup/rup.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rup/Makefile b/usr.bin/rup/Makefile index 6d329774b7111..9059f0e5e99aa 100644 --- a/usr.bin/rup/Makefile +++ b/usr.bin/rup/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/rup/Makefile,v 1.5 2001/03/27 10:52:09 ru Exp $ PROG= rup diff --git a/usr.bin/rup/rup.1 b/usr.bin/rup/rup.1 index fca4cdb6d9562..5e9ab3d3f31c5 100644 --- a/usr.bin/rup/rup.1 +++ b/usr.bin/rup/rup.1 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/rup/rup.1,v 1.20 2007/02/28 10:22:19 ru Exp $ .\" .Dd June 7, 1993 .Dt RUP 1 diff --git a/usr.bin/rup/rup.c b/usr.bin/rup/rup.c index 239b313ce8112..073b6c4738610 100644 --- a/usr.bin/rup/rup.c +++ b/usr.bin/rup/rup.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rup/rup.c,v 1.19 2005/12/04 18:25:26 philip Exp $"); #include <sys/param.h> #include <sys/socket.h> |