Skip to content

Commit 8f5baed

Browse files
authored
Update README.md
1 parent 2bbeb7e commit 8f5baed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The project provides a Makefile and can be compiled using the `make` command lin
4545
Once built, the module can be manually installed using the `insmod mailslot.ko` command (or via the `install.sh` utility shell script, which installs the module and creates also 3 mailslots files in the `/dev/` directory).
4646
Mailslot files can be created using the `mknod` command (for example usages, please see the `install.sh` script),
4747

48-
In order to uninstall the module, the `rmmod mailslot` command must be used, as well as mailslot files can removed using the `rm` command (if the installation script was used, the module can also be uninstalled using the provided `uninstall.sh` shell script, which removes also the 3 mailslots files created during the installation).
48+
In order to uninstall the module, the `rmmod mailslot` command must be used, as well as mailslot files can be removed using the `rm` command (if the installation script was used, the module can also be uninstalled using the provided `uninstall.sh` shell script, which removes also the 3 mailslots files created during the installation).
4949

5050
## License (GPL v2)
5151

@@ -68,4 +68,4 @@ In order to uninstall the module, the `rmmod mailslot` command must be used, as
6868

6969
Copyright © 2017 - 2018 Riccardo Ostani ([@rikyoz](https://github.com/rikyoz))
7070

71-
</div>
71+
</div>

0 commit comments

Comments
 (0)