blob: 4f302ea0a4f6a6f2f9e97ba6b3cee809a97a69af (
plain)
1
2
3
4
5
6
7
8
|
- Document that config file options override command line options, or fix
the code. This means a '-b' in the config file disables any -g on the
command line.
- Add code to check that SCSI commands get back enough data for their
intended usage, mainly callers of scsi_inquiry().
- Document the config file in the man page
|