Skip to content

Commit 91a56b1

Browse files
committed
code updates
1 parent 50eee84 commit 91a56b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/virt-defining-a-watchdog.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ $ lspci | grep watchdog -i
8181
+
8282
[source,terminal]
8383
----
84-
$ echo c > /proc/sysrq-trigger
84+
# echo c > /proc/sysrq-trigger
8585
----
8686

8787
* Terminate the watchdog service:
8888
+
8989
[source,terminal]
9090
----
91-
$ kill -9 pgrep watchdog
91+
# pkill -9 watchdog
9292
----

0 commit comments

Comments
 (0)