diff options
author | Hellmuth Michaelis <hm@FreeBSD.org> | 2002-07-28 18:21:48 +0000 |
---|---|---|
committer | Hellmuth Michaelis <hm@FreeBSD.org> | 2002-07-28 18:21:48 +0000 |
commit | c2112cac92689994a811c85225f40f99d035148c (patch) | |
tree | a8e8d445e1a410c12a44ed0bce2dd485a6b373bd /usr.sbin/i4b/man/i4b.4 | |
parent | 50bb77244edeb01f20486fe51ab19a7fc9a92785 (diff) |
Notes
Diffstat (limited to 'usr.sbin/i4b/man/i4b.4')
-rw-r--r-- | usr.sbin/i4b/man/i4b.4 | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/usr.sbin/i4b/man/i4b.4 b/usr.sbin/i4b/man/i4b.4 index 78b95fff5cd22..33d207513bd23 100644 --- a/usr.sbin/i4b/man/i4b.4 +++ b/usr.sbin/i4b/man/i4b.4 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 1997, 1999 Hellmuth Michaelis. All rights reserved. +.\" Copyright (c) 1997, 2002 Hellmuth Michaelis. All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions @@ -22,22 +22,18 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: i4b.4,v 1.9 1999/12/13 22:11:55 hm Exp $ -.\" .\" $FreeBSD$ .\" -.\" last edit-date: [Mon Dec 13 23:09:12 1999] +.\" last edit-date: [Sun Jul 28 12:07:13 2002] .\" -.Dd February 3, 1998 +.Dd July 28,2002 .Dt I4B 4 .Os .Sh NAME .Nm i4b .Nd isdn4bsd call control ISDN driver -.Sh FreeBSD SYNOPSIS -.Cd pseudo-device \&"i4b\&" -.Sh NetBSD SYNOPSIS -none +.Sh SYNOPSIS +.Cd device \&"i4b\&" .Sh DESCRIPTION The .Nm @@ -45,13 +41,16 @@ device driver is used by the .Xr isdnd 8 daemon to exchange messages with the isdn4bsd kernel part for the purpose of call establishment, control and disconnection and to access various -control and status informations. +control and status informations. The +.Nm +device can only be opened by a single process and is not meant to be used +by user programs. .Pp The messages and message parameters are documented in the include file .Em /usr/include/machine/i4b_ioctl.h . .Pp -The available ioctl's are: +The most important available ioctl's are: .Pp .Bl -tag -width Ds -compact -offset indent .It Ar I4B_CDID_REQ @@ -107,4 +106,4 @@ Charging information from the kernel. The .Nm device driver and this manpage were written by -.An Hellmuth Michaelis Aq hm@kts.org . +.An Hellmuth Michaelis Aq hm@freebsd.org . |