#202 closed defect (fixed)
Typo on .pdf page 89 - chapter 5: Installing Linux Kernel 2.4.8
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Book | Version: | 3.0 |
| Severity: | trivial | Keywords: | |
| Cc: |
Description
Under the command explanations section you quote the command
"mkdir asm && cp -a ../src/linux/include/asm/* ."
However, the instructions (and common sense :)) state that this is supposed to to be "mkdir asm && cp -a ../src/linux/include/asm/* asm"
Change History (2)
comment:1 by , 24 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 24 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Thanks, will fix in CVS right away