mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-02-10 19:15:56 +07:00
9 lines
330 B
Plaintext
9 lines
330 B
Plaintext
- 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
|