a blank in the line REGISTER ^usb/tts/1 EXECUTE /bin/su YOU -c "/usr/bin/jpilot -sync" is wrong. jpilot doesn't have an option "-sync". Should be the command jpilot-sync. the (hopefully) correct line is: REGISTER ^usb/tts/1 EXECUTE /bin/su YOU -c "/usr/bin/jpilot-sync" Reproducible: Always Steps to Reproduce: 1. go to http://www.gentoo.org/doc/en/gentoo-pda.xml#doc_chap2 2. search for the word bin Actual Results: shows /usr/bin/jpilot -sync Expected Results: show /usr/bin/jpilot-sync
Thanks. I've updated the guide in CVS.