diff options
Diffstat (limited to 'usr.bin/lockf')
-rw-r--r-- | usr.bin/lockf/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/lockf/lockf.1 | 2 | ||||
-rw-r--r-- | usr.bin/lockf/lockf.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/lockf/Makefile b/usr.bin/lockf/Makefile index 47fb6ab863e1b..8613e801e624a 100644 --- a/usr.bin/lockf/Makefile +++ b/usr.bin/lockf/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 19:55:53 peter Exp $ PROG= lockf CFLAGS+=-Wall diff --git a/usr.bin/lockf/lockf.1 b/usr.bin/lockf/lockf.1 index 36b50de0cc842..cd9b3b30a6da6 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. .\" -.\" $Id: lockf.1,v 1.5 1998/03/23 07:44:28 charnier Exp $ +.\" $Id: lockf.1,v 1.6 1998/07/08 05:29:04 jdp Exp $ .\" .Dd July 7, 1998 .Os FreeBSD diff --git a/usr.bin/lockf/lockf.c b/usr.bin/lockf/lockf.c index 76b4870634dd9..3e94a922b49b2 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. * - * $Id: lockf.c,v 1.6 1997/07/22 07:32:23 charnier Exp $ + * $Id: lockf.c,v 1.7 1998/07/08 05:29:05 jdp Exp $ */ #include <sys/types.h> |