*: fix spelling mistakes (#8072)

htop
CleanMachine1 2022-05-04 17:12:15 +00:00 committed by GitHub
parent 2eefbce0c1
commit c2a5c86033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
# cgroups
> Cgroups aka control groups is a Linux kernel feature for limiting, mesuring, and controling resource usage by processes.
> Cgroups aka control groups is a Linux kernel feature for limiting, measuring, and controling resource usage by processes.
> More information: <https://www.kernel.org/doc/Documentation/cgroup-v2.txt>.
- Show the tldr page for `cgclassify`:

View File

@ -7,7 +7,7 @@
`ffuf -w {{path/to/wordlist}} -u {{https://target/FUZZ}} -c -v`
- Fuzz host-[H]eaders with a host file on a traget website and [m]atch HTTP 200 [c]ode responses:
- Fuzz host-[H]eaders with a host file on a target website and [m]atch HTTP 200 [c]ode responses:
`ffuf -w {{hosts.txt}} -u {{https://example.org}} -H "{{Host: FUZZ}}" -mc {{200}}`

View File

@ -7,6 +7,6 @@
`mate-calc-cmd`
- Calculate a specific mathematic expession:
- Calculate a specific mathematic expression:
`{{2 + 5}}`

View File

@ -7,6 +7,6 @@
`mate-calc`
- Calculate a specific mathematic expession:
- Calculate a specific mathematic expression:
`mate-calc --solve {{2 + 5}}`

View File

@ -7,6 +7,6 @@
`pinout`
- Open https://pinout.xyz/ in the default broswer:
- Open https://pinout.xyz/ in the default browser:
`pinout -x`

View File

@ -11,6 +11,6 @@
`po4a-gettextize --help-format`
- Convert a text file along with a translated document to a PO file (`-l` option can be provied multiple times):
- Convert a text file along with a translated document to a PO file (`-l` option can be provided multiple times):
`po4a-gettextize --format {{text}} --master {{path/to/master.txt}} --localized {{path/to/translated.txt}} --po {{path/to/result.po}}`

View File

@ -15,6 +15,6 @@
`sacctmgr add account {{account_name}} cluster={{cluster_of_account}}`
- Show details of user/association/cluster/account using a spcific format:
- Show details of user/association/cluster/account using a specific format:
`sacctmgr show {{user|association|cluster|account}} format="Accout%10" format="GrpTRES%30"`

View File

@ -19,7 +19,7 @@
`trash-empty`
- Permanentely delete all files in the trash which are older than 10 days:
- Permanently delete all files in the trash which are older than 10 days:
`trash-empty {{10}}`

View File

@ -19,7 +19,7 @@
`v4l2-ctl --all --device {{path/to/video_device}}`
- Capture a JPEG photo with a specfic resolution from video device:
- Capture a JPEG photo with a specific resolution from video device:
`v4l2-ctl --device {{path/to/video_device}} --set-fmt-video=width={{width}},height={{height}},pixelformat=MJPG --stream-mmap --stream-to={{path/to/output.jpg}} --stream-count=1`