diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-08-16 14:15:16 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-08-16 14:15:16 +0000 |
commit | 0a9935de641b6f909eb1093018abfd63815744a6 (patch) | |
tree | 397286704c81f829bc8975a9a7fe1788d8aa1a84 /share/man | |
parent | cb727669bec5d8a3fe7941a5859d653f9f81aace (diff) |
compact the text somewhat;
requested by deraadt@; ok claudio@;
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/art.4 | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/share/man/man4/art.4 b/share/man/man4/art.4 index d29ece29252..952bcda05a7 100644 --- a/share/man/man4/art.4 +++ b/share/man/man4/art.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: art.4,v 1.3 2005/08/14 21:54:14 claudio Exp $ +.\" $OpenBSD: art.4,v 1.4 2005/08/16 14:15:15 jmc Exp $ .\" .\" Copyright (c) 2005 Internet Business Solutions AG, Zurich, Switzerland .\" Written by: Claudio Jeker <jeker@accoom.net> @@ -42,7 +42,8 @@ Accoom Artery Dual T1/E1 PCI The following media types (as given to .Xr ifconfig 8 ) are supported: -.Bl -tag -width "media E1-G.704-CRC4" -offset 3n +.Pp +.Bl -tag -width "media E1-G.704-CRC4" -offset 3n -compact .It Cm media No T1 Set T1, B8ZS ESF operation. .It Cm media No T1-AMI @@ -62,7 +63,8 @@ driver places the card into E1-G.704-CRC4 mode. The .Nm driver supports the following media options for all available media types: -.Bl -tag -width "mediaopt ppp" -offset 3n +.Pp +.Bl -tag -width "mediaopt ppp" -offset 3n -compact .It Cm mediaopt No ppp Use PPP line protocol. .El @@ -84,34 +86,28 @@ E1-G.704 E1-G.704-CRC4 .El .Pp +If no timeslots are configured, the +.Nm +driver configures the card to use all possible channels. Use .Xr ifconfig 8 to change the timeslot range. -.Pp For example: .Pp Enable all possible channels for this card: -.Pp .Dl # ifconfig art0 timeslot all .Pp Enable channels 1-31 for this card: -.Pp .Dl # ifconfig art0 timeslot 1-31 .Pp Enable channels 1-15, 16-31 for this card: -.Pp .Dl # ifconfig art0 timeslot 1-15,16-31 .Pp -If no timeslots are configured, the -.Nm -driver configures the card to use all possible channels. -.Pp It is possible to change the clock mode of the interface with .Xr ifconfig 8 . To use the internal clock as clock source for the line, use .Em master mode. -.Pp For example: .Pp .Dl # ifconfig art0 media E1-G.704 mode master @@ -120,7 +116,6 @@ The default mode recovers the clock from the incoming line signal. This can be explicitly set by using the .Em autoselect mode. -.Pp For example: .Pp .Dl # ifconfig art0 media E1-G.704 mode autoselect |