diff options
Diffstat (limited to 'doc/administration/troubleshooting/linux_cheat_sheet.md')
-rw-r--r-- | doc/administration/troubleshooting/linux_cheat_sheet.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/troubleshooting/linux_cheat_sheet.md b/doc/administration/troubleshooting/linux_cheat_sheet.md index d53745c58b3..a03b8d1868e 100644 --- a/doc/administration/troubleshooting/linux_cheat_sheet.md +++ b/doc/administration/troubleshooting/linux_cheat_sheet.md @@ -215,7 +215,7 @@ Top 25 PIDs ``` Based on the summary, you can then view the details of syscalls made by one or more -procsses using the `-p`/`--pid` for a specific process, or `-s`/`--stats` flags for +processes using the `-p`/`--pid` for a specific process, or `-s`/`--stats` flags for a sorted list. `--stats` takes the same sorting and count options as summary. ```shell |