1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 13:35:26 +02:00

fadvise: fix example (#16271)

Update fadvise.md
This commit is contained in:
Managor 2025-04-27 15:22:13 +03:00 committed by GitHub
parent 3f5f3a29bf
commit 63229711c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@
- Preload a file into cache:
`fadvise {{[-a|--advice]}} willneed {{path/to/file}}`
`fadvise {{[-a|--advice]}} willneeded {{path/to/file}}`
- Suggest dropping a file from cache: