Hide Forgot
Description of problem: Some of the man pages contain strange apostrophes instead of single quotes (''). This makes the examples cut&paste unfriendly (as the command is invalid as it stands). I suggest correcting these. For example cibadmin has correct examples when run from command line and incorrect in the man page. Version-Release number of selected component (if applicable): pacemaker-1.1.6-3.el6.x86_64 pacemaker-cli-1.1.6-3.el6.x86_64 How reproducible: n/a Steps to Reproduce: 1. man cibadmin, look at examples 2. for manpage in `rpm -ql pacemaker-cli pacemaker | grep man | sed 's/.*\/\(.*\).[78].gz/\1/' `; do echo $manpage; man $manpage | grep ’; done 3. for manpage in `rpm -ql pacemaker-cli pacemaker | grep man | sed 's/.*\/\(.*\).[78].gz/\1/' `; do echo $manpage; man $manpage | grep ´; done Actual results: invalid chars in commands Expected results: lovely single quotes instead Additional info:
Quote characters are not allowed in man pages? Surely cut&paste is a secondary consideration compared to supplying the required information.
Works for me in Xterm.
# cibadmin \fB\-\-delete\fR \fB\-\-xml\-text\fR '<primitive id="old"/>' This is a problem in groff/troff/man.