summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichal novacek <mnovacek@redhat.com>2012-07-26 12:57:34 +0200
committerNathan Straz <nstraz@redhat.com>2012-07-26 09:49:03 -0400
commit745875d926da250bf32c7e7fbbb8e8c0177e5be4 (patch)
tree75343649d6375ce9709e459fcaa677a915f15167
parent4af5fc5b59647f7e38ae100fc6e3ab25d19c347f (diff)
downloadgxpp-745875d926da250bf32c7e7fbbb8e8c0177e5be4.tar.gz
gxpp-745875d926da250bf32c7e7fbbb8e8c0177e5be4.tar.xz
gxpp-745875d926da250bf32c7e7fbbb8e8c0177e5be4.zip
corrected double quotes in gxpp man page
They were present in gxpp.1 but not showing in the generated man page. It is because .B macro is used and double quotes have different meaning and therefore needs to be escaped as \(dq. Signed-off-by: michal novacek <mnovacek@redhat.com>
-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