summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* mention "Inherits=" listsThomas E. Dickey2021-05-051-32/+55
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* eliminate special escaping for "/*" which produces look-alike Unicode forThomas E. Dickey2021-03-191-14/+14
| | | | | | | newer groff (making select/paste useless), but is not necessary with groff, mandoc or Solaris 10 nroff. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* fix a typo and a style issueThomas E. Dickey2021-03-191-2/+2
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* update copyright noticeThomas E. Dickey2021-03-171-15/+16
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* fix raggedy prototypes and structure declarations using tabstops in ↵Thomas E. Dickey2021-03-171-287/+311
| | | | | | appropriate macros Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* document the API called from libX11Thomas E. Dickey2021-03-178-8/+105
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* document the cursor-comments functionsThomas E. Dickey2021-03-176-0/+41
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* document the animation support functionsThomas E. Dickey2021-03-175-39/+70
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* improve explanation of Xcursor's search algorithmThomas E. Dickey2021-03-171-35/+63
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* start on the animated cursors; fixup whitespaceThomas E. Dickey2021-03-173-45/+54
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* update ".so" links, and fix a special case for "const char *" in parsing ↵Thomas E. Dickey2021-03-1711-25/+42
| | | | | | function-names Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* document the cursor-load functionsThomas E. Dickey2021-03-171-6/+55
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add see-also sectionThomas E. Dickey2021-03-171-4/+14
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* document the library-attributesThomas E. Dickey2021-03-171-1/+28
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* document the theme_core setter/getter functionsThomas E. Dickey2021-03-171-3/+16
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* improve explanation for functions which load imagesThomas E. Dickey2021-03-171-6/+29
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* italicize parameter names, for readabilityThomas E. Dickey2021-03-171-79/+85
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* correct a prototypeThomas E. Dickey2021-03-171-1/+1
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* further formatting fixes. added script to create/find ".so" files which are ↵Thomas E. Dickey2021-03-1710-37/+238
| | | | | | missing Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* make the function-prototypes easier to read, by eliminating hyphenation and ↵Thomas E. Dickey2021-03-171-24/+29
| | | | | | filling Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* document the other environment variablesThomas E. Dickey2021-03-171-2/+96
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* Strip trailing whitespaceAlan Coopersmith2011-09-161-2/+2
| | | | | | | Performed with: find * -type f | xargs perl -i -p -e 's{\s+$}{\n}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* config: perform XCURSORPATH formatting in man/Makefile.amGaetan Nadon2011-02-021-1/+3
| | | | | | We can skip the extra step of using XCURSORPATH_LIST in configure.ac. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* man: whitespace managementGaetan Nadon2010-08-161-32/+33
| | | | Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* man: reorder makefile statementsGaetan Nadon2010-08-161-13/+12
| | | | | | No functional change. Shadows are part of libman_PRE. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* man: store shadow man pages in git rather than generating themGaetan Nadon2010-08-1632-19/+35
| | | | | | | | | | Simplify the build process and the makefile. Local fix in CVS for bug 5628 is not required as the problem has been fixed in util-macros d9062e4077ebfd0985baf8418f3d0f111b9ddbba Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: upgrade to util-macros 1.8 for additional man page supportGaetan Nadon2010-08-161-10/+3
| | | | | | | | | Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Janitor: make distcheck, compiler warnings, extra .gitignore files.Paulo Cesar Pereira de Andrade2009-01-291-2/+0
|
* Make shadow man pages for each functionAlan Coopersmith2007-08-221-0/+46
|
* Add XCURSOR_PATH to man pageAlan Coopersmith2007-08-211-1/+7
|
* Use cursorpath found by configure in man pageAlan Coopersmith2007-08-212-6/+12
|
* Use $prefix & $ICONDIR settings from configure for default path in manpageAlan Coopersmith2006-10-062-3/+3
| | | | (Stop hardcoding /usr/X11R6 & /usr/share in the paths shown.)
* Xcursor.man formatting cleanupsAlan Coopersmith2006-10-061-4/+6
|
* Use version number from configure.ac in Xcursor.man instead of "Version 1.0"Alan Coopersmith2006-08-242-2/+5
|
* Man page typo fixes (pimaps, directorys)Alan Coopersmith2006-08-241-2/+2
|
* renamed: .cvsignore -> .gitignoreAlan Coopersmith2006-07-131-0/+0
|
* Change *man_SOURCES ==> *man_PRE to fix autotools warnings.Kevin E Martin2005-12-061-3/+3
|
* Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith2005-11-281-1/+1
| | | | update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
* Use $(LIB_MAN_SUFFIX) instead of forcing man page into section 3.Alan Coopersmith2005-11-131-2/+14
|
* Use troff macros to prevent cpp eating C comments & #defines that areXORG-6_8_99_901Alan Coopersmith2005-10-131-14/+14
| | | | supposed to appear in man page output.
* Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directoryKeith Packard2005-07-091-0/+2
|
* Remove experiment with calling the man page file 4xSøren Sandmann Pedersen2005-06-081-1/+1
|
* Remove all the not found with pkgconfig stuffSøren Sandmann Pedersen2005-06-081-1/+1
|
* - Add Xcursor build systemSøren Sandmann Pedersen2005-06-081-0/+3
|
* Encoding of numerous files changed to UTF-8sco_port_update-baseXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1sco_port_updateMarkus Kuhn2004-12-041-1/+1
|
* Merging XORG-CURRENT into trunkrel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGElg3d-masterlg3d-eventlg3d-dev-0-7-1lg3d-dev-0-7-0lg3d-dev-0-6-latestlg3d-dev-0-6-2lg3d-dev-0-6-1-latestlg3d-dev-0-6-1-currentlg3d-dev-0-6-1-1lg3d-dev-0-6-1lg3dXORG-6_8-branchCOMPOSITEWRAPEgbert Eich2004-04-231-19/+20
|
* Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich2004-03-141-1/+1
|
* Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENTEgbert Eich2004-03-031-1/+1
|
* readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich2004-02-261-1/+1
|
* Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich2004-02-261-1/+1
|