Remove unnecessary newline

pull/118/head
terminalforlife 4 years ago
parent b39d7d0b1e
commit bd0242299c

@ -6,8 +6,7 @@ cat /proc/<pid>/cmdline
# See the process's environment variables
cat /proc/<pid>/environ
# See the process's status and usage information
# such as CPU and memory
# See the process's status and usage information, such as CPU and memory
cat /proc/<pid>/status
# See every file the process has open

Loading…
Cancel
Save