aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2015-02-23 16:00:00 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2015-02-23 16:00:00 +0000
commit6f785116b5874ae43ec0bf7a93b27997cdcbddf3 (patch)
tree899c7e9818b9a746bbc72293fe2c726b31426afc /README
parent9de5c455385bd7f1446c0b8c3e2f0ba22c9a9949 (diff)
downloadsg3_utils-6f785116b5874ae43ec0bf7a93b27997cdcbddf3.tar.gz
sg_write_buffer: add --timeout=TO option
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@637 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 2e222f7e..f725eb29 100644
--- a/README
+++ b/README
@@ -141,8 +141,8 @@ clean POSIX compliant C code with Linux specific system calls and structures
removed and placed in Linux specific files in the lib directory. A small
number of utilities in the src directory do contain Linux specific logic
and are not ported to other OSes (e.g. sg_dd). One utility, sg_scan, has
-two separate implementations, one for Linux (sg_scan.c.linux) and one for
-Windows (sg_scan.c.win32). The src-lib directory split approach allows
+two separate implementations, one for Linux (sg_scan_linux.c) and one for
+Windows (sg_scan_win32.c). The src-lib directory split approach allows
FreeBSD, Solaris, Tru64 and Windows specific code to be isolated to a few
files in the lib directory whose interfaces match those of the Linux
specific code.
@@ -412,4 +412,4 @@ See http://sg.danny.cz/sg/tools.html
Douglas Gilbert
-26th December 2014
+17th February 2015