aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/sysmouse.4
Commit message (Collapse)AuthorAgeFilesLines
* fix up my copyright..John-Mark Gurney2013-08-261-2/+1
| | | | Notes: svn path=/head/; revision=254930
* - Use `Va' for variables instead of `Dv'.Ulrich Spörlein2010-03-161-41/+40
| | | | | | | | | | | | - Correctly spell negative values. - Also fixes make manlint. Found by: make manlint Reviewed by: ru Approved by: philip (mentor) Notes: svn path=/head/; revision=205208
* Fix HISTORY section to detail the history of the driver, not the man page.Gavin Atkinson2010-01-161-2/+2
| | | | | | | Approved by: ed (mentor, implicit) Notes: svn path=/head/; revision=202445
* Quote the "u" as it's the name of the union, this may preventTom Rhodes2009-01-111-1/+1
| | | | | | | | | | | some confusion when reading the manual page. PR: 117798 Discussed with: keramida, brueffer Recommended by: phk Notes: svn path=/head/; revision=187066
* s/MOUSE_BUTTONEVENT/MOUSE_BUTTON_EVENT/gMarkus Brueffer2006-03-061-4/+4
| | | | | | | | | | s/MOUSE_MOTIONEVENT/MOUSE_MOTION_EVENT/g Approved by: brueffer MFC after: 3 days Notes: svn path=/head/; revision=156348
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
| | | | Notes: svn path=/head/; revision=141846
* Mechanically kill hard sentence breaks and double whitespaces.Ruslan Ermilov2004-07-031-2/+4
| | | | Notes: svn path=/head/; revision=131530
* mdoc(7): Properly mark C headers.Ruslan Ermilov2003-09-101-1/+1
| | | | Notes: svn path=/head/; revision=119964
* Hiten's patchset for section four manpages, slightly edited by me.Ruslan Ermilov2003-06-281-3/+6
| | | | Notes: svn path=/head/; revision=117011
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-2/+2
| | | | Notes: svn path=/head/; revision=84306
* mdoc(7) police:Ruslan Ermilov2001-08-071-1/+2
| | | | | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block. Notes: svn path=/head/; revision=81251
* Removed whitespace at end-of-line; no content changes. I simply didJens Schweikhardt2001-07-141-40/+40
| | | | | | | | | | | | | cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days Notes: svn path=/head/; revision=79727
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79538
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+1
| | | | Notes: svn path=/head/; revision=71895
* mdoc(7) police: do not split author names in the AUTHORS section.Ruslan Ermilov2000-11-221-0/+1
| | | | Notes: svn path=/head/; revision=69027
* Initiate deorbit burn sequence for <machine/mouse.h>.Poul-Henning Kamp2000-10-091-1/+1
| | | | | | | | | | | | | Replace all in-tree uses with <sys/mouse.h> which repo-copied a few moments ago from src/sys/i386/include/mouse.h by peter. This is also the appropriate fix for exo-tree sources. Put warnings in <machine/mouse.h> to discourage use. November 15th 2000 the warnings will be converted to errors. January 15th 2001 the <machine/mouse.h> files will be removed. Notes: svn path=/head/; revision=66860
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-081-1/+1
| | | | | | | | | | | | Replace all in-tree uses with necessary subset of <sys/{fb,kb,cons}io.h>. This is also the appropriate fix for exo-tree sources. Put warnings in <machine/console.h> to discourage use. November 15th 2000 the warnings will be converted to errors. January 15th 2001 the <machine/console.h> files will be removed. Notes: svn path=/head/; revision=66834
* Typos, missing words. I don't believe any of these are relevant toTim Vanderhoek2000-05-211-5/+5
| | | | | | | translators. Notes: svn path=/head/; revision=60748
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-8/+16
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57676
* * remove i386 specific markAlexey Zelkin1999-11-151-1/+1
| | | | | | | | * some style and syntax fixes * some duplicated $FreeBSD$ tags removed Notes: svn path=/head/; revision=53200
* Fix typo: MOUSE_GETSTAT -> MOUSE_GETSTATUS.Kazutaka YOKOTA1999-11-091-1/+1
| | | | | | | Found by: abial Notes: svn path=/head/; revision=53054
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Fix spelling error: compliment -> complementChris Costello1999-08-211-5/+5
| | | | Notes: svn path=/head/; revision=50103
* .Sh AUTHOR -> .Sh AUTHORS according to mdoc specs.Philippe Charnier1998-03-121-3/+3
| | | | | | | Use .An/.Aq. Notes: svn path=/head/; revision=34504
* Document recent mouse code changes.Kazutaka YOKOTA1997-12-071-45/+366
| | | | Notes: svn path=/head/; revision=31606
* add missing cvs Id lines.John-Mark Gurney1997-03-071-0/+1
| | | | Notes: svn path=/head/; revision=23462
* Add i386 to the .Dt line.Mike Pritchard1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=23027
* this manpage will actually make it's first appearance in 2.2.John-Mark Gurney1997-02-221-1/+1
| | | | | | | 2.2 Candidate Notes: svn path=/head/; revision=23026
* Remove an unneeded #include line.Mike Pritchard1997-02-221-1/+0
| | | | | | | Pointed-out-by: bde Notes: svn path=/head/; revision=23021
* sysmouse.4 should be in man4.i386.Mike Pritchard1997-02-221-0/+142
Notes: svn path=/head/; revision=23020