Typos
This commit is contained in:
parent
5b384a4d8f
commit
85308f6d03
@ -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>
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user