diff options
-rw-r--r-- | usr.bin/audioctl/Makefile | 1 | ||||
-rw-r--r-- | usr.bin/audioctl/audioctl.1 | 1 | ||||
-rw-r--r-- | usr.bin/audioctl/audioctl.c | 1 | ||||
-rw-r--r-- | usr.bin/mixerctl/Makefile | 1 | ||||
-rw-r--r-- | usr.bin/mixerctl/mixerctl.1 | 1 | ||||
-rw-r--r-- | usr.bin/mixerctl/mixerctl.c | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/audioctl/Makefile b/usr.bin/audioctl/Makefile index 8067f90849e..e19ceec9be8 100644 --- a/usr.bin/audioctl/Makefile +++ b/usr.bin/audioctl/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 1998/04/26 22:27:22 provos Exp $ # $NetBSD: Makefile,v 1.1 1997/05/13 17:35:52 augustss Exp $ # @(#)Makefile 8.1 (Berkeley) 6/6/93 diff --git a/usr.bin/audioctl/audioctl.1 b/usr.bin/audioctl/audioctl.1 index 9e86b779c75..8be9b6c57d7 100644 --- a/usr.bin/audioctl/audioctl.1 +++ b/usr.bin/audioctl/audioctl.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: audioctl.1,v 1.3 1998/04/26 22:27:24 provos Exp $ .\" $NetBSD: audioctl.1,v 1.5 1997/10/18 12:05:22 lukem Exp $ .\" Copyright (c) 1997 The NetBSD Foundation, Inc. .\" All rights reserved. diff --git a/usr.bin/audioctl/audioctl.c b/usr.bin/audioctl/audioctl.c index 1e203e16827..7a007ad65ff 100644 --- a/usr.bin/audioctl/audioctl.c +++ b/usr.bin/audioctl/audioctl.c @@ -1,3 +1,4 @@ +/* $OpenBSD: audioctl.c,v 1.2 1998/04/26 22:27:25 provos Exp $ */ /* $NetBSD: audioctl.c,v 1.12 1997/10/19 07:44:12 augustss Exp $ */ /* diff --git a/usr.bin/mixerctl/Makefile b/usr.bin/mixerctl/Makefile index dfd62de2b34..c6349be8763 100644 --- a/usr.bin/mixerctl/Makefile +++ b/usr.bin/mixerctl/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 1998/04/26 22:27:27 provos Exp $ # $NetBSD: Makefile,v 1.1 1997/05/13 17:35:54 augustss Exp $ # @(#)Makefile 8.1 (Berkeley) 6/6/93 diff --git a/usr.bin/mixerctl/mixerctl.1 b/usr.bin/mixerctl/mixerctl.1 index 07726789769..10121c8b21b 100644 --- a/usr.bin/mixerctl/mixerctl.1 +++ b/usr.bin/mixerctl/mixerctl.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: mixerctl.1,v 1.3 1998/04/26 22:27:28 provos Exp $ .\" $NetBSD: mixerctl.1,v 1.4 1997/10/19 05:09:35 lukem Exp $ .\" Copyright (c) 1997 The NetBSD Foundation, Inc. .\" All rights reserved. diff --git a/usr.bin/mixerctl/mixerctl.c b/usr.bin/mixerctl/mixerctl.c index 94ce5c90692..135f151b5ee 100644 --- a/usr.bin/mixerctl/mixerctl.c +++ b/usr.bin/mixerctl/mixerctl.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mixerctl.c,v 1.2 1998/04/26 22:27:30 provos Exp $ */ /* $NetBSD: mixerctl.c,v 1.9 1997/10/19 07:46:04 augustss Exp $ */ /* |