summaryrefslogtreecommitdiffstats
path: root/gxpp.1
diff options
context:
space:
mode:
Diffstat (limited to 'gxpp.1')
-rw-r--r--gxpp.14
1 files changed, 2 insertions, 2 deletions
diff --git a/gxpp.1 b/gxpp.1
index 7c7f9b5..731445c 100644
--- a/gxpp.1
+++ b/gxpp.1
@@ -72,12 +72,12 @@ baz
.B # gxpp -c /A/B/@name example.xml
3
-.B # gxpp -x "/A/B[@name='baz']" example.xml
+.B # gxpp -x \(dq/A/B[@name='baz']\(dq example.xml
<B name="baz">
<C>C of baz</C>
</B>
-.B # gxpp "/A/B[@name='bar']/C" example.xml
+.B # gxpp \(dq/A/B[@name='bar']/C\(dq example.xml
C of bar
.B # gxpp //C example.xml