Subject: Re: indentation of SCSIVERBOSE output.
To: Matthew Jacob <mjacob@feral.com>
From: enami tsugutomo <enami@cv.sony.co.jp>
List: current-users
Date: 09/05/1997 12:05:10
Matthew Jacob <mjacob@feral.com> writes:
> Perhaps you should look at things more closely. I didn't put
> any tabs in there.
But now there is. Here is cat -v output of scsi_base.c just I fetched
from ftp.netbsd.org. There is RAW tab code inside C strings.
^Iprintf("^ISENSE KEY: %s", scsi_decode_sense(s, 0));
^I^Iprintf("\n^I^I^I ");
^I^Iprintf("\n^I ASC/ASCQ: %s", sbs);
^I^Iprintf("\n^I FRU CODE: 0x%x\n", s[14] & 0xff);
^I^Iprintf("\n^I^I SKSV: %s", sbs);
enami.