diff --git a/Reading.md b/Reading.md index 193bb94..9f25d8b 100644 --- a/Reading.md +++ b/Reading.md @@ -12,7 +12,7 @@ payload between that maximum and 2048. Data reading has several use cases in libburnia: Demo program -[telltoc](https://dev.lovelyhq.com/libburnia/libburn/raw/HEAD/test/telltoc.c) +[telltoc](https://dev.lovelyhq.com/libburnia/libburn/raw/branch/master/test/telltoc.c) is able to read CD TAO tracks up to the last data sectors which are normally inaccessible through the Linux block devices. This is due to the fact that a TAO track announces a size which includes two non-data sectors @@ -38,7 +38,7 @@ Application program [xorriso](Xorriso) uses data reading capabilities for comparing the content of disk files with the content of ISO image files and for copying files from ISO image to disk. -On several Linux systems, the block device driver needs reloading of thei +On several Linux systems, the block device driver needs reloading of the drive tray in order to make available freshly written data via its buffered i/o. The libburn read function does not need such a reload.