Christian Brueffer
1adc28f5a8
Fix a slew of mdoc errors and warnings.
...
MFC after: 1 week
2019-02-23 09:34:57 +00:00
Edward Tomasz Napierala
7762e8a12e
Make it possible (controlled via sysctl, enabled by default) to mark
...
device-side (and only device-side) "virtual USB serial adapters" - the
ones you can get with an OTG-capable board - as consoles. It boils down
to adding the device name to kern.console sysctl, although doing that
requires jumping through some hoops. It doesn't change the actual
operation of those virtual devices. The point is to make it possible
for init(8) to recognize them as console devices and to launch getty(8)
for them, when configured as "onifconsole" in ttys(5). The point of
that, in turn, is to add such entries to the default ttys(5), so that
init(8) will launch gettys for device-side "virtual serial adapters",
but not for actual USB serial dongles.
Reviewed by: hselasky@
No objections: imp@
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
2018-04-25 15:28:46 +00:00
Edward Tomasz Napierala
7722b7d508
Use more common format for sysctls/tunables descriptions in USB man pages.
...
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
2018-04-24 17:46:33 +00:00
Brad Davis
4426f42906
Document usb verbosity levels
...
Submitted by: Tom Jones <jones@sdf.org>
Approved by: hselasky
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D11850
2017-08-04 08:56:31 +00:00
Edward Tomasz Napierala
fa196dea22
Fix device paths for USB serial adapters: the formatting strings
...
contain "%u", differently from eg uart(4) which uses "%r".
Suggested by: bde@
MFC after: 2 weeks
2017-05-09 08:36:09 +00:00
Edward Tomasz Napierala
4f4acb65e8
Add information about device nodes to man pages for USB serial drivers.
...
MFC after: 2 weeks
2017-04-26 19:51:10 +00:00
Edward Tomasz Napierala
b96fc19739
Add some .Xrs to USB serial driver man pages.
...
MFC after: 2 weeks
2017-04-26 19:41:53 +00:00
Edward Tomasz Napierala
2017d1b01b
ioctl(8) -> ioctl(2)
...
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
2016-02-29 17:37:35 +00:00
Ian Lepore
5994d9f10c
Update ucom(4) with information about the new PPS capture abilities.
...
Differential Revision: https://reviews.freebsd.org/D2049
2015-03-18 14:49:16 +00:00
Kevin Lo
34ad8c7be4
bump .Dd
...
Reported by: gjb
2014-10-03 01:39:33 +00:00
Kevin Lo
7fb94ea5c3
Mention umoscom(4) and uslcom(4).
2014-10-03 01:20:49 +00:00
Baptiste Daroussin
6c89995002
use .Mt to mark up email addresses consistently (final part)
...
PR: 191174
Submitted by: Franco Fichtner <franco at lastsummer.de>
2014-06-26 21:46:14 +00:00
Hans Petter Selasky
884a2a6996
Rename recently added USB serial driver.
...
Suggested by: YongHyeon PYUN
MFC after: 7 days
2011-06-04 20:40:24 +00:00
Hans Petter Selasky
0c38ca8cf4
Add support for new USB serial driver.
...
Submitted by: Lev Serebryakov, lev @
MFC after: 14 days
2011-06-01 17:58:27 +00:00
Ulrich Spörlein
0afc94c17a
mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the
...
bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention
CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put
them.
Found by: mdocml lint run
Reviewed by: ru
2010-05-13 12:07:55 +00:00
Joel Dahl
8bf7539fe9
The NetBSD Foundation has granted permission to remove clause 3 and 4 from
...
their software.
Obtained from: NetBSD
2010-03-02 21:59:03 +00:00
Edward Tomasz Napierala
8ae7052e5f
Change u3g(4) and ucom(4) to not refer to pppd(8), which is gone.
2009-12-28 09:32:45 +00:00
Christian Brueffer
ba0700b5b6
Xref uchcom(4).
2008-03-01 13:28:27 +00:00
Warner Losh
27f1d1718a
Note the change in /dev name
...
Submitted By: Kay Abendroth
PR: usb/106070
Approved by: re (blanket)
2007-06-30 14:36:37 +00:00
Christian Brueffer
c5f3a2c1a5
- Use a standard section 4 SYNOPSIS
...
- Xref uark(4)
MFC after: 3 days
2006-11-18 08:07:43 +00:00
Simon L. B. Nielsen
c632f6dbda
Catch up with new naming scheme for USB serial devices: s/ucom/cuaU/.
...
PR: docs/80027
Submitted by: Rong-En Fan <rafan@infor.org>
2005-04-17 16:08:51 +00:00
Christian Brueffer
f9697896a6
Add a missing 's'
...
MFC after: 3 days
2004-09-06 20:02:14 +00:00
Warner Losh
fc1a4ecf57
Insert device foo for a few drivers that don't have it. Replace the
...
NetBSD config syntax with the FreeBSD syntax.
2004-06-24 05:09:15 +00:00
Josef Karthauser
bcee849934
Replace /dev/tty with /dev/ucom.
...
Submitted by: wilko
2002-08-12 20:28:53 +00:00
Ruslan Ermilov
eb98fe6489
mdoc(7) police: minor markup nits.
...
The SYNOPSIS should be fixed to fit the FreeBSD needs.
2002-05-30 12:34:06 +00:00
Tom Rhodes
8b97f3548e
Add usb(4) manual pages.
...
PR: 27919
Obtained from: NetBSD
MFC after: 3 days
2002-04-19 18:18:11 +00:00