Skip to content

Commit a19a42b

Browse files
authored
Merge pull request #352 from Jordymalone/fix-rmmod_command
Correct module name in rmmod example
2 parents ecf0ed9 + d8ad26a commit a19a42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lkmpg.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ \subsection{Passing Command Line Arguments to a Module}
591591
myintarray[1] = -1
592592
got 2 arguments for myintarray.
593593
594-
$ sudo rmmod hello-5
594+
$ sudo rmmod hello_5
595595
$ sudo dmesg -t | tail -1
596596
Goodbye, world 5
597597

0 commit comments

Comments
 (0)