From f390c26dd9214a3602049fa55835b2d367ef60df Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 22 Feb 1997 19:58:13 +0000 Subject: Revert $FreeBSD$ to $Id$ --- usr.bin/lockf/Makefile | 2 +- usr.bin/lockf/lockf.1 | 2 +- usr.bin/lockf/lockf.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/lockf') diff --git a/usr.bin/lockf/Makefile b/usr.bin/lockf/Makefile index 77d89c4..47fb6ab 100644 --- a/usr.bin/lockf/Makefile +++ b/usr.bin/lockf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= lockf CFLAGS+=-Wall diff --git a/usr.bin/lockf/lockf.1 b/usr.bin/lockf/lockf.1 index 32a7e19..eac10340 100644 --- a/usr.bin/lockf/lockf.1 +++ b/usr.bin/lockf/lockf.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd January 8, 1997 .Os FreeBSD diff --git a/usr.bin/lockf/lockf.c b/usr.bin/lockf/lockf.c index 1858028..5c6d5cf 100644 --- a/usr.bin/lockf/lockf.c +++ b/usr.bin/lockf/lockf.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include -- cgit v1.1