Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Sort SEE ALSO, and whitespace fixes.



details:   https://anonhg.NetBSD.org/src/rev/9223b6554d24
branches:  trunk
changeset: 507992:9223b6554d24
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Apr 04 10:06:45 2001 +0000

description:
Sort SEE ALSO, and whitespace fixes.

diffstat:

 share/man/man4/i4btel.4 |  42 +++++++++++++++++++++---------------------
 1 files changed, 21 insertions(+), 21 deletions(-)

diffs (98 lines):

diff -r adb0b63257f1 -r 9223b6554d24 share/man/man4/i4btel.4
--- a/share/man/man4/i4btel.4   Wed Apr 04 10:05:24 2001 +0000
+++ b/share/man/man4/i4btel.4   Wed Apr 04 10:06:45 2001 +0000
@@ -22,7 +22,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"    $Id: i4btel.4,v 1.1.1.1 2001/01/05 15:43:17 martin Exp $
+.\"    $Id: i4btel.4,v 1.2 2001/04/04 10:06:45 wiz Exp $
 .\"
 .\" $FreeBSD$
 .\"
@@ -55,12 +55,12 @@
 receive responses about the state of the dial out progress and status.
 This commands may change in the future, for details see the file
 .Em i4b_tel_ioctl.h
-and the 
+and the
 .Xr isdnphone 1
 utility.
 .Pp
 The telephony data stream comes out of the line in a bit-reversed format,
-so the 
+so the
 .Nm
 driver does the bit-reversion process in any case.
 .Pp
@@ -85,38 +85,38 @@
 .Pp
 .Bl -tag -width Ds -compact -offset indent
 .It Ar CVT_NONE
-do no A-law/u-law audio format conversion. The conversion path looks like 
-this: 
+do no A-law/u-law audio format conversion. The conversion path looks like
+this:
 .Pp
 USER <--> bitreversing <--> ISDN-line
 .Pp
 .It Ar CVT_ALAW2ULAW
-set set audio format conversion to do an audio conversion from A-law 
-(on the ISDN line) to u-law (in the userland). 
-The 
+set set audio format conversion to do an audio conversion from A-law
+(on the ISDN line) to u-law (in the userland).
+The
 .Xr read 2
-conversion path looks like this: 
+conversion path looks like this:
 .Pp
 USER <-- u-law/A-law <-- bitreversing <-- ISDN-line
 .Pp
-and the 
+and the
 .Xr write 2
-conversion path looks like this: 
+conversion path looks like this:
 .Pp
 USER --> u-law/A-law --> bitreversing --> ISDN-line
 .Pp
 .It Ar CVT_ULAW2ALAW
-set set audio format conversion to do an audio conversion from u-law 
+set set audio format conversion to do an audio conversion from u-law
 (on the ISDN line) to A-law (in the userland).
-The 
+The
 .Xr read 2
-conversion path looks like this: 
+conversion path looks like this:
 .Pp
 USER <-- A-law/u-law <-- bitreversing <-- ISDN-line
 .Pp
-and the 
+and the
 .Xr write 2
-conversion path looks like this: 
+conversion path looks like this:
 .Pp
 USER --> A-law/u-law --> bitreversing --> ISDN-line
 .Pp
@@ -124,13 +124,13 @@
 .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
-.Xr g711conv 1
-.Xr isdnphone 1
-.Xr isdnd 8
-.Xr isdnd.rc 5
 .Sh AUTHOR
 The
 .Nm
-device driver and this manpage were written by 
+device driver and this manpage were written by
 .An Hellmuth Michaelis Aq hm%kts.org@localhost .



Home | Main Index | Thread Index | Old Index