Merge pull request #12 from cakebaker/readme_fix_typo

readme: fix typo
This commit is contained in:
Sylvestre Ledru
2024-02-10 17:35:19 +01:00
committed by GitHub
+2 -1
View File
@@ -1,5 +1,6 @@
# procps
Rust reimplemtation of the procps project
Rust reimplementation of the procps project
Provides command line and full screen utilities for browsing procfs, a "pseudo" file system dynamically generated by the kernel to provide information about the status of entries in its process table (such as whether the process is running, stopped, or a "zombie").