diff options
| author | Andrew Turner <andrew@fubar.geek.nz> | 2019-10-19 10:16:27 +0000 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@gmail.com> | 2019-10-21 15:56:27 +0200 |
| commit | 061a8b8a29c009ff72665514e53984c1783d6ca6 (patch) | |
| tree | 81a77dd23257b43eb0295d4a7b47a1aee50a9955 /docs/linux | |
| parent | 6901a56e001db2bd9705f69cc3f5649134b145ea (diff) | |
docs: Remove an invalid ascii character
A python3 version of check_links.py raises an exception reading this.
Fix by removing the invalid ascii character.
Diffstat (limited to 'docs/linux')
| -rw-r--r-- | docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md b/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md index 18aacd7ce..6663168bd 100644 --- a/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md +++ b/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md @@ -15,7 +15,7 @@ Choose the following options. External toolchain - Linaro AArch64 System Configuration [*] Enable root login with password - ( ) Root password ⇐= set your password using this option + ( ) Root password = set your password using this option [*] Run a getty (login prompt) after boot ---> TTY port - ttyAMA0 Target packages |
