Merge pull request #5178 from nextcloud/backport/5156/stable20

[stable20] server_tuning.rst: escape regexp properly
This commit is contained in:
Morris Jobke 2020-10-06 09:07:20 +02:00 committed by GitHub
commit 01903a6dca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ Here are some examples how to check if your CPU / environment supports the
AES-NI extension:
* For each CPU core present: ``grep flags /proc/cpuinfo`` or as a summary for
all cores: ``grep -m 1 ^flags /proc/cpuinfo`` If the result contains any
all cores: ``grep -m 1 '^flags' /proc/cpuinfo`` If the result contains any
``aes``, the extension is present.
* Search eg. on the Intel web if the processor used supports the extension