Sun Jul 26 21:47:16 2020 UTC ()
Minor wording improvements.


(wiz)
diff -r1.3 -r1.4 src/share/man/man4/wwanc.4

cvs diff -r1.3 -r1.4 src/share/man/man4/wwanc.4 (expand / switch to unified diff)

--- src/share/man/man4/wwanc.4 2020/07/26 15:57:03 1.3
+++ src/share/man/man4/wwanc.4 2020/07/26 21:47:16 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: wwanc.4,v 1.3 2020/07/26 15:57:03 jdolecek Exp $ 1.\" $NetBSD: wwanc.4,v 1.4 2020/07/26 21:47:16 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 2020 The NetBSD Foundation, Inc. 3.\" Copyright (c) 2020 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 14.\"
@@ -28,33 +28,34 @@ @@ -28,33 +28,34 @@
28.Dt WWANC 4 28.Dt WWANC 4
29.Os 29.Os
30.Sh NAME 30.Sh NAME
31.Nm wwanc 31.Nm wwanc
32.Nd PCI LTE modem 32.Nd PCI LTE modem
33.Sh SYNOPSIS 33.Sh SYNOPSIS
34.Cd "wwanc* at pci? dev ? function ?" 34.Cd "wwanc* at pci? dev ? function ?"
35.Cd "wwan* at wwanc?" 35.Cd "wwan* at wwanc?"
36.Sh DESCRIPTION 36.Sh DESCRIPTION
37The 37The
38.Nm 38.Nm
39driver provides support for Fibocom L850-GL / Intel XMM7360. 39driver provides support for Fibocom L850-GL / Intel XMM7360.
40.Pp 40.Pp
41Device establishes connections via cellular networks such as 41The device establishes connections via cellular networks such as
42GPRS, UMTS, and LTE. 42GPRS, UMTS, and LTE.
43They appear as a regular point-to-point network interface, 43They appear as a regular point-to-point network interface,
44transporting raw IP frames. 44transporting raw IP frames.
45.Pp 45.Pp
46SIM card needs to be unlocked, driver provides no means to provide 46The SIM card needs to be unlocked, the
47password for the SIM. 47.Nm
 48driver provides no means to provide a password for the SIM.
48.Sh HARDWARE 49.Sh HARDWARE
49The following devices should work: 50The following devices should work:
50.Pp 51.Pp
51.Bl -tag -width Ds -offset indent -compact 52.Bl -tag -width Ds -offset indent -compact
52.It Intel XMM7360 53.It Intel XMM7360
53.El 54.El
54.Sh SEE ALSO 55.Sh SEE ALSO
55.Xr intro 4 , 56.Xr intro 4 ,
56.Xr netintro 4 , 57.Xr netintro 4 ,
57.Xr pci 4 , 58.Xr pci 4 ,
58.Xr ifconfig.if 5 , 59.Xr ifconfig.if 5 ,
59.Xr ifconfig 8 , 60.Xr ifconfig 8 ,
60.Xr MAKEDEV 8 , 61.Xr MAKEDEV 8 ,
@@ -71,19 +72,19 @@ The @@ -71,19 +72,19 @@ The
71driver was written by 72driver was written by
72.An James Wah Aq Mt james@laird-wah.net 73.An James Wah Aq Mt james@laird-wah.net
73for Linux, it was ported to 74for Linux, it was ported to
74.Ox 75.Ox
75and 76and
76.Nx 77.Nx
77by 78by
78.An Jaromir Dolecek Aq Mt jdolecek@NetBSD.org . 79.An Jaromir Dolecek Aq Mt jdolecek@NetBSD.org .
79.Sh CAVEATS 80.Sh CAVEATS
80The 81The
81.Nm 82.Nm
82driver IPv6 support is untested. 83driver IPv6 support is untested.
83.Pp 84.Pp
84Network initialization requires Python script published on the Linux 85Network initialization requires a Python script published in the Linux
85driver repository. 86driver repository.
86The script requires the management device nodes to be created via: 87The script requires the management device nodes to be created via:
87.Bd -literal -offset indent 88.Bd -literal -offset indent
88cd /dev && ./MAKEDEV xmm0 89cd /dev && ./MAKEDEV xmm0
89.Ed 90.Ed