intel / XenGT-Preview-kernel

Other
33 stars 14 forks source link

pdf setup guide characters #9

Open mandb opened 9 years ago

mandb commented 9 years ago

There are some formatting issues in the PDF that cause the - character to become a non-standard hyphen.

This causes issues in the terminal when copy/pasting the commands.

Instances of this character: – (– hex: e2 80 93 ) are parsed by the terminal as a filename character vs a command switch. They should be replaced by - (hex: 2d).

example:

# make –j8 xen tools

this fails.

ChristophSchmidpeter commented 9 years ago

good point, I had the same problem