aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/utils
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-07-15 22:37:21 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-07-15 22:37:21 +0300
commitdc4efa9afef076e7530d8bbae5ca4803c958e8ca (patch)
treeb2c4d37db697ff2a031e8a8f46e93834ed37beba /utils
parentcode style (diff)
downloadwindows7-drivers-dc4efa9afef076e7530d8bbae5ca4803c958e8ca.tar.gz
windows7-drivers-dc4efa9afef076e7530d8bbae5ca4803c958e8ca.zip
README updates
Diffstat (limited to 'utils')
-rw-r--r--utils/libnt_path_converter/README.md2
-rw-r--r--utils/libservice/README.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/utils/libnt_path_converter/README.md b/utils/libnt_path_converter/README.md
index b281d10..185ea02 100644
--- a/utils/libnt_path_converter/README.md
+++ b/utils/libnt_path_converter/README.md
@@ -20,7 +20,7 @@ The NT namespace can be explored using the
[WinObj](https://technet.microsoft.com/en-us/library/bb896657.aspx) utility.
Usage example (assuming nt_path_converter is already loaded):
- >convert_nt_path.exe \Device\HarddiskVolume2\Windows
+ > convert_nt_path.exe \Device\HarddiskVolume2\Windows
C:\Windows
## Building
diff --git a/utils/libservice/README.md b/utils/libservice/README.md
index c8dd180..dfc9754 100644
--- a/utils/libservice/README.md
+++ b/utils/libservice/README.md
@@ -31,7 +31,7 @@ The same as
Starts a service (loading the corresponding driver).
The same as
- sc start NAME
+ net start NAME
except that `start_service.exe` waits until the service is actually loaded.
@@ -42,7 +42,7 @@ except that `start_service.exe` waits until the service is actually loaded.
Stops the service `NAME` (unloading the corresponding driver).
The same as
- sc stop NAME
+ net stop NAME
except that `stop_service.exe` waits until the service is actually stopped.