docs: style fixes

This commit is contained in:
hexkyz
2020-04-26 19:18:49 +01:00
parent 57ac153671
commit 59ea93e9cd
17 changed files with 23 additions and 33 deletions

View File

@@ -3,8 +3,8 @@ This module provides methods to intercept services provided by other system modu
## bpc_mitm
bpc_mitm enables intercepting requests to power control services. It currently intercepts:
+ "am" system module (to intercept the Reboot/Power buttons in the overlay menu)
+ "fatal" system module (to simplify payload reboot logic significantly)
+ `am` system module (to intercept the Reboot/Power buttons in the overlay menu)
+ `fatal` system module (to simplify payload reboot logic significantly)
+ Homebrew Loader (to allow homebrew to take advantage of the feature)
## fs_mitm
@@ -20,7 +20,7 @@ ns_mitm enables intercepting requests to application control services. It curren
## set_mitm
set_mitm enables intercepting requests to the system settings service. It currently intercepts:
+ "ns" system module and games (to allow for overriding game locales)
+ `ns` system module and games (to allow for overriding game locales)
+ All settings requests
### Firmware Version