diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-03-27 03:07:27 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-03-27 03:07:27 +0000 |
commit | 1784d64eb85eb63599204bb31b826970b6661e65 (patch) | |
tree | 31089dd6c9e4a7feeac25f24574e6269b75f5db0 /sbin/scsi | |
parent | fe49c1266233ddc2306072aefb4e1c1d045060fe (diff) |
Diffstat (limited to 'sbin/scsi')
-rw-r--r-- | sbin/scsi/scsi.8 | 2 | ||||
-rw-r--r-- | sbin/scsi/scsi.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/scsi/scsi.8 b/sbin/scsi/scsi.8 index b1c244dcc513b..fd8d574ef7b7c 100644 --- a/sbin/scsi/scsi.8 +++ b/sbin/scsi/scsi.8 @@ -39,7 +39,7 @@ .\" SUCH DAMAGE. .\" .\" -.\" $Id: scsi.8,v 1.9 1997/02/22 14:33:15 peter Exp $ +.\" $Id: scsi.8,v 1.6.2.1 1997/03/03 07:01:49 mpp Exp $ .\" .Dd October 11, 1993 .Dt SCSI 8 diff --git a/sbin/scsi/scsi.c b/sbin/scsi/scsi.c index eb399a1d1c173..4d014393c7c8c 100644 --- a/sbin/scsi/scsi.c +++ b/sbin/scsi/scsi.c @@ -39,7 +39,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: scsi.c,v 1.11 1996/04/06 11:00:28 joerg Exp $ + * $Id: scsi.c,v 1.12 1996/10/05 17:40:20 joerg Exp $ */ #include <stdio.h> |