Make placeholders more compatible with CLIP: (#9870)

- use placeholders for numbers
- use "path/to" and "file"
- simplify ip placeholders
This commit is contained in:
Emily Grace Seville
2023-02-20 17:16:13 +10:00
committed by GitHub
parent d70f57f592
commit dcb6919bbf
3 changed files with 7 additions and 7 deletions

View File

@@ -21,4 +21,4 @@
- Print out a list of top 5 CPU using processes every second:
`prstat -c -n 5 -s cpu 1`
`prstat -c -n {{5}} -s cpu {{1}}`