diff options
author | Hellmuth Michaelis <hm@FreeBSD.org> | 1999-03-07 16:12:47 +0000 |
---|---|---|
committer | Hellmuth Michaelis <hm@FreeBSD.org> | 1999-03-07 16:12:47 +0000 |
commit | e90bc52dbef9009d85b4ebfcaa89456109616833 (patch) | |
tree | 69208e41ac8459ce627937bf8f1b63c972409626 /usr.sbin/i4b/isdndebug | |
parent | c02553cef258cf3488e73b51310e1fdca809729c (diff) | |
download | src-test2-e90bc52dbef9009d85b4ebfcaa89456109616833.tar.gz src-test2-e90bc52dbef9009d85b4ebfcaa89456109616833.zip |
Notes
Diffstat (limited to 'usr.sbin/i4b/isdndebug')
-rw-r--r-- | usr.sbin/i4b/isdndebug/isdndebug.8 | 8 | ||||
-rw-r--r-- | usr.sbin/i4b/isdndebug/main.c | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/i4b/isdndebug/isdndebug.8 b/usr.sbin/i4b/isdndebug/isdndebug.8 index f3903e38b4d3..23f4b560fdfb 100644 --- a/usr.sbin/i4b/isdndebug/isdndebug.8 +++ b/usr.sbin/i4b/isdndebug/isdndebug.8 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 1997, 1998 Hellmuth Michaelis. All rights reserved. +.\" Copyright (c) 1997, 1999 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,9 +22,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: isdndebug.8,v 1.4 1998/12/05 18:03:47 hm Exp $ +.\" $Id: isdndebug.8,v 1.6 1999/02/15 16:48:04 hm Exp $ .\" -.\" last edit-date: [Sat Dec 5 18:13:34 1998] +.\" last edit-date: [Mon Feb 15 17:05:41 1999] .\" .\" -hm writing manual pages .\" -hm getting uptodate @@ -64,7 +64,7 @@ Set debugging mask for the selected layer(s) to display errors only. .It Fl g Get the debugging mask for the selected layer(s). .It Fl h -Display the the HSCX error counters. +Display the HSCX error counters. .It Fl l Specify the layer for which a command applies. Default is all layers. .It Fl m diff --git a/usr.sbin/i4b/isdndebug/main.c b/usr.sbin/i4b/isdndebug/main.c index 7fdbf7fe1bfe..91c1e6677ca3 100644 --- a/usr.sbin/i4b/isdndebug/main.c +++ b/usr.sbin/i4b/isdndebug/main.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 1998 Hellmuth Michaelis. All rights reserved. + * Copyright (c) 1997, 1999 Hellmuth Michaelis. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -27,9 +27,9 @@ * main.c - i4b set debug options * ------------------------------ * - * $Id: main.c,v 1.13 1998/12/05 18:03:49 hm Exp $ + * $Id: main.c,v 1.14 1999/02/14 09:44:57 hm Exp $ * - * last edit-date: [Sat Dec 5 18:13:55 1998] + * last edit-date: [Sun Feb 14 10:13:25 1999] * *---------------------------------------------------------------------------*/ |