summaryrefslogtreecommitdiffstats
path: root/usr.sbin/i4b
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-18 20:02:45 +0000
committerru <ru@FreeBSD.org>2005-01-18 20:02:45 +0000
commitc05985f13f215ea0060080637a64b09c3cff6233 (patch)
treefcf95075ec47428572774cbb5d2f7bbdf690ed94 /usr.sbin/i4b
parent4c9a185523b963e32b04d8114b4b3f1e582b7c6f (diff)
downloadFreeBSD-src-c05985f13f215ea0060080637a64b09c3cff6233.zip
FreeBSD-src-c05985f13f215ea0060080637a64b09c3cff6233.tar.gz
Sort sections.
Diffstat (limited to 'usr.sbin/i4b')
-rw-r--r--usr.sbin/i4b/g711conv/g711conv.110
-rw-r--r--usr.sbin/i4b/isdnd/isdnd.88
-rw-r--r--usr.sbin/i4b/isdndecode/isdndecode.84
-rw-r--r--usr.sbin/i4b/isdnmonitor/isdnmonitor.88
-rw-r--r--usr.sbin/i4b/isdntel/isdntel.84
-rw-r--r--usr.sbin/i4b/isdntelctl/isdntelctl.84
-rw-r--r--usr.sbin/i4b/isdntest/isdntest.88
-rw-r--r--usr.sbin/i4b/isdntrace/isdntrace.84
-rw-r--r--usr.sbin/i4b/man/i4bcapi.44
-rw-r--r--usr.sbin/i4b/man/i4bq921.44
-rw-r--r--usr.sbin/i4b/man/i4bq931.44
-rw-r--r--usr.sbin/i4b/man/i4btel.44
-rw-r--r--usr.sbin/i4b/man/iavc.44
-rw-r--r--usr.sbin/i4b/man/ifpi.48
-rw-r--r--usr.sbin/i4b/man/ifpi2.48
-rw-r--r--usr.sbin/i4b/man/ifpnp.48
-rw-r--r--usr.sbin/i4b/man/ihfc.48
-rw-r--r--usr.sbin/i4b/man/isic.410
-rw-r--r--usr.sbin/i4b/man/itjc.48
-rw-r--r--usr.sbin/i4b/man/iwic.48
20 files changed, 64 insertions, 64 deletions
diff --git a/usr.sbin/i4b/g711conv/g711conv.1 b/usr.sbin/i4b/g711conv/g711conv.1
index c0f3023..1a7b328 100644
--- a/usr.sbin/i4b/g711conv/g711conv.1
+++ b/usr.sbin/i4b/g711conv/g711conv.1
@@ -64,11 +64,6 @@ Reverse bits after conversion
Print the resulting conversion tables (as C-source) to stdout instead of
doing the actual conversion.
.El
-.Sh STANDARDS
-A-Law and u-Law conversions are specified in ITU Recommendation G.711.
-.Pp
-The reference implementation done by Sun Microsystems, Inc.\& is available
-from http://www.itu.int/itudoc/itu-t/rec/g/g700-799/refimpl.txt
.Sh EXAMPLES
The command:
.Bd -literal -offset indent
@@ -84,6 +79,11 @@ cat max_headroom.ul | g711conv -u -R > /dev/i4btel0
.Pp
converts the u-law coded voice of Max Headroom to A-law, reverses the
bits of the result and moves that to an active isdn4bsd telephone connection.
+.Sh STANDARDS
+A-Law and u-Law conversions are specified in ITU Recommendation G.711.
+.Pp
+The reference implementation done by Sun Microsystems, Inc.\& is available
+from http://www.itu.int/itudoc/itu-t/rec/g/g700-799/refimpl.txt
.Sh AUTHORS
The
.Nm
diff --git a/usr.sbin/i4b/isdnd/isdnd.8 b/usr.sbin/i4b/isdnd/isdnd.8
index 5b311fb..60e00b3 100644
--- a/usr.sbin/i4b/isdnd/isdnd.8
+++ b/usr.sbin/i4b/isdnd/isdnd.8
@@ -384,6 +384,8 @@ The default unit charging rates specification file.
.It Pa /etc/isdn/isdntel.alias
The default table (if aliasing is enabled) to convert phone number to caller's name.
.El
+.Sh EXIT STATUS
+Exit status is 0 on success, 1 on error.
.Sh EXAMPLES
For a first try, the following command should be used to start
.Nm
@@ -408,8 +410,6 @@ will start
with reasonable debugging messages enabled, full-screen mode of operation,
full-screen display redirected to /dev/ttyv3 and using a termcap entry
for vt100 on this display.
-.Sh EXIT STATUS
-Exit status is 0 on success, 1 on error.
.Sh SEE ALSO
.Xr i4bing 4 ,
.Xr i4bipr 4 ,
@@ -419,10 +419,10 @@ Exit status is 0 on success, 1 on error.
.Xr isdntel 8 ,
.Xr isdntrace 8 ,
.Xr syslogd 8
-.Sh BUGS
-Still one or more left.
.Sh AUTHORS
The
.Nm
utility and this manual page were written by
.An Hellmuth Michaelis Aq hm@FreeBSD.org .
+.Sh BUGS
+Still one or more left.
diff --git a/usr.sbin/i4b/isdndecode/isdndecode.8 b/usr.sbin/i4b/isdndecode/isdndecode.8
index 3027e2d..628bcbe 100644
--- a/usr.sbin/i4b/isdndecode/isdndecode.8
+++ b/usr.sbin/i4b/isdndecode/isdndecode.8
@@ -157,8 +157,6 @@ channel tracing enabled and logs everything into the output file
/var/tmp/isdn.decode.
.Sh SEE ALSO
.Xr isdnd 8
-.Sh BUGS
-Still one left.
.Sh STANDARDS
ITU Recommendations I.430, Q.920, Q.921, Q.930, Q.931
.Pp
@@ -174,3 +172,5 @@ The
.Nm
utility and this manual page were written by
.An Hellmuth Michaelis Aq hm@kts.org .
+.Sh BUGS
+Still one left.
diff --git a/usr.sbin/i4b/isdnmonitor/isdnmonitor.8 b/usr.sbin/i4b/isdnmonitor/isdnmonitor.8
index 6a8b801..46e1a37 100644
--- a/usr.sbin/i4b/isdnmonitor/isdnmonitor.8
+++ b/usr.sbin/i4b/isdnmonitor/isdnmonitor.8
@@ -153,6 +153,8 @@ See
.Xr environ 7
for more information.
.El
+.Sh EXIT STATUS
+Exit status is 0 on success, 1 on error.
.Sh EXAMPLES
For a first try, the following command should be used to start
.Nm
@@ -160,12 +162,8 @@ to monitor a locally running isdnd:
.Bd -literal -offset indent
isdnmonitor -h localhost
.Ed
-.Sh EXIT STATUS
-Exit status is 0 on success, 1 on error.
.Sh SEE ALSO
.Xr isdnd 8
-.Sh BUGS
-Still one (or) more left.
.Sh AUTHORS
.An -nosplit
The
@@ -176,3 +174,5 @@ and
.An Hellmuth Michaelis Aq hm@kts.org .
This manual page was written by
.An Hellmuth Michaelis .
+.Sh BUGS
+Still one (or) more left.
diff --git a/usr.sbin/i4b/isdntel/isdntel.8 b/usr.sbin/i4b/isdntel/isdntel.8
index 10a171e..430c9f2 100644
--- a/usr.sbin/i4b/isdntel/isdntel.8
+++ b/usr.sbin/i4b/isdntel/isdntel.8
@@ -94,10 +94,10 @@ If in doubt, consult the source.
.Xr i4btel 4 ,
.Xr isdnd.rc 5 ,
.Xr isdnd 8
-.Sh BUGS
-Still two or more left.
.Sh AUTHORS
The
.Nm
utility and this manual page were written by
.An Hellmuth Michaelis Aq hm@kts.org .
+.Sh BUGS
+Still two or more left.
diff --git a/usr.sbin/i4b/isdntelctl/isdntelctl.8 b/usr.sbin/i4b/isdntelctl/isdntelctl.8
index b73c4be..4afaf00 100644
--- a/usr.sbin/i4b/isdntelctl/isdntelctl.8
+++ b/usr.sbin/i4b/isdntelctl/isdntelctl.8
@@ -78,8 +78,6 @@ or no conversion at all in the i4btel driver by using the
utility.
.Sh FILES
/dev/i4btel<n>
-.Sh STANDARDS
-A-Law and u-Law are specified in ITU Recommendation G.711.
.Sh EXAMPLES
The command:
.Bd -literal -offset indent
@@ -92,6 +90,8 @@ displays the currently used sound format for device /dev/i4btel0.
.Xr i4btel 4 ,
.Xr isdnd.rc 5 ,
.Xr isdnd 8
+.Sh STANDARDS
+A-Law and u-Law are specified in ITU Recommendation G.711.
.Sh AUTHORS
The
.Nm
diff --git a/usr.sbin/i4b/isdntest/isdntest.8 b/usr.sbin/i4b/isdntest/isdntest.8
index e55d2e3..243d70b 100644
--- a/usr.sbin/i4b/isdntest/isdntest.8
+++ b/usr.sbin/i4b/isdntest/isdntest.8
@@ -86,6 +86,10 @@ The
.Nm
utility does almost no error checking and error recovery, so unexpected
hangs or crashes may occur.
+.Sh FILES
+.Bl -tag -width indent
+.It Pa /dev/i4b
+.El
.Sh EXAMPLES
For the following example, it is assumed that a machine with isdn4bsd
installed is connected to an S0 bus and that one of the valid MSN's (MSN = Multiple Subscriber Number
@@ -105,10 +109,6 @@ and disconnect after 5 seconds.
The
.Nm
utility has to be finished by the user by entering Control-C.
-.Sh FILES
-.Bl -tag -width indent
-.It Pa /dev/i4b
-.El
.Sh AUTHORS
The
.Nm
diff --git a/usr.sbin/i4b/isdntrace/isdntrace.8 b/usr.sbin/i4b/isdntrace/isdntrace.8
index 92ae2e4..166f420 100644
--- a/usr.sbin/i4b/isdntrace/isdntrace.8
+++ b/usr.sbin/i4b/isdntrace/isdntrace.8
@@ -201,8 +201,6 @@ channel tracing enabled and logs everything into the output file
by the current date and time values).
.Sh SEE ALSO
.Xr isdnd 8
-.Sh BUGS
-Still some or more left.
.Sh STANDARDS
ITU Recommendations I.430, Q.920, Q.921, Q.930, Q.931
.Pp
@@ -226,3 +224,5 @@ and
.Pp
This manual page was written by
.An Hellmuth Michaelis .
+.Sh BUGS
+Still some or more left.
diff --git a/usr.sbin/i4b/man/i4bcapi.4 b/usr.sbin/i4b/man/i4bcapi.4
index cca62c0..95d2bba 100644
--- a/usr.sbin/i4b/man/i4bcapi.4
+++ b/usr.sbin/i4b/man/i4bcapi.4
@@ -43,11 +43,11 @@ It sits between layer\~4 of isdn4bsd and a driver for an active
ISDN card; currently only the
.Xr iavc 4
driver for the AVM B1 and T1 family of active cards is supported.
+.Sh SEE ALSO
+.Xr iavc 4
.Sh STANDARDS
CAPI 2.0
.Pq Pa http://www.capi.org/
-.Sh SEE ALSO
-.Xr iavc 4
.Sh AUTHORS
.An -nosplit
The
diff --git a/usr.sbin/i4b/man/i4bq921.4 b/usr.sbin/i4b/man/i4bq921.4
index 4eec2b3..ecd7293 100644
--- a/usr.sbin/i4b/man/i4bq921.4
+++ b/usr.sbin/i4b/man/i4bq921.4
@@ -37,10 +37,10 @@
.Sh DESCRIPTION
.Nm
is the ISDN D channel layer 2 handler.
-.Sh STANDARDS
-ITU Recommendation Q.920 and Q.921
.Sh SEE ALSO
.Xr i4bq931 4
+.Sh STANDARDS
+ITU Recommendation Q.920 and Q.921
.Sh AUTHORS
The
.Nm
diff --git a/usr.sbin/i4b/man/i4bq931.4 b/usr.sbin/i4b/man/i4bq931.4
index 3bdfd6e..937840d 100644
--- a/usr.sbin/i4b/man/i4bq931.4
+++ b/usr.sbin/i4b/man/i4bq931.4
@@ -37,10 +37,10 @@
.Sh DESCRIPTION
.Nm
is the ISDN D channel layer 3 handler.
-.Sh STANDARDS
-ITU Recommendation Q.930 and Q.931
.Sh SEE ALSO
.Xr i4bq921 4
+.Sh STANDARDS
+ITU Recommendation Q.930 and Q.931
.Sh AUTHORS
The
.Nm
diff --git a/usr.sbin/i4b/man/i4btel.4 b/usr.sbin/i4b/man/i4btel.4
index dcbb05a..e6eb177 100644
--- a/usr.sbin/i4b/man/i4btel.4
+++ b/usr.sbin/i4b/man/i4btel.4
@@ -118,14 +118,14 @@ conversion path looks like this:
USER --> A-law/u-law --> bitreversing --> ISDN-line
.Pp
.El
-.Sh STANDARDS
-A-Law and u-Law are specified in ITU Recommendation G.711.
.Sh SEE ALSO
.Xr g711conv 1 ,
.Xr isdnphone 1 ,
.Xr isdnd.rc 5 ,
.Xr isdnd 8 ,
.Xr isdntelctl 8
+.Sh STANDARDS
+A-Law and u-Law are specified in ITU Recommendation G.711.
.Sh AUTHORS
The
.Nm
diff --git a/usr.sbin/i4b/man/iavc.4 b/usr.sbin/i4b/man/iavc.4
index 93e5cdf..e737e64 100644
--- a/usr.sbin/i4b/man/iavc.4
+++ b/usr.sbin/i4b/man/iavc.4
@@ -57,11 +57,11 @@ driver and the
package.
Currently the AVM B1 PCI, the AVM B1 ISA and the AVM T1 PCI
cards are supported.
+.Sh SEE ALSO
+.Xr i4bcapi 4
.Sh STANDARDS
CAPI 2.0
.Pq Pa http://www.capi.org/
-.Sh SEE ALSO
-.Xr i4bcapi 4
.Sh AUTHORS
.An -nosplit
The
diff --git a/usr.sbin/i4b/man/ifpi.4 b/usr.sbin/i4b/man/ifpi.4
index aa67b4a..f2f3cdf 100644
--- a/usr.sbin/i4b/man/ifpi.4
+++ b/usr.sbin/i4b/man/ifpi.4
@@ -45,14 +45,12 @@ proprietary B-channel controller and PCI interface chip from AVM, Berlin,
Germany.
.Sh CAVEATS
The driver is still in a somewhat experimental state.
-.Sh BUGS
-Always at least one left.
-.Sh STANDARDS
-CCITT Recommendation I.430
.Sh SEE ALSO
.Xr i4bq921 4 ,
.Xr i4bq931 4 ,
.Xr ifpi2 4
+.Sh STANDARDS
+CCITT Recommendation I.430
.Sh AUTHORS
.An -nosplit
The
@@ -62,3 +60,5 @@ driver was written by
.Pp
This manpage was written by
.An Hellmuth Michaelis Aq hm@FreeBSD.org .
+.Sh BUGS
+Always at least one left.
diff --git a/usr.sbin/i4b/man/ifpi2.4 b/usr.sbin/i4b/man/ifpi2.4
index 474dff8..4889079 100644
--- a/usr.sbin/i4b/man/ifpi2.4
+++ b/usr.sbin/i4b/man/ifpi2.4
@@ -45,16 +45,16 @@ the proprietary B-channel controller and PCI interface chip from AVM, Berlin,
Germany.
.Sh CAVEATS
The driver is still in a somewhat experimental state.
-.Sh BUGS
-Always at least one left.
-.Sh STANDARDS
-CCITT Recommendation I.430
.Sh SEE ALSO
.Xr i4bq921 4 ,
.Xr i4bq931 4 ,
.Xr ifpi 4
+.Sh STANDARDS
+CCITT Recommendation I.430
.Sh AUTHORS
The
.Nm
driver and manpage were written by
.An Gary Jennejohn Aq gj@FreeBSD.org .
+.Sh BUGS
+Always at least one left.
diff --git a/usr.sbin/i4b/man/ifpnp.4 b/usr.sbin/i4b/man/ifpnp.4
index 45cf413..bf89218 100644
--- a/usr.sbin/i4b/man/ifpnp.4
+++ b/usr.sbin/i4b/man/ifpnp.4
@@ -47,13 +47,11 @@ proprietary B-channel controller and ISA PnP interface chip from
AVM, Berlin, Germany.
.Sh CAVEATS
The driver is still in a somewhat experimental state.
-.Sh BUGS
-Always at least one left.
-.Sh STANDARDS
-CCITT Recommendation I.430
.Sh SEE ALSO
.Xr i4bq921 4 ,
.Xr i4bq931 4
+.Sh STANDARDS
+CCITT Recommendation I.430
.Sh AUTHORS
.An -nosplit
The
@@ -65,3 +63,5 @@ This manpage was written by
.An Hellmuth Michaelis Aq hm@FreeBSD.org
and
.An Udo Schweigert .
+.Sh BUGS
+Always at least one left.
diff --git a/usr.sbin/i4b/man/ihfc.4 b/usr.sbin/i4b/man/ihfc.4
index 73c4f83..4d91391 100644
--- a/usr.sbin/i4b/man/ihfc.4
+++ b/usr.sbin/i4b/man/ihfc.4
@@ -53,13 +53,11 @@ HFC[-S][-SP] 2B[DS0] chips from Cologne Chip, currently this are the
Teles 16.3c ISA PnP, the AcerISDN P10 ISA PnP and the TELEINT ISDN SPEED No.1.
.Sh CAVEATS
The driver is still in an experimental state.
-.Sh BUGS
-Always at least one left.
-.Sh STANDARDS
-CCITT Recommendation I.430
.Sh SEE ALSO
.Xr i4bq921 4 ,
.Xr i4bq931 4
+.Sh STANDARDS
+CCITT Recommendation I.430
.Sh AUTHORS
.An -nosplit
The
@@ -69,3 +67,5 @@ driver was written by
.Pp
This manpage was written by
.An Hellmuth Michaelis Aq hm@FreeBSD.org .
+.Sh BUGS
+Always at least one left.
diff --git a/usr.sbin/i4b/man/isic.4 b/usr.sbin/i4b/man/isic.4
index 01a0148..e545c08 100644
--- a/usr.sbin/i4b/man/isic.4
+++ b/usr.sbin/i4b/man/isic.4
@@ -338,14 +338,11 @@ to the 0x200 range in their documentation (the board also uses 0x600 etc.)
The driver matches the manufacturers' description for the purposes of
configuration, but of course makes use of all the ports in order to
operate the card.
-.Sh BUGS
-Since there is no hardware documentation available from the manufacturers
-of several boards, it is likely that there are many bugs left.
-.Sh STANDARDS
-CCITT Recommendation I.430
.Sh SEE ALSO
.Xr i4bq921 4 ,
.Xr i4bq931 4
+.Sh STANDARDS
+CCITT Recommendation I.430
.Sh AUTHORS
.An -nosplit
The
@@ -357,3 +354,6 @@ It is based on earlier work of
.An Andrew Gordon
and
.An Gary Jennejohn Aq gj@FreeBSD.org .
+.Sh BUGS
+Since there is no hardware documentation available from the manufacturers
+of several boards, it is likely that there are many bugs left.
diff --git a/usr.sbin/i4b/man/itjc.4 b/usr.sbin/i4b/man/itjc.4
index 82544b3..be4f9fe 100644
--- a/usr.sbin/i4b/man/itjc.4
+++ b/usr.sbin/i4b/man/itjc.4
@@ -48,13 +48,11 @@ Currently supported cards are the Traverse Technologies NETjet-S PCI ISDN
card and the Teles PCI-TJ.
.Sh CAVEATS
The driver is in an experimental state.
-.Sh BUGS
-Always at least one left.
-.Sh STANDARDS
-CCITT Recommendation I.430
.Sh SEE ALSO
.Xr i4bq921 4 ,
.Xr i4bq931 4
+.Sh STANDARDS
+CCITT Recommendation I.430
.Sh AUTHORS
.An -nosplit
The
@@ -64,3 +62,5 @@ driver was written by
.Pp
This manpage was written by
.An Hellmuth Michaelis Aq hm@FreeBSD.org .
+.Sh BUGS
+Always at least one left.
diff --git a/usr.sbin/i4b/man/iwic.4 b/usr.sbin/i4b/man/iwic.4
index 8f6674a..8d9b4df 100644
--- a/usr.sbin/i4b/man/iwic.4
+++ b/usr.sbin/i4b/man/iwic.4
@@ -50,13 +50,11 @@ based on the Winbond W6692 chip.
.El
.Sh CAVEATS
The driver is still in a somewhat experimental state.
-.Sh BUGS
-Layer 1 persistent deactivation not yet implemented.
-.Sh STANDARDS
-CCITT Recommendation I.430
.Sh SEE ALSO
.Xr i4bq921 4 ,
.Xr i4bq931 4
+.Sh STANDARDS
+CCITT Recommendation I.430
.Sh AUTHORS
.An -nosplit
The
@@ -66,3 +64,5 @@ driver was written by
.Pp
This manpage was written by
.An Hellmuth Michaelis Aq hm@FreeBSD.org .
+.Sh BUGS
+Layer 1 persistent deactivation not yet implemented.
OpenPOWER on IntegriCloud