Opened 6 years ago
Closed 6 years ago
#14381 closed bug (fixed)
Missing dashes in some build instructions
Reported by: | cb88 | Owned by: | waddlesplash |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Website/www.haiku-os.org | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Occurs on at least the following 2 pages:
https://www.haiku-os.org/guides/building/gcc-hybrid
https://www.haiku-os.org/guides/building/compiling-x86
For example
cd generated.x86gcc2 ../configure –build-cross-tools x86_gcc2 ../../buildtools/ –build-cross-tools x86
Should obviously be
cd generated.x86gcc2 ../configure -–build-cross-tools x86_gcc2 ../../buildtools/ -–build-cross-tools x86
Note:
See TracTickets
for help on using tickets.
Notice the original one contains en or em dash instead of hyphen. The doule hyphen recognized as markup and got automatically replaced. Simple escaping would do the trick.