summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ufoma.4
diff options
context:
space:
mode:
authortakawata <takawata@FreeBSD.org>2006-01-11 21:46:15 +0000
committertakawata <takawata@FreeBSD.org>2006-01-11 21:46:15 +0000
commit6ba41e32ae4225614be2f699d89edcf1df019431 (patch)
treee01ec8de955b40259c7c89aeb23de817864d8ce1 /share/man/man4/ufoma.4
parentb818dbf01059c4e2853d83287cf6991cd54cc012 (diff)
downloadFreeBSD-src-6ba41e32ae4225614be2f699d89edcf1df019431.zip
FreeBSD-src-6ba41e32ae4225614be2f699d89edcf1df019431.tar.gz
Grammar fix.
Submitted by: joel@
Diffstat (limited to 'share/man/man4/ufoma.4')
-rw-r--r--share/man/man4/ufoma.427
1 files changed, 13 insertions, 14 deletions
diff --git a/share/man/man4/ufoma.4 b/share/man/man4/ufoma.4
index 79208d5..52abf0e 100644
--- a/share/man/man4/ufoma.4
+++ b/share/man/man4/ufoma.4
@@ -39,17 +39,18 @@
.Sh DESCRIPTION
The
.Nm
-driver provides support for USB mobile phone terminal in the subset of
-Mobile Computing Promotion Consortium USB Implementation Guideline,
+driver provides support for USB mobile phone terminals in the subset of
+the Mobile Computing Promotion Consortium USB Implementation Guideline,
which is adopted by FOMA, the NTT DoCoMo 3G system, terminal.
-These are partly like CDC ACM model based modem, which is supported
+These are partly like CDC ACM model based modems, which are supported
by
-.Xr umodem 4 .
-But this recognizes specific usb descriptor that describes its role and
+.Xr umodem 4 ,
+but the
+.Nm
+driver recognizes a specific usb descriptor that describes its role and
interface structure, and it will negotiate its role when the device is open.
-
-They support a regular AT command set.
-The commands can either be multiplexed with the data stream
+They support a regular AT command set and
+the commands can either be multiplexed with the data stream
or handled through separate pipes.
In the latter case the AT
commands have to be given on a device separate from the data device.
@@ -58,20 +59,19 @@ The device is accessed through the
.Xr ucom 4
driver which makes it behave like a
.Xr tty 4 .
-
.Sh SYSCTLS
This device often have a few interface sets and these interfaces
have its role, sometimes multiplexed.
-These roles are identified with following sysctl MIB.
+These roles are identified with the following sysctl MIB's:
.Bl -tag -width indent
.It Va dev.ucom.%d.supportmode
-The modes which is supprted by the interface.
+The modes which are supported by the interface.
.It Va dev.ucom.%d.currentmode
Current mode of the interface.
.It Va dev.ucom.%d.openmode
Mode to transit when the device is open next.
.El
-The mode is as follows.
+The modes are as follows:
.Bl -tag -width indent
.It modem
Accepts AT commands and go and pass packet communication data.
@@ -84,7 +84,7 @@ Accepts OBEX frame which is used to exchange telephone book, etc.
Vendor specific data may passed.
.It deactivated
When a interface is recognized to the system and not used, the interface
-will set to this mode.
+will set to this mode.
.It unlinked
When a interface is not yet negotiated, the interface is in this mode.
.El
@@ -107,7 +107,6 @@ specification can be found at:
http://www.nttdocomo.co.jp/corporate/technology/document/foma/index.html
http://www.mcpc-jp.org/doclist.htm
.Pp
-
.Xr tty 4 ,
.Xr ucom 4 ,
.Xr umodem 4 ,
OpenPOWER on IntegriCloud