Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fixes #185

Merged
merged 2 commits into from
Apr 22, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/intro/install/verify.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ you'll need to configure things a bit differently later on. You can move to the

If neither command worked as a normal user then try to run them with root
permission (e.g. `sudo openocd ..`). If the commands do work with root
permission then check that the [udev rules] has been correctly set.
permission then check that the [udev rules] have been correctly set.

[udev rules]: linux.md#udev-rules

Expand Down
2 changes: 1 addition & 1 deletion src/start/qemu.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ echo $?
0
```

Let me break down that long QEMU command for you:
Let's break down that QEMU command:

- `qemu-system-arm`. This is the QEMU emulator. There are a few variants of
these QEMU binaries; this one does full *system* emulation of *ARM* machines
Expand Down