summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* Remove "All rights reserved" from Oracle copyright notices.Alan Coopersmith2022-10-1713-13/+13
| | | | | | Oracle no longer includes this term in our copyright & license notices. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Fix spelling/wording issuesAlan Coopersmith2022-06-103-3/+3
| | | | | | | Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Fix typos in man pagesAlan Coopersmith2016-03-032-2/+2
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Replace presentationm-level requests with .RS/RE.Eric S. Raymond2012-08-231-9/+9
| | | | | | This will assist translation to DocBook. Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Replace various unsafe presentation-level requests with .RS/.RE and .EX/EE.Eric S. Raymond2012-08-231-47/+68
| | | | These can be translated structurally into DocBook.
* Strip trailing whitespaceAlan Coopersmith2011-09-1626-527/+527
| | | | | | | Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Correct XShm return values.Peter Hutterer2011-04-121-5/+5
| | | | | | | | | | | | | XShmAttach, XShmDetach, XShmPutImage do not return a Status but 0 or 1. Though the man section for XShmAttach says "if all goes well, you will get a non-zero status, back" this is counter to the usage of Status in Xlib itself where 0 means Success and no-zero specifies the specific error. XShmPixmapFormat does not return a Status but the pixmap format or 0 on failure. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Adam Jackson <ajax@redhat.com>
* Sun's copyrights belong to Oracle nowAlan Coopersmith2010-11-2113-13/+13
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Purge cvs tags.Jesse Adkins2010-10-0625-82/+0
| | | | | Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* man: list files to install only onceGaetan Nadon2010-08-161-2/+1
| | | | | | Newer versions of autoconf detect that error. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* man: store shadow man pages in git rather than generating themGaetan Nadon2010-08-1637-26/+36
| | | | | | | | | | 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>
* man: whitespace managementGaetan Nadon2010-08-161-33/+68
| | | | Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* man: use "shadows" terminology to refer to linking man pagesGaetan Nadon2010-08-161-10/+10
| | | | | | To be consistent with other libraries Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* man: using the C preprocessor is not required for man pages.Gaetan Nadon2010-08-061-37/+2
| | | | | | | | There were no special symbols needing cpp. Everything can be handled by the default MAN_SUBSTS in util-macros. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Update Sun license notices to current X.Org standard formAlan Coopersmith2010-01-1413-259/+194
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* .gitignore: use common defaults with custom section # 24239Gaetan Nadon2009-11-071-0/+2
| | | | | | Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults.
* Use $(AM_V_GEN) to silence makefile generation rulesAlan Coopersmith2009-10-211-20/+21
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Corrected order of arguments in man page for function: XShmCreateImageImranullah Syed2009-02-201-2/+3
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Janitor: Correct make distcheck and compiler warnings.Paulo Cesar Pereira de Andrade2009-01-291-3/+0
|
* Fix incorrect comment delimiters in libXext man pagesAlan Coopersmith2007-11-273-49/+49
| | | | | | | Similar to X.Org Bug #4312 <http://bugs.freedesktop.org/show_bug.cgi?id=4312> Protect /* sequences from cpp pre-processor removal without transforming to Unicode mathematical asterisk character, and fix incorrectly encoded /* sequences in XShm.man.
* Man page spelling/typo fixesAlan Coopersmith2006-10-243-6/+6
|
* Add XShm.man and aliases to Makefile.amAlan Coopersmith2006-10-241-1/+7
|
* Sun bug 4985712: man pages needed for MIT-SHM extension functionsSam Lau2006-10-241-0/+202
| | | | <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4985712>
* Fix various manpages that didn't have their section generated fromDavid Nusinow2006-08-2616-16/+16
| | | | __libmansuffix__.
* renamed: .cvsignore -> .gitignoreAlan Coopersmith2006-07-131-0/+0
|
* Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pagesAlan Coopersmith2006-02-121-3/+5
| | | | not created correctly when MANDIR & MANSUFFIX don't match.
* Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin 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 $(LIB_MAN_SUFFIX) in macro substitutions toAlan Coopersmith2005-10-181-6/+6
| | | | work better with BSD make
* Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's aAlan Coopersmith2005-10-171-4/+4
| | | | suffix rule (reported by Matthieu Herrb)
* Add generated man pages to .cvsignoresAlan Coopersmith2005-10-131-0/+1
|
* Add .shadows.DONE to CLEANFILES to pass distcheckKevin E Martin2005-10-121-0/+2
|
* configure.ac Set up cpp pre-processing of man pages Add shadow man pagesAlan Coopersmith2005-10-111-2/+74
| | | | for man pages that document multiple functions.
* Fix function prototypes to match dpms.hXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901Alan Coopersmith2005-09-242-4/+4
|
* Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directoryKeith Packard2005-07-091-0/+2
|
* Add man pages for DPMS Extension calls in libXext. (Converted to man pageAlan Coopersmith2005-06-281-0/+9
| | | | format by Sun doc teams based on DPMS specification docs.)
* Add man pages for DPMS Extension calls in libXext. (Converted to man pageXORG-6_8_99_15XORG-6_8_99_14Alan Coopersmith2005-06-289-0/+864
| | | | format by Sun doc teams based on DPMS specification docs.)
* Convert man pages to long file names in lib/X11, lib/Xt, & lib/XextAlan Coopersmith2005-05-221-15/+18
|
* Add man/Makefile.am and src/Makefile.amSøren Sandmann Pedersen2005-05-181-0/+16
|
* Add man pages for TOG-CUP extension functions. (Converted to man pageAlan Coopersmith2005-01-223-0/+247
| | | | format by Sun based on TOG-CUP specification docs.)
* 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-2313-13/+15
|
* Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich2004-03-1413-13/+13
|
* Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENTEgbert Eich2004-03-0313-13/+13
|
* readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich2004-02-2613-13/+13
|
* Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich2004-02-2613-13/+13
|
* XFree86 4.3.99.901 (RC 1)xf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-012804-2330Kaleb Keithley2003-12-042-38/+38
|
* XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley2003-11-252-4/+4
|
* XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1Kaleb Keithley2003-11-1413-39/+78
|
* R6.6 is the Xorg base-lineXORG-MAINXORG-STABLEKaleb Keithley2003-11-1413-0/+1611