summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)AuthorFilesLines
2012-08-23Replace presentationm-level requests with .RS/RE.Eric S. Raymond1-9/+9
This will assist translation to DocBook. Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
2012-08-23Replace various unsafe presentation-level requests with .RS/.RE and .EX/EE.Eric S. Raymond1-47/+68
These can be translated structurally into DocBook.
2011-09-16Strip trailing whitespaceAlan Coopersmith26-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>
2011-04-12Correct XShm return values.Peter Hutterer1-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>
2010-11-21Sun's copyrights belong to Oracle nowAlan Coopersmith13-13/+13
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-06Purge cvs tags.Jesse Adkins25-82/+0
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-08-16man: list files to install only onceGaetan Nadon1-2/+1
Newer versions of autoconf detect that error. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-08-16man: store shadow man pages in git rather than generating themGaetan Nadon37-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>
2010-08-16man: whitespace managementGaetan Nadon1-33/+68
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-08-16man: use "shadows" terminology to refer to linking man pagesGaetan Nadon1-10/+10
To be consistent with other libraries Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-08-06man: using the C preprocessor is not required for man pages.Gaetan Nadon1-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>
2010-01-14Update Sun license notices to current X.Org standard formAlan Coopersmith13-259/+194
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-11-07.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-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.
2009-10-21Use $(AM_V_GEN) to silence makefile generation rulesAlan Coopersmith1-20/+21
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-02-20Corrected order of arguments in man page for function: XShmCreateImageImranullah Syed1-2/+3
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-01-29Janitor: Correct make distcheck and compiler warnings.Paulo Cesar Pereira de Andrade1-3/+0
2007-11-27Fix incorrect comment delimiters in libXext man pagesAlan Coopersmith3-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.
2006-10-24Man page spelling/typo fixesAlan Coopersmith3-6/+6
2006-10-24Add XShm.man and aliases to Makefile.amAlan Coopersmith1-1/+7
2006-10-24Sun bug 4985712: man pages needed for MIT-SHM extension functionsSam Lau1-0/+202
<http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4985712>
2006-08-26Fix various manpages that didn't have their section generated fromDavid Nusinow16-16/+16
__libmansuffix__.
2006-07-13renamed: .cvsignore -> .gitignoreAlan Coopersmith1-0/+0
2006-02-12Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pagesAlan Coopersmith1-3/+5
not created correctly when MANDIR & MANSUFFIX don't match.
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin1-3/+3
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith1-1/+1
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-10-18Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions toAlan Coopersmith1-6/+6
work better with BSD make
2005-10-17Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's aAlan Coopersmith1-4/+4
suffix rule (reported by Matthieu Herrb)
2005-10-13Add generated man pages to .cvsignoresAlan Coopersmith1-0/+1
2005-10-12Add .shadows.DONE to CLEANFILES to pass distcheckKevin E Martin1-0/+2
2005-10-11configure.ac Set up cpp pre-processing of man pages Add shadow man pagesAlan Coopersmith1-2/+74
for man pages that document multiple functions.
2005-09-24Fix function prototypes to match dpms.hXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901Alan Coopersmith2-4/+4
2005-07-09Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directoryKeith Packard1-0/+2
2005-06-28Add man pages for DPMS Extension calls in libXext. (Converted to man pageAlan Coopersmith1-0/+9
format by Sun doc teams based on DPMS specification docs.)
2005-06-28Add man pages for DPMS Extension calls in libXext. (Converted to man pageXORG-6_8_99_15XORG-6_8_99_14Alan Coopersmith9-0/+864
format by Sun doc teams based on DPMS specification docs.)
2005-05-22Convert man pages to long file names in lib/X11, lib/Xt, & lib/XextAlan Coopersmith1-15/+18
2005-05-18Add man/Makefile.am and src/Makefile.amSøren Sandmann Pedersen1-0/+16
2005-01-22Add man pages for TOG-CUP extension functions. (Converted to man pageAlan Coopersmith3-0/+247
format by Sun based on TOG-CUP specification docs.)
2004-04-23Merging 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-MERGEXORG-6_8-branchEgbert Eich13-13/+15
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich13-13/+13
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich13-13/+13
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich13-13/+13
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich13-13/+13
2003-12-04XFree86 4.3.99.901 (RC 1)xf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-012804-2330Kaleb Keithley2-38/+38
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley2-4/+4
2003-11-14XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1Kaleb Keithley13-39/+78
2003-11-14R6.6 is the Xorg base-lineXORG-MAINXORG-STABLEKaleb Keithley13-0/+1611