diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 19:58:13 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 19:58:13 +0000 |
commit | f390c26dd9214a3602049fa55835b2d367ef60df (patch) | |
tree | 3065109edecd1d0133ded059802db9c9fcc2c8c5 /usr.bin/rpcinfo | |
parent | ca6ca839826c278c3a8d7cc2a4f23c1fc68875b9 (diff) | |
download | FreeBSD-src-f390c26dd9214a3602049fa55835b2d367ef60df.zip FreeBSD-src-f390c26dd9214a3602049fa55835b2d367ef60df.tar.gz |
Revert $FreeBSD$ to $Id$
Diffstat (limited to 'usr.bin/rpcinfo')
-rw-r--r-- | usr.bin/rpcinfo/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/rpcinfo/rpcinfo.8 | 2 | ||||
-rw-r--r-- | usr.bin/rpcinfo/rpcinfo.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rpcinfo/Makefile b/usr.bin/rpcinfo/Makefile index 10d1d55..f9377c6 100644 --- a/usr.bin/rpcinfo/Makefile +++ b/usr.bin/rpcinfo/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.2 (Berkeley) 5/11/90 -# $FreeBSD$ +# $Id$ PROG= rpcinfo MAN8 = rpcinfo.8 diff --git a/usr.bin/rpcinfo/rpcinfo.8 b/usr.bin/rpcinfo/rpcinfo.8 index 8203fb4..25662e3 100644 --- a/usr.bin/rpcinfo/rpcinfo.8 +++ b/usr.bin/rpcinfo/rpcinfo.8 @@ -1,5 +1,5 @@ .\" from: @(#)rpcinfo.8c 2.2 88/08/03 4.0 RPCSRC; from 1.24 88/02/25 SMI -.\" $FreeBSD$ +.\" $Id$ .\" .Dd December 17, 1987 .Dt RPCINFO 8 diff --git a/usr.bin/rpcinfo/rpcinfo.c b/usr.bin/rpcinfo/rpcinfo.c index 2379f8e..1cf5bf1 100644 --- a/usr.bin/rpcinfo/rpcinfo.c +++ b/usr.bin/rpcinfo/rpcinfo.c @@ -1,7 +1,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)rpcinfo.c 1.22 87/08/12 SMI";*/ /*static char sccsid[] = "from: @(#)rpcinfo.c 2.2 88/08/11 4.0 RPCSRC";*/ -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif /* |