diff options
author | trhodes <trhodes@FreeBSD.org> | 2002-04-15 06:02:58 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2002-04-15 06:02:58 +0000 |
commit | 5fcac5fd3a02e5959bd17746a9db29e55fc41588 (patch) | |
tree | e923c8744c47fc014ce8fcf75da9ef4953868b0c /share/man/man9 | |
parent | 6cb876e7dd007de193039c2897a9db82ec5f26a4 (diff) | |
download | FreeBSD-src-5fcac5fd3a02e5959bd17746a9db29e55fc41588.zip FreeBSD-src-5fcac5fd3a02e5959bd17746a9db29e55fc41588.tar.gz |
Removed 2 lines from the cd(9) manual page.
PR: 35944
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/cd.9 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/share/man/man9/cd.9 b/share/man/man9/cd.9 index 4f61f01..036fc80 100644 --- a/share/man/man9/cd.9 +++ b/share/man/man9/cd.9 @@ -51,9 +51,7 @@ Each device can have different interpretations of the .Tn SCSI spec. This can lead to drives requiring special handling in the driver. The -following is a list of quirks that the driver recognize. See -.Xr scsiconf 9 -for more information on how to add quirk entries. +following is a list of quirks that the driver recognize. .Bl -tag -width CD_Q_BCD_TRACKS .It Dv CD_Q_NO_TOUCH This flag tell the driver not to probe the drive at attach time to see if |