Commit graph

8 commits

Author SHA1 Message Date
Alan Coopersmith
eb400f6fda man pages: remove extraneous paragraph macros
Fixes warnings from `mandoc -T lint`:

mandoc: XChangeKeyboardControl.3:156:2: WARNING: skipping paragraph macro: PP empty
mandoc: XcmsAllocColor.3:147:2: WARNING: skipping paragraph macro: PP empty
mandoc: XcmsStoreColor.3:183:2: WARNING: skipping paragraph macro: PP empty
mandoc: XConfigureWindow.3:236:2: WARNING: skipping paragraph macro: PP empty
mandoc: XCreateWindow.3:221:2: WARNING: skipping paragraph macro: PP empty
mandoc: XGetVisualInfo.3:114:2: WARNING: skipping paragraph macro: PP empty
mandoc: XOpenIM.3:73:2: WARNING: skipping paragraph macro: PP empty
mandoc: XQueryExtension.3:44:2: WARNING: skipping paragraph macro: PP after SH

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/lib/libx11/-/merge_requests/286>
2025-07-13 10:04:44 -07:00
Thomas E. Dickey
8fe8aafe7e
split lines at sentence endings
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-07-30 05:07:40 -04:00
Thomas E. Dickey
6f2cbcea5d
trim trailing whitespace from manpages
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-07-30 04:52:25 -04:00
Thomas E. Dickey
c0f0651f2b
the last commit overlooked some fake-quote pairs
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-07-30 04:34:54 -04:00
Walter Harms
ef31143c9d fix ``fake quotes'' in text
to remove the fake quotes replace them with propper
predefined macros \*(lq and \*(rq. this will allow
nroff to choose the propper characters when using ps etc.

Signed-off-by: Walter Harms <wharms@bfs.de>
2019-07-29 18:50:19 +02: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
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
Chris Less
30f6ffedea Fixing bug #380 - add a man page for XQueryExtension, XListExtensions, and XFreeExtensionList. 2005-07-04 23:01:48 +00:00