This commit is contained in:
Carsten Grohmann 2020-01-05 00:52:13 +01:00
parent 5b384a4d8f
commit 85308f6d03
2 changed files with 3 additions and 3 deletions

View File

@ -555,8 +555,8 @@ function goBack() {
<td>Swap Cached</td>
<td id="swap_cache_kb" class="text--append-suffix-kbytes"></td>
<td>Memory that once was swapped out, is swapped back in
but still also is in the swap file. (If memory pres
sure is high, these pages don't need to be swapped out
but still also is in the swap file. (If memory pressure
is high, these pages don't need to be swapped out
again because they are already in the swap file. This
saves I/O).
<a class="a__footnote" href="#footnote-proc5">[1]</a>

View File

@ -224,7 +224,7 @@ class OOMEntity(object):
Search the pattern and set the position to the first found line.
Otherwise the position pointer won't be changed.
:param pattern: Text to fine
:param pattern: Text to find
:type pattern: str
:return: True if the marker has found.