Commit graph

46 commits

Author SHA1 Message Date
Eric S. Raymond
2e7e0748d3 Bug #9651: Bad markup in XcmsColor.3x
X.Org Bugzilla #9651 <https://bugs.freedesktop.org/show_bug.cgi?id=9651>
2007-08-21 15:10:59 -07:00
Eric S. Raymond
c316aaf0aa Bug #9650: Bad markup in XLoadFont.3x manual page
X.Org Bugzilla #9650 <https://bugs.freedesktop.org/show_bug.cgi?id=9650>
2007-08-21 15:06:21 -07:00
Eric S. Raymond
ca5d9a625e Bug 9523: Markup problems in XQueryExtension.3x
X.Org Bugzilla #9523 <https://bugs.freedesktop.org/show_bug.cgi?id=9523>
2007-08-21 15:06:21 -07:00
Eric S. Raymond
e3430616f2 Bug #9516: Markup error in XAllocWMHints.3x
X.Org Bugzilla #9516 <https://bugs.freedesktop.org/show_bug.cgi?id=9516>
2007-08-21 13:30:44 -07:00
Brice Goglin
1a18319b3b Add missing override parameter in XrmCombineDatabase prototype in the manpage
Reported by Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=393434
and https://bugs.freedesktop.org/show_bug.cgi?id=9948

Also add the type of the second argument in XrmMergeDatabases.
2007-07-26 23:31:15 +02:00
Brice Goglin
6f0764d4b5 Clarify return value of XGetCommand in case of error in the manpage
Reported by Sean Perry <shalehperry@attbi.com>
in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=133348
and https://bugs.freedesktop.org/show_bug.cgi?id=9828
2007-07-26 22:53:52 +02:00
Alan Coopersmith
9824b40d2a Fix typo in nroff macro in XkbAddGeomOverlayKey.man 2007-04-28 00:42:18 -07:00
Alan Coopersmith
f93849dcc6 Protect C comments and #defines in XKB man pages from being mangled by cpp 2007-04-28 00:30:55 -07:00
Alan Coopersmith
f2f27d4763 Add Makefile to process/install XKB man pages 2007-04-28 00:14:50 -07:00
Dennis Arellano
d9954c6f6f Add man pages for XKB API's
Man pages originally written for X11R6.4 integration to Solaris 7 11/99
Sun bug id 4258344: Add new XKB API manpages for 6.4 upgrade
<http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4258344>

(Volunteer needed to convert prototypes in man pages to ANSI C style...)
2007-04-27 23:50:45 -07:00
Tilman Sauerbeck
f640a49b5e Markup tweak for XOpenIM. 2007-04-20 18:39:59 +02:00
Julien Cristau
e972b0bb25 Bug #9695: Fixed a few argument types in the XOpenIM manpage. 2007-04-20 18:35:09 +02:00
Julien Cristau
b4e2276f32 Bug #9697: Fixed documentation of XVisualInfo struct.
The "depth" member was said to be unsigned int, but it's signed.
2007-04-20 18:28:52 +02:00
Julien Cristau
4068f3dae0 Bug #9696: refer to XDefineCursor() instead of XDefineCusor(). 2007-04-20 16:41:21 +02:00
Ross Combs
f637a5b031 Debian bug #354315: Clarify return value in XGetWindowAttributes man page
This man page does not discuss the actual return values of the
function, but says they are of type "Status".  One might assume
that this means you could compare it with the "Success" macro.
One would be wrong.

The X functions seem to have two three types representing status.
If it is an "int" there are a number of error codes or "Success"
which can be compared against.  If it is a bool, the result can be
compared with "True" or "False".  If the return type is "Status" it
appears that the return type is either 0 or 1.  Unfortunately the
value for Success is zero, so it is important to distinguish
between the first two types of return values and the third;
otherwise the conditional will be inverted.

XGetWindowAttributes() is one of the functions which returns zero
for failure.  The man page should make this clear.
2006-11-25 14:54:06 -08:00
Jamey Sharp
a1168e11ec Add note in man-page that XListFontsWithInfo is not thread-safe.
_XReply drops the Display lock, so the value of dpy->request may change
before _XReply is called again.

I discovered this by inspection a year or two ago. I'm pretty confident
in the claim, and nobody has come up with an argument for why it's safe
despite appearances.
2006-11-21 17:52:34 -08:00
David Nusinow
e17c2cbe9f Dynamically generate internal manpage section using __libmanpagesuffix__ so that it actually matches the section if you don't use 3X11 2006-10-10 22:11:05 -04:00
Josh Triplett
e4c7cfdee4 Add manual pages for XGetXCBConnection and XSetEventQueueOwner 2006-10-06 15:53:27 -07:00
Mark Brown
1ddc44c1ca Sun bug 1149809: Document event delivery when grab is terminated. 2006-07-27 19:17:10 -07:00
Dennis Arellano
171107b03a Sun bug 4091271: XGetWindowProperty is missing a crucial prop_return description
Document that 32-bit format properties are always returned in arrays of type
long, even on systems where long is 64-bits.
<http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4091271>
2006-07-27 18:47:06 -07:00
Eric Anholt
3037700037 Bug #7188: Fix the documentation of XUrgencyHint (not UrgencyHint). 2006-07-21 18:56:04 -04:00
Matthieu Herrb
be266b201d Fix prototype of XConfigureWindow(). Bugzilla #6023. 2006-03-11 15:39:15 +01:00
Jamey Sharp
f25b4b00e1 Move .cvsignore to .gitignore. 2006-02-19 12:28:41 -08:00
Alan Coopersmith
010c3acbb3 Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pages not created correctly when MANDIR & MANSUFFIX don't match. 2006-02-12 18:19:17 +00:00
Alan Coopersmith
fe8c01c802 Fix typo in .TH line 2006-02-03 23:34:43 +00:00
Kevin E Martin
e7c04e0e65 Change *man_SOURCES ==> *man_PRE to fix autotools warnings. 2005-12-06 22:48:41 +00:00
Alan Coopersmith
649c37b479 Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) 2005-11-28 22:03:04 +00:00
Alan Coopersmith
2a2d905706 Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to work better with BSD make 2005-10-18 00:00:08 +00:00
Alan Coopersmith
66d35b6971 Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a suffix rule (reported by Matthieu Herrb) 2005-10-17 21:13:15 +00:00
Alan Coopersmith
b76a072530 configure.ac Use XORG_MAN_SECTIONS instead of custom man section configuration. Add shadow man pages for man pages that document multiple functions. 2005-10-12 00:04:50 +00:00
Alan Coopersmith
4a86f29969 Add XQueryExtension.man 2005-09-24 20:11:06 +00:00
Alan Coopersmith
e1f4c6f5e3 Fix more broken multi-line .ds macros. Remove extraneous ;'s . 2005-08-17 01:27:08 +00:00
Alan Coopersmith
1909786f4a Bugzilla #4112 <https://bugs.freedesktop.org/show_bug.cgi?id=4112> Patch #2687 <https://bugs.freedesktop.org/attachment.cgi?id=2897> Fix multi-line macros in XPutImage man page. (Debian bug #323210, fix by David Mart?nez Moreno) 2005-08-16 19:23:15 +00:00
Matthieu Herrb
0aed7d91f5 Build fix for non-GNU make. 2005-07-14 17:04:49 +00:00
Adam Jackson
b79422ccb0 typo fixes (Matthieu Herrb) 2005-07-14 15:12:44 +00:00
Keith Packard
de9784eb1b Ignore built man page files 2005-07-11 09:26:40 +00:00
Keith Packard
6e752ea120 Enable loadable i18n modules, making them configurable on the configure command line.
Clean up conditionals for XKB, XCMS, XLOCALEDIR
Create new lib directory for locale modules in ${X11_LIBDIR}/locale/lib. Add this to the default XLOCALEDIR search path.
Create separate X11_LOCALEDATADIR variable pointing at ${datadir}/X11/locale for installing locale data.
Split out xcms, xkb, xlibi18n sources from main xlib bits so they can be conditionally included more easily. Lots of source files have been moved with this step; the result seems like it might be easier to maintain.
Display message at end of configure script with selected options.
Fix manual building with cpp to add -traditional in cpprules.in. This isn't conditionalized at all, so it will break on systems not using GNU cpp.
2005-07-11 08:29:18 +00:00
Alan Coopersmith
6f2132b18e Set __libmansuffix__ & __xorgversion__ correctly when cpp processing man pages 2005-07-09 20:06:04 +00:00
Alan Coopersmith
3939ac4410 - Since all but one line of all the nls/*/Makefile.am files are identical, move common bits to nls/localerules.in for easier updating and use automake includes to include in all the nls/*/Makefile.am files
- Don't assume $(CPP) can take gcc-only -traditional flag
- CPP process man pages as is done in the monolithic tree
2005-07-09 18:44:14 +00:00
Keith Packard
19ba9d0df8 Clean up .cvsignore files 2005-07-09 06:01:49 +00:00
Chris Less
30f6ffedea Fixing bug #380 - add a man page for XQueryExtension, XListExtensions, and XFreeExtensionList. 2005-07-04 23:01:48 +00:00
Alan Coopersmith
09ebb34935 Convert man pages to long file names in lib/X11, lib/Xt, & lib/Xext 2005-05-22 19:05:11 +00:00
Søren Sandmann Pedersen
7eee605e3a - For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in <X11/...>
- For Xcomposite and Xdamage, don't link the build system out of the xc tree
- Link the public X11 headers into their own directory
- Add links to XKeysymDB and XErrorDB
- Add links to all the Xlib man pages
- Add links to the lcUniConv subdirectory
- Conditionally include config.h in Xlib source
2005-05-13 22:53:36 +00:00
Matthieu Herrb
a07ccae36e Fix missing XChangeProperty() prototype missing in synopsis section. 2004-12-12 08:42:50 +00:00
Egbert Eich
c6349f4319 Merging XORG-CURRENT into trunk 2004-04-23 18:42:09 +00:00
Kaleb Keithley
deae12c6b6 R6.6 is the Xorg base-line 2003-11-14 15:54:30 +00:00