Skip to content

Commit 58c63c3

Browse files
authored
correct grammar
1 parent ecc58f8 commit 58c63c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ This repository contains my personal notes on the [linux commands with shell pro
9393

9494
# Linux Commands
9595
## Help
96-
- `man, help, apropos, whereis, whatis, which`: commands to give help about a given command.
97-
- `man -k text`: search if there is commands that contains the given text in there description.
98-
- `mandb`: to update the man pages with the atest updates.
99-
- `updatedb`: to update the database, so the locate search includes the latest added files.
96+
- `man, help, apropos, whereis, whatis, which`: commands that give help about a given command.
97+
- `man -k text`: searches for commands that contain the given text in their description.
98+
- `mandb`: updates the man pages with the latest updates.
99+
- `updatedb`: updates the database so that the locate search includes the latest added files.
100100

101101
## Useful Linux commands
102102
- How many users are logged in: `who`

0 commit comments

Comments
 (0)