diff options
author | Alex Feldman <alex@cvs.openbsd.org> | 2004-06-26 07:14:55 +0000 |
---|---|---|
committer | Alex Feldman <alex@cvs.openbsd.org> | 2004-06-26 07:14:55 +0000 |
commit | 8669e8deeb599890154a4c6b967149a9f36a19bb (patch) | |
tree | d3051a4d8098d814d9c18a33c6b15db27049ced0 /share | |
parent | e8cd14e439f86c808bf7055898eaa516e42a29a8 (diff) |
Clean up.
ok david@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/san.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/san.4 b/share/man/man4/san.4 index 5a82469b25d..a5bf7516115 100644 --- a/share/man/man4/san.4 +++ b/share/man/man4/san.4 @@ -72,17 +72,17 @@ driver places the card into default mode (T1, B8ZS, ESF, all channels). .Pp Use .Xr ifconfig 8 -to change timeslot range for this card. The following format supported: +to change the timeslot range for this card. The following format is supported: .Bl -tag -width xxx -offset indent .It Cm # ifconfig san0 timeslot all -Enable all channells for this card. +Enable all channels for this card. .It Cm # ifconfig san0 timeslot 1-10 Enable channels 1-10 for this card. .It Cm # ifconfig san0 timeslot 1-10.14-15.20 Enable channels 1-10, 14-15 and 20 for this card. .El .Pp -If not timeslot option is present, the +If the timeslot option is not present, the .Nm driver configures the card to use all the channels. .Pp @@ -106,7 +106,7 @@ A fatal initialization error has occurred. The .Nm device driver first appeared in -.Ox 3.5 . +.Ox 3.6 . .Sh AUTHORS The .Nm |