Bug 19647

Summary: Still references to sd devices left
Product: Documentation Reporter: Jens Schweikhardt <schweikh>
Component: Books & ArticlesAssignee: nbm
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Jens Schweikhardt 2000-07-02 18:50:00 UTC
	Some documentation has still references to the phased out sd devices.
	Even the da(4) man page, gack! :-)

Fix: 

Replace sd with da where appropriate.

	Remove

.Nm SCSI ,
.Nm CAM

	from the scsi(4) man page, add .Nm cam instead.

Regards,

	Jens
-- 
Jens Schweikhardt  http://www.schweikhardt.net/
SIGSIG -- signature too long (core dumped)
How-To-Repeat: 
schweikh@hal9000:/usr/share/man 130 $ find man* -name '*.gz'|xargs zgrep 'dev.*sd'
man4/da.4.gz:.Bl -tag -width /dev/rsdXXXXX -compact
man4/ses.4.gz:.Bl -tag -width /dev/rsdXXXXX -compact
man4/vinum.4.gz:.Pa /dev/vinum/sd 
man4/vinum.4.gz:.Pa /dev/vinum/rsd ,
man4/vinum.4.gz:.Pa /dev/vinum/sd
man4/vinum.4.gz:.Pa /dev/vinum/rsd
man4/vinum.4.gz:/dev/vinum/sd:
man4/vinum.4.gz:/dev/vinum/vol/concat.plex/concat.p0.sd:
man4/vinum.4.gz:/dev/vinum/vol/concat.plex/concat.p1.sd:
man4/vinum.4.gz:/dev/vinum/vol/strcon.plex/strcon.p0.sd:
man4/vinum.4.gz:/dev/vinum/vol/strcon.plex/strcon.p1.sd:
man4/vinum.4.gz:/dev/vinum/vol/stripe.plex/stripe.p0.sd:
man4/vinum.4.gz:/dev/vinum/vol/tinyvol.plex/tinyvol.p0.sd:
man4/vinum.4.gz:/dev/vinum/vol/vol5.plex/vol5.p0.sd:
man4/vinum.4.gz:/dev/vinum/vol/vol5.plex/vol5.p1.sd:
man4/i4bctl.4.gz:.Nd control device for the isdn4bsd kernel part
man8/camcontrol.8.gz:Note that character device node names (e.g. /dev/rsd0.ctl) are
man8/vinum.8.gz:.Ar /dev/vinum/sd
man8/nextboot.8.gz:   nextboot -b  /dev/rwd0 1:sd(0,a)/kernel.experimental wd(0,a)/kernel.old
man8/isdnmonitor.8.gz:devices supported by the isdn4bsd package.

schweikh@hal9000:/usr/share/man 1 $ apropos cam
...
scsi(4), SCSI(4), CAM(4) - CAM SCSI subsystem
...
schweikh@hal9000:/usr/share/man 0 $ man CAM
No manual entry for CAM
schweikh@hal9000:/usr/share/man 1 $ man SCSI
No manual entry for SCSI
Comment 1 nbm freebsd_committer freebsd_triage 2000-07-12 16:19:55 UTC
State Changed
From-To: open->suspended

Updated the last remaining remnants, thanks. 


Comment 2 nbm freebsd_committer freebsd_triage 2000-07-12 16:19:55 UTC
Responsible Changed
From-To: freebsd-doc->nbm

I fixed it in HEAD, will MFC later.
Comment 3 nbm freebsd_committer freebsd_triage 2000-07-13 09:48:40 UTC
State Changed
From-To: suspended->closed

I've just MFC'd the changes.  Thanks again.