summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-03-24 23:24:46 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-03-24 23:24:46 -0700
commit4c01ea85005fbc3506e32b88e1db3186538f8b9a (patch)
tree0a55f29da8366a741b056621c2c30938b0d6d92f /man
parent74e8f61bd2f6857b8f242ffd34b3fe0ba1a04aa9 (diff)
Add -E flag to show cpp command line & processed input file
https://bugs.freedesktop.org/show_bug.cgi?id=98300 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man')
-rw-r--r--man/xrdb.man6
1 files changed, 6 insertions, 0 deletions
diff --git a/man/xrdb.man b/man/xrdb.man
index 211c0a2..7ed14fc 100644
--- a/man/xrdb.man
+++ b/man/xrdb.man
@@ -231,6 +231,12 @@ into properties.
This option is passed to the C preprocessor if used. It prevents it from
predefining any system specific macros.
.TP 8
+.B \-E
+This option indicates that any cpp command run and the output from it should
+be shown on standard output. If \fB\-nocpp\fP was also specified, the input
+file will be shown as read. The specified changes will also be performed
+unless the \fB\-n\fP option is also specified.
+.TP 8
.B \-symbols
This option indicates that the symbols that are defined for the preprocessor
should be printed onto the standard output.