Bug 9523 - Markup problems in XQueryExtension.3x
Summary: Markup problems in XQueryExtension.3x
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Documentation (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-02 10:18 UTC by Eric S. Raymond
Modified: 2007-08-21 14:50 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Eric S. Raymond 2007-01-02 10:18:14 UTC
See http://catb.org/~esr/doclifter/problems.html for details on how and
why these patches were generated.  Feel free to email me with any questions.
Note: These patches do not change the mod date of any manual page.  You
may wish to do that by hand.

Problems with XQueryExtension.3x:

1. Unknown or invalid macro.  That is, one that does not fit in the
macro set that the man page seems to be using.  This is a serious
error; it often means part of your text is being lost or rendered
incorrectly.

--- XQueryExtension.3x-orig	2006-12-20 11:54:46.000000000 -0500
+++ XQueryExtension.3x	2006-12-20 11:55:05.000000000 -0500
@@ -14,7 +14,7 @@
 .\" of the information in this document.  It is provided \`\`as-is'' without
 .\" express or implied warranty.
 .\"
-.dS xL Programming with Xlib
+.ds xL Programming with Xlib
 .TH XQueryExtension 3X11 7.0 Release "X Version 11" "X FUNCTIONS"
 .SH NAME
 XQueryExtension, XListExtensions, XFreeExtensionList \- list available extensions
@@ -25,7 +25,6 @@
 char **XListExtensions(\^\fIdisplay\fP, \fInextensions_return\fP\^)
 .HP
 XFreeExtensionList(\^\fIlist\fP\^)
-.FN
 .SH ARGUMENTS
 .IP \fIdisplay\fP 1i
 Specifies the connection to the X server.
-----------------------------
Comment 1 Daniel Stone 2007-02-27 01:35:27 UTC
Sorry about the phenomenal bug spam, guys.  Adding xorg-team@ to the QA contact so bugs don't get lost in future.
Comment 2 Alan Coopersmith 2007-08-21 14:50:56 UTC
Thanks for the fix - committed to git master:

commit b755b11f60cfd4a078ce054be07ac2bd339677e9
Author: Eric S. Raymond <esr@thyrsus.com>
Date:   Tue Jan 2 10:18:00 2007 -0800

    Bug 9523: Markup problems in XQueryExtension.3x
    
    X.Org Bugzilla #9523 <https://bugs.freedesktop.org/show_bug.cgi?id=9523>


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.