| Summary: | cd(4) manual doesn't mention "target" used in synopsis. | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Gary W. Swearingen <swear> |
| Component: | Books & Articles | Assignee: | Hiten Pandya <hmp> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-doc->hmp I will fix this shortly. Thanks Gary. State Changed From-To: open->closed Thanks Gary! I have committed your change to RELENG_4. |
The cd(4) manual refers to "target" in the synopsis, without giving a clue as to what that is or how the target number should be chosen. It's probably common knowledge to SCSI experts, but I've been using it occasionally for a long time and didn't know the term. Some will eventually figure it out by reading the "LUN-based" section or a certain part of the scsi(4) manual, but it shouldn't be that hard. ================ Fix: Add a new second paragraph to the "Description": The "target" string is followed by the device's standard SCSI device ID number. The "unit" string is followed by the logical unit number of one of the SCSI device's sub-devices (if any) or zero. How-To-Repeat: n/a ================