summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2007-04-20 23:47:30 +0000
committerbrueffer <brueffer@FreeBSD.org>2007-04-20 23:47:30 +0000
commit2df123e4e24399c0ed5a57682d0a125601bb67fe (patch)
treea158a2c13929dc930772aa3a07000bca027c3b43
parentacc4c54fc554d034a6cffaf5db33b3b358447060 (diff)
downloadFreeBSD-src-2df123e4e24399c0ed5a57682d0a125601bb67fe.zip
FreeBSD-src-2df123e4e24399c0ed5a57682d0a125601bb67fe.tar.gz
Spring cleaning: Remove worm(4) manpage, the driver was removed pre-3.0.
-rw-r--r--ObsoleteFiles.inc2
-rw-r--r--share/man/man4/Makefile1
-rw-r--r--share/man/man4/worm.4110
3 files changed, 2 insertions, 111 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 03c4db9..49bcdd4 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -14,6 +14,8 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#
+# 20070421: worm.4 removed
+OLD_FILES+=usr/share/man/man4/worm.4.gz
# 20070417: trunk(4) renamed to lagg(4)
OLD_FILES+=usr/include/net/if_trunk.h
# 20070409: uuidgen moved to /bin/
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 9d0011e..db44c36 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -404,7 +404,6 @@ MAN= aac.4 \
wlan_tkip.4 \
wlan_wep.4 \
wlan_xauth.4 \
- worm.4 \
xe.4 \
xl.4 \
xpt.4 \
diff --git a/share/man/man4/worm.4 b/share/man/man4/worm.4
deleted file mode 100644
index 67cff79..0000000
--- a/share/man/man4/worm.4
+++ /dev/null
@@ -1,110 +0,0 @@
-.\"
-.\" Copyright (C) 1996
-.\" interface business GmbH
-.\" Tolkewitzer Strasse 49
-.\" D-01277 Dresden
-.\" F.R. Germany
-.\"
-.\" All rights reserved.
-.\"
-.\" Written by Joerg Wunsch <joerg_wunsch@interface-business.de>
-.\"
-.\"
-.\" Redistribution and use in source and binary forms, with or without
-.\" modification, are permitted provided that the following conditions
-.\" are met:
-.\" 1. Redistributions of source code must retain the above copyright
-.\" notice, this list of conditions and the following disclaimer.
-.\" 2. Redistributions in binary form must reproduce the above copyright
-.\" notice, this list of conditions and the following disclaimer in the
-.\" documentation and/or other materials provided with the distribution.
-.\"
-.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY
-.\" EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE
-.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
-.\" OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
-.\" BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
-.\" LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
-.\" USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
-.\" DAMAGE.
-.\"
-.\" $FreeBSD$
-.\" "
-.Dd October 15, 1998
-.Dt WORM 4
-.Os
-.Sh NAME
-.Nm worm
-.Nd write-once (CD-R) disk driver
-.Sh SYNOPSIS
-None.
-.Sh DESCRIPTION
-The
-.Nm
-driver was provided under
-.Fx
-releases prior to
-.Fx 3.0 .
-.Pp
-The
-.Fx
-.Tn SCSI
-layer was replaced for
-.Fx 3.0
-by a CAM-compliant
-.Tn SCSI
-layer.
-The new
-.Tn SCSI
-layer does not include a
-.Nm
-driver, and is not likely to include one in the future.
-Future in-kernel
-support for CD-R/CD-RW/DVD drives will likely be implemented through the
-.Xr cd 4
-driver.
-Users who wish to write CDs on a WORM, CD-R, or CD-RW drive should use
-.Nm cdrtools ,
-which is in the
-.Fx
-ports collection.
-.Pp
-The
-.Xr cd 4
-driver provides read-only access to CD, CD-R, and CD-RW drives, as well as
-WORM drives that support the CDROM command set.
-Therefore, users wishing to mount CDs in a WORM drive should use the
-.Xr cd 4
-driver instead.
-.Sh SEE ALSO
-.Xr close 2 ,
-.Xr ioctl 2 ,
-.Xr open 2 ,
-.Xr write 2 ,
-.Xr cd 4 ,
-.Xr pass 4 ,
-.Xr xpt 4
-.Sh HISTORY
-The
-.Nm
-driver appeared in
-.Fx 2.1 ,
-and disappeared in
-.Fx 3.0
-with the advent of the CAM
-.Tn SCSI
-layer.
-.Sh AUTHORS
-.An -nosplit
-The first skeleton for a
-.Nm
-driver has been written by
-.An Peter Dufault
-in May, 1995.
-The driver has then been improved and made actually usable at all by
-.An J\(:org Wunsch
-in January, 1996.
OpenPOWER on IntegriCloud