1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

sysctl: fix typo (#4184)

* Fix wrong option

* Update sysctl.md
This commit is contained in:
NashMiao 2020-07-17 02:44:50 +08:00 committed by GitHub
parent ee665051b3
commit 7c4aab2566
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@
- 显示可用的 CPU 功能 (MMX, SSE, SSE2, SSE3, AES, 等):
`sysctl -n machdep.cpu.feature`
`sysctl -n machdep.cpu.features`
- 设置一个可更改的内核状态变量:

View file

@ -16,7 +16,7 @@
- Show available CPU features (MMX, SSE, SSE2, SSE3, AES, etc):
`sysctl -n machdep.cpu.feature`
`sysctl -n machdep.cpu.features`
- Set a changeable kernel state variable: