From 745875d926da250bf32c7e7fbbb8e8c0177e5be4 Mon Sep 17 00:00:00 2001 From: michal novacek Date: Thu, 26 Jul 2012 12:57:34 +0200 Subject: 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 --- gxpp.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gxpp.1') 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 C of baz -.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 -- cgit