summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)AuthorFilesLines
2021-06-26Add actual querying capabilitiesWalter Harms1-0/+4
The world is littered with broken grep commands because `xrdb -query` can only dump the database and doesn't implement this simple search feature. This patch adds a new `-get` option to search and print the content of a single property by name. Signed-off-by: Michele Guerini Rocco <rnhm...@inventati.org> Reviewed-by: Walter Harms <wharms@bfs.de> Signed-off-by: Walter Harms <wharms@bfs.de>
2018-03-24Add -E flag to show cpp command line & processed input fileAlan Coopersmith1-0/+6
https://bugs.freedesktop.org/show_bug.cgi?id=98300 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-07-22Add -version flag to print package version string from autoconfAlan Coopersmith1-0/+4
Also adds missing entry for -help flag to usage message. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-By: Matt Dew <marcoz@osource.org>
2013-07-19predefined cpp macros can produce unexpected results (bug 3413)Matthieu Herrb1-0/+4
GNU cpp is predefining a number of symbols, depending on the host and target architecture. This can produce some unexpected results: for example, the expansion of CLIENTHOST if the host name is i386.my.domain. The attached patch creates a new -undef option to xrdb that is passed to cpp. Acked-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-06-30Clarify .Xresources vs. .Xdefaults in man pageAlan Coopersmith1-1/+5
Reported by John Feuerstein at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649187 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-01-19config: move man pages into their own directoryGaetan Nadon2-0/+314
Use services provided by XORG_MANPAGE_SECTIONS. Use standard Makefile for man pages. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>