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>
This commit is contained in:
phk 1998-05-06 09:13:53 +00:00
parent 6c73bd290f
commit ffb8b110af
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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