aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/umct.4
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-231-2/+0
| | | | | | | Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/ Similar commit in main: (cherry picked from commit fa9896e082a1)
* Fix device paths for USB serial adapters: the formatting stringsEdward Tomasz Napierala2017-05-091-7/+7
| | | | | | | | | | contain "%u", differently from eg uart(4) which uses "%r". Suggested by: bde@ MFC after: 2 weeks Notes: svn path=/head/; revision=318017
* Add information about device nodes to man pages for USB serial drivers.Edward Tomasz Napierala2017-04-261-1/+15
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=317463
* use .Mt to mark up email addresses consistently (final part)Baptiste Daroussin2014-06-261-3/+3
| | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de> Notes: svn path=/head/; revision=267938
* - Add missing usb and ucom devicesMartin Wilke2011-11-201-1/+3
| | | | | | | | | | | PR: usb/160301 Submitted by: Garrett Cooper <gcooper@ixsystems.com> Reviewed by: hselasky Approved by: hselasky, rwatson (mentor) MFC after: 3 Days Notes: svn path=/head/; revision=227750
* - Remove superfluous ucom device lines in USB manual pages.Hans Petter Selasky2011-03-071-1/+0
| | | | | | | | | Submitted by: Carl @ telus.net MFC after: 14 days Approved by: thompsa (mentor) Notes: svn path=/head/; revision=219387
* Use our standard section 4 SYNOPSIS.Christian Brueffer2006-11-221-1/+13
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=164524
* Sort the list of devices in the HARDWARE section. Also move the sectionChristian Brueffer2005-02-231-17/+17
| | | | | | | | | below the DESCRIPTION section for consistency with the other manpages. MFC after: 3 days Notes: svn path=/head/; revision=142336
* Remove an unnecessary .It.Maxim Konovalov2004-08-191-1/+0
| | | | | | | Reviewed by: ru Notes: svn path=/head/; revision=134016
* Add support for Belkin F5U409 serial-usb adapterMIHIRA Sanpei Yoshiro2004-08-071-0/+2
| | | | | | | | PR: kern/69804 Submitted by: Dan Nelson <dnelson@allantgroup.com> Notes: svn path=/head/; revision=133290
* Use the commonly used list type to enumerate supported devices.Ruslan Ermilov2004-07-081-1/+1
| | | | Notes: svn path=/head/; revision=131809
* Mechanically kill hard sentence breaks and double whitespaces.Ruslan Ermilov2004-07-031-2/+4
| | | | Notes: svn path=/head/; revision=131530
* Add a manual page for the umct(4) driver.Scott Long2004-03-011-0/+85
Notes: svn path=/head/; revision=126426