summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Expand)AuthorFilesLines
2015-02-06Fix XErrorEvent struct field order in man pageJoonas Javanainen1-1/+1
2015-02-05compose: fix the description of modifiers in compose sequencesRan Benita1-7/+9
2015-02-05xkb: fix misleading comment about consumed modifiersRan Benita2-2/+2
2014-12-10Fix pasto in XkbGetKeyBehaviors(3) manualIngo Schwarze1-3/+3
2014-05-20Add missing .TE tags to end tables in Xkb man pagesAlan Coopersmith2-0/+2
2014-05-20XCreateGC.man: simplify table to work with Solaris tblAlan Coopersmith1-70/+24
2014-03-03man: fix man page for XkbGetMapPeter Hutterer1-1/+1
2013-06-06Remove call to undefined macro.Eric S. Raymond1-1/+0
2013-06-06Remove call to undefined macro.Eric S. Raymond1-1/+0
2013-06-02XCreateGC man page: Avoid .TS H and .TH macrosThomas Klausner1-2/+1
2013-03-08Add <X11/Xresource.h> hint to all Xrm* man pagesAlan Coopersmith7-0/+14
2012-08-23Renove some unnecessary low-level markup.Eric S. Raymond5-20/+13
2012-08-23The .NT/.NE macro pair is no longer used. Remove it.Eric S. Raymond180-4680/+0
2012-08-23Remove the one and only use of the .NT/.NE pair.Eric S. Raymond1-3/+2
2012-08-23The .C{ and .C} macros are never used. Remove them.Eric S. Raymond182-4186/+0
2012-08-23The .FN macro, paired with .FD, is also never used. Remove it.Eric S. Raymond182-910/+0
2012-08-23The ".FD" macro is never used. Remove it.Eric S. Raymond182-1274/+0
2012-08-23Clean up, my last commit missed four cases.Eric S. Raymond4-31/+19
2012-08-23Eliminate all uses of tab stops in the libX11 man pages.Eric S. Raymond182-813/+684
2012-01-06Add more Xkb man pages to the See Also lists for core keyboard functionsAlan Coopersmith5-0/+9
2011-09-19XGrabKey manual page: change XAllowAccess to XAllowEvents in See AlsoAlexander Polakov1-1/+1
2011-05-17Fix man page and comment references to use XFreeModifiermap (lowercase map)Alan Coopersmith3-2/+2
2011-05-17XKB man pages: Fix coordinantes typo in multiple pagesAlan Coopersmith5-5/+5
2011-05-17DisplayOfCCC.man: Fix typo "ClientWhitePointOfCC" -> "ClientWhitePointOfCCC"Alan Coopersmith1-1/+1
2010-12-21Revert "Mark atom names argument to XInternAtoms as const"Alan Coopersmith1-4/+4
2010-11-24Mark atom names argument to XInternAtoms as constAlan Coopersmith1-4/+4
2010-09-03Sun's copyrights are now owned by OracleAlan Coopersmith202-202/+202
2010-08-27config: remove man-pages configuration optionGaetan Nadon2-4/+0
2010-08-13man: xkb: remove unused variable LIB_MAN_DIR_SUFFIXGaetan Nadon1-2/+0
2010-08-13man: simplify building of shadow man pagesGaetan Nadon433-633/+493
2010-08-06 man: using the C preprocessor is not required for man pages.Gaetan Nadon2-38/+7
2010-07-24Compose.man: default user compose file is .XCompose, not .XcomposeJulien Cristau1-1/+1
2010-06-24Define FILE_MAN_DIR_SUFFIX so XCompose shadow page has correct pathAlan Coopersmith1-0/+1
2010-06-01Clarify requirements in XRestackWindows man pageAlan Coopersmith1-1/+1
2010-04-08Fix manual typos.Kusanagi Kouichi3-100/+100
2010-04-08man: Correct the XkbAllAccessXEventsMask mask nameDirk Wallenstein3-3/+3
2010-04-08man: Add missing geometry component flagDirk Wallenstein1-1/+2
2010-04-08man: Return value of XkbGetState is Status and not BoolDirk Wallenstein1-1/+1
2010-04-08man: Fix return value specification of XkbKeyActionEntryDirk Wallenstein1-4/+4
2010-04-08man: Redirect users from XKeycodeToKeysym to XkbKeycodeToKeysym #25732Dirk Wallenstein1-0/+4
2010-01-16man: Fix typo in MakefileJulien Cristau1-1/+1
2010-01-14Purge CVS/RCS id tagsAlan Coopersmith181-232/+0
2010-01-14Update Sun license notices to current X.Org standard formAlan Coopersmith202-5222/+3836
2010-01-14Add %S substitutions to Compose man pageAlan Coopersmith1-5/+11
2010-01-05Add XCompose man page shadow for Compose man pageAlan Coopersmith1-0/+11
2009-10-29man: fix XCopyGC argument orderJulien Cristau1-2/+2
2009-10-22Add man page for Compose file formatAlan Coopersmith4-6/+178
2009-10-16Use $(AM_V_GEN) to silence echo commands for generating shadow man pagesAlan Coopersmith1-142/+142
2009-10-08Use AM_V_GEN instead of customized macros for AM_SILENT_RULESXake2-2/+2
2009-09-18Use make rules instead of shell for loops to generate shadow man pagesAlan Coopersmith1-430/+567