diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:32:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:32:54 +0000 |
commit | ee6961ddca5997df33c6cd3d6a3b1d923481bbd2 (patch) | |
tree | d0c5a8ce449174adb1446885a3852074d1bf406d /sbin/umount | |
parent | a3ac5dbadb5694f6713891634647a7cef4553c0f (diff) |
update rcsid
Diffstat (limited to 'sbin/umount')
-rw-r--r-- | sbin/umount/Makefile | 2 | ||||
-rw-r--r-- | sbin/umount/umount.8 | 1 | ||||
-rw-r--r-- | sbin/umount/umount.c | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/sbin/umount/Makefile b/sbin/umount/Makefile index 6d5dd0e7839..3175da6017b 100644 --- a/sbin/umount/Makefile +++ b/sbin/umount/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:32:51 deraadt Exp $ # $NetBSD: Makefile,v 1.9 1995/03/18 15:01:34 cgd Exp $ -# @(#)Makefile 8.2 (Berkeley) 2/20/94 PROG= umount MAN= umount.8 diff --git a/sbin/umount/umount.8 b/sbin/umount/umount.8 index 63a75d87e47..42e9ea000f0 100644 --- a/sbin/umount/umount.8 +++ b/sbin/umount/umount.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: umount.8,v 1.2 1996/06/23 14:32:52 deraadt Exp $ .\" $NetBSD: umount.8,v 1.2 1995/03/18 15:01:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 diff --git a/sbin/umount/umount.c b/sbin/umount/umount.c index 23c525b71b8..86450277255 100644 --- a/sbin/umount/umount.c +++ b/sbin/umount/umount.c @@ -1,3 +1,4 @@ +/* $OpenBSD: umount.c,v 1.4 1996/06/23 14:32:53 deraadt Exp $ */ /* $NetBSD: umount.c,v 1.16 1996/05/11 14:13:55 mycroft Exp $ */ /*- @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)umount.c 8.3 (Berkeley) 2/20/94"; #else -static char rcsid[] = "$NetBSD: umount.c,v 1.16 1996/05/11 14:13:55 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: umount.c,v 1.4 1996/06/23 14:32:53 deraadt Exp $"; #endif #endif /* not lint */ |