diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1998-04-26 22:27:31 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1998-04-26 22:27:31 +0000 |
commit | 863410555c46c321a02002a7da8d93946b7b619d (patch) | |
tree | 9e62e7f06a51876f91fc2ffa7ac2261336324c77 /usr.bin/audioctl | |
parent | 611a11c66a006699be44aa4645e88c8ad6750211 (diff) |
$OpenBSD$
Diffstat (limited to 'usr.bin/audioctl')
-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 |
3 files changed, 3 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 $ */ /* |