Changed a comment in sg-linux.c

This commit is contained in:
Thomas Schmitt 2010-01-18 10:32:36 +00:00
부모 39fd8b922d
커밋 eb8b8faa3b
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제

파일 보기

@ -1 +1 @@
#define Cdrskin_timestamP "2010.01.16.125258"
#define Cdrskin_timestamP "2010.01.18.103410"

파일 보기

@ -72,8 +72,8 @@ sg_obtain_scsi_adr() tries to obtain SCSI address parameters.
burn_os_is_2k_seekrw() tells whether the given path leads to a file object
that can be used in 2 kB granularity by lseek(2),
read(2), and possibly write(2).
that can be used in 2 kB granularity by lseek(2) and
read(2), and possibly write(2) if not read-only.
E.g. a USB stick or a hard disk.
burn_os_stdio_capacity() estimates the emulated media space of stdio-drives.