summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-05-06 09:13:53 +0000
committerphk <phk@FreeBSD.org>1998-05-06 09:13:53 +0000
commit9bd8332bf82ae1312c0ca93674227fc335420ec1 (patch)
treed331f0863d910d8670214e088d16f055cd890f84 /share
parent9739c7039d9ecb41bcd35a6c07374d0fe4876063 (diff)
downloadFreeBSD-src-9bd8332bf82ae1312c0ca93674227fc335420ec1.zip
FreeBSD-src-9bd8332bf82ae1312c0ca93674227fc335420ec1.tar.gz
devfs_add_devswf(9) and devfs_link(9) don't tell you how to
remove the device once it's added or linked. PR: 6524 Reviewed by: phk Submitted by: Brian Cully <shmit@kublai.com>
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/devfs_add_devswf.96
-rw-r--r--share/man/man9/devfs_link.93
2 files changed, 6 insertions, 3 deletions
diff --git a/share/man/man9/devfs_add_devswf.9 b/share/man/man9/devfs_add_devswf.9
index 54ea023..64b3370 100644
--- a/share/man/man9/devfs_add_devswf.9
+++ b/share/man/man9/devfs_add_devswf.9
@@ -25,7 +25,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: devfs_add_devswf.9,v 1.5 1997/04/13 14:49:04 bde Exp $
+.\" $Id: devfs_add_devswf.9,v 1.6 1998/03/12 07:31:17 charnier Exp $
.\"
.Dd December 31, 1995
.Os FreeBSD
@@ -63,9 +63,11 @@ Formatted string including name, and, if applicable, path to device within DEVFS
It returns a token that can be used to link another name to the same
device
.Pq see Xr devfs_link 9 ,
-or destroy the device.
+or destroy the device
+.Pq see Xr devfs_remove_dev 9 .
.Sh SEE ALSO
.Xr devfs_link 9
+.Xr devfs_remove_dev 9
.Sh HISTORY
The function
.Nm
diff --git a/share/man/man9/devfs_link.9 b/share/man/man9/devfs_link.9
index 5dbf946..b4777ae 100644
--- a/share/man/man9/devfs_link.9
+++ b/share/man/man9/devfs_link.9
@@ -25,7 +25,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: devfs_link.9,v 1.7 1997/04/13 14:49:05 bde Exp $
+.\" $Id: devfs_link.9,v 1.8 1998/01/16 18:06:20 bde Exp $
.\"
.Dd December 31, 1995
.Os FreeBSD
@@ -52,6 +52,7 @@ string.
It returns a token for the newly linked devfs entry.
.Sh SEE ALSO
.Xr devfs_add_devswf 9
+.Xr devfs_remove_dev 9
.Sh HISTORY
The function
.Nm
OpenPOWER on IntegriCloud