Skip to content

Fixed command line in upgrading-guide.md #65

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

Merged
merged 1 commit into from
Sep 18, 2024
Merged
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
6 changes: 3 additions & 3 deletions source/user/upgrading-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,16 @@ If a similar message than the above one is encounter, **sudo pkg upgrade -f** mu
### Starting the upgrade
Run the command below if there is a kernel mismatch with **update -f**.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue (documentation): There's a grammatical error in the unchanged text above this line.

The phrase 'If a similar message than the above one is encounter' should be corrected to 'If a similar message to the above one is encountered'.

```
sudo pkg update -f
sudo pkg upgrade -f
```
Run the command below if there no kernel mismatch with **update -f**.
```
sudo pkg update
sudo pkg upgrade
```

### After the upgrade
In most cases the system will need to be restarted after an upgrade.

## Troubleshooting

**[Content coming soon]**
**[Content coming soon]**