summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)AuthorFilesLines
2023-02-25Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith1-1/+1
Oracle no longer includes this term in our copyright & license notices. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-07-17Fix spelling/wording issuesAlan Coopersmith1-1/+1
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2012-08-24Uppercase SH arguments.Thomas Klausner1-8/+8
Signed-off-by: Thomas Klausner <wiz@NetBSD.org> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-10-05XvQueryExtension doesn't return XvBadAllocJeremy Huddleston1-4/+0
https://bugs.freedesktop.org/show_bug.cgi?id=22829 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2011-09-16Strip trailing whitespaceAlan Coopersmith2-32/+32
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>
2010-10-29Sun's copyrights now belong to OracleAlan Coopersmith1-2/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-08-18man: whitespace managementGaetan Nadon1-27/+27
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-08-18man: remove unrequired local fix for bug 5628Gaetan Nadon3-8/+3
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-07-08config: upgrade to util-macros 1.8 for additional man page supportAlan Coopersmith1-12/+5
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 Enables use of platform appropriate version of sed. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-01-14Update Sun license notices to current X.Org standard formAlan Coopersmith1-22/+19
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-03Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-03Convert documentation from xv-library-v2.2.txt into man pagesAlan Coopersmith11-12/+403
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-03Man page cleanups and formatting fixesAlan Coopersmith20-513/+622
- Convert man page section headings to traditional style/names Make them all caps, and use 'synopsis' instead of 'syntax' - Strip trailing whitespace from man pages - Add return types to function prototypes - Fix unbalanced quoting and other formatting issues - Use .BR for formatting man page references - Add "libXv Functions" to man page header Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-01Move xv-library-v2.2.txt document from xorg-docsAlan Coopersmith1-0/+300
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-02-02Janitor: make distcheck, compiler warnings, .gitignore.Paulo Cesar Pereira de Andrade1-3/+0
2008-03-09nuke RCS IdsMatthieu Herrb1-1/+0
2007-10-05get rid of ancient XFree86 CVS Id tagsAdemar de Souza Reis Jr20-20/+0
2007-10-05convert manpages prototypes to C ANSI formatAdemar de Souza Reis Jr18-285/+123
Closes: #8360 (libXv man pages should be converted to ANSI prototypes)
2006-09-19Correct description of dpy argument in libXv function man pagesAlan Coopersmith14-104/+14
(Previous description applies to programs, not functions - you must supply a valid Display pointer to functions, there is no fallback to $DISPLAY.)
2006-09-19Fix man page typosAlan Coopersmith2-2/+2
2006-07-13renamed: .cvsignore -> .gitignoreAlan Coopersmith1-0/+0
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-1/+1
work better with BSD make
2005-10-13doc/man/Xv/Xv.manXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901Alan Coopersmith20-120/+120
doc/man/Xv/XvFreeAdaptorInfo.man doc/man/Xv/XvFreeEncodingInfo.man doc/man/Xv/XvGetPortAttribute.man doc/man/Xv/XvGetStill.man doc/man/Xv/XvGetVideo.man doc/man/Xv/XvGrabPort.man doc/man/Xv/XvPortNotify.man doc/man/Xv/XvPutStill.man doc/man/Xv/XvPutVideo.man doc/man/Xv/XvQueryAdaptors.man doc/man/Xv/XvQueryBestSize.man doc/man/Xv/XvQueryEncodings.man doc/man/Xv/XvQueryExtension.man doc/man/Xv/XvSelectPortNotify.man doc/man/Xv/XvSelectVideoNotify.man doc/man/Xv/XvSetPortAttribute.man doc/man/Xv/XvStopVideo.man doc/man/Xv/XvUngrabPort.man doc/man/Xv/XvVideoNotify.man Convert hardcoded 3X to substitutable __libmansuffix__ like other library man pages.
2005-10-13[lib/Xv]Alan Coopersmith2-40/+70
Use sed to fill in variables in man pages
2005-07-12Typo fix.Daniel Stone1-1/+1
2005-07-09Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directoryKeith Packard1-0/+1
2005-06-13- Add Xv man pagesSøren Sandmann Pedersen1-0/+43
2004-04-23Merging XORG-CURRENT into trunksco_port_update-baserel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-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_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1XORG-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 Eich20-20/+20
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich20-20/+20
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich20-20/+20
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich20-20/+20
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich20-20/+20
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley3-6/+6
2003-11-14Initial revisionXORG-STABLEKaleb Keithley20-0/+1512