aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/i4b/isdndebug
diff options
context:
space:
mode:
authorHellmuth Michaelis <hm@FreeBSD.org>1999-12-14 21:14:28 +0000
committerHellmuth Michaelis <hm@FreeBSD.org>1999-12-14 21:14:28 +0000
commitaf0f298122f7ba0bb626becc1ef9486d325082f9 (patch)
treee8d4543a21bed139c0aa39474998f1ee6910caba /usr.sbin/i4b/isdndebug
parenta622c05e960937c22b5b9224227fccf1310fe14b (diff)
downloadsrc-af0f298122f7ba0bb626becc1ef9486d325082f9.tar.gz
src-af0f298122f7ba0bb626becc1ef9486d325082f9.zip
update to isdn4bsd beta release 0.90
Notes
Notes: svn path=/head/; revision=54611
Diffstat (limited to 'usr.sbin/i4b/isdndebug')
-rw-r--r--usr.sbin/i4b/isdndebug/Makefile1
-rw-r--r--usr.sbin/i4b/isdndebug/isdndebug.810
-rw-r--r--usr.sbin/i4b/isdndebug/main.c6
3 files changed, 12 insertions, 5 deletions
diff --git a/usr.sbin/i4b/isdndebug/Makefile b/usr.sbin/i4b/isdndebug/Makefile
index cf5281871439..b22566d2f091 100644
--- a/usr.sbin/i4b/isdndebug/Makefile
+++ b/usr.sbin/i4b/isdndebug/Makefile
@@ -1,3 +1,4 @@
+# $FreeBSD$
PROG = isdndebug
SRCS = main.c
MAN8 = isdndebug.8
diff --git a/usr.sbin/i4b/isdndebug/isdndebug.8 b/usr.sbin/i4b/isdndebug/isdndebug.8
index 6fafa500c33d..3322caa0af28 100644
--- a/usr.sbin/i4b/isdndebug/isdndebug.8
+++ b/usr.sbin/i4b/isdndebug/isdndebug.8
@@ -22,9 +22,11 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
+.\" $Id: isdndebug.8,v 1.10 1999/12/13 22:11:55 hm Exp $
+.\"
.\" $FreeBSD$
.\"
-.\" last edit-date: [Sat May 29 11:03:15 1999]
+.\" last edit-date: [Mon Dec 13 23:01:42 1999]
.\"
.Dd May, 29, 1999
.Dt ISDNDEBUG 8
@@ -95,6 +97,7 @@ Reset the Q.921 (D-channel layer 2) frame receive/transmit statistics to zero.
.Pp
.Sh FILES
/dev/i4bctl
+
.Sh EXAMPLES
The command:
.Bd -literal -offset indent
@@ -102,8 +105,9 @@ isdndebug -g
.Ed
.Pp
displays the current debugging level for all ISDN layers
-.Sh AUTHORS
+
+.Sh AUTHOR
The
.Nm
-utility and this manpage were written by
+utility and this manpage were written by
.An Hellmuth Michaelis Aq hm@kts.org .
diff --git a/usr.sbin/i4b/isdndebug/main.c b/usr.sbin/i4b/isdndebug/main.c
index 8cc48673a01f..dd4974751699 100644
--- a/usr.sbin/i4b/isdndebug/main.c
+++ b/usr.sbin/i4b/isdndebug/main.c
@@ -27,9 +27,11 @@
* main.c - i4b set debug options
* ------------------------------
*
- * $FreeBSD$
+ * $Id: main.c,v 1.23 1999/12/13 21:25:25 hm Exp $
*
- * last edit-date: [Fri Jul 30 08:14:34 1999]
+ * $FreeBSD$
+ *
+ * last edit-date: [Mon Dec 13 21:49:40 1999]
*
*---------------------------------------------------------------------------*/