Skip to content

Commit 3d67a8b

Browse files
committed
Fix Markdown
1 parent acc4dfd commit 3d67a8b

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

README.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -61,34 +61,34 @@ equivalent functionality. There are a number of commands available on
6161
Solaris/illumos which have not been implemented here yet, perhaps most notably
6262
`pstack`. Also, support for examining core dumps has not yet been implemented.
6363

64-
| Command | Description | Status |
65-
| -------------- | ----------------------------------------------------- | ---------------------- |
66-
| `pargs(1)` | Print process arguments | ✅ Implemented |
67-
| `pauxv(1)` | Print process auxiliary vector | ✅ Implemented |
68-
| `pcred(1)` | Print process credentials | ✅ Implemented |
69-
| `penv(1)` | Print process environment variables | ✅ Implemented |
70-
| `pfiles(1)` | Print information for all open files in each process | ✅ Implemented |
64+
| Command | Description | Status |
65+
| -------------- | ----------------------------------------------------- | ---------------------------- |
66+
| `pargs(1)` | Print process arguments | ✅ Implemented |
67+
| `pauxv(1)` | Print process auxiliary vector | ✅ Implemented |
68+
| `pcred(1)` | Print process credentials | ✅ Implemented |
69+
| `penv(1)` | Print process environment variables | ✅ Implemented |
70+
| `pfiles(1)` | Print information for all open files in each process | ✅ Implemented |
7171
| `pflags(1)` | Print process status flags | ➡️ See `python-linux-procfs` |
72-
| `pgrep(1)` | Find processes by name | ➡️ See `procps-ng` |
73-
| `pkill(1)` | Signal processes by name | ➡️ See `procps-ng` |
74-
| `pldd(1)` | Print process dynamic libraries | ➡️ See `glibc` |`
75-
| `plgrp(1)` | Print or modify home lgroup and lgroup affinities | 🔲 Not yet implemented |
76-
| `plimit(1)` | Get or set process resource limits | 🔲 Not yet implemented |
77-
| `plockstat(1)` | Print lock statistics | 🔲 Not yet implemented |
78-
| `pmadvise(1)` | Apply advice about memory to a process | 🔲 Not yet implemented |
79-
| `pmap(1)` | Print process address maps | ➡️ See `procps-ng` |
80-
| `ppgsz(1)` | Set preferred page size | 🔲 Not yet implemented |
81-
| `ppriv(1)` | Print or modify process privilege sets and attributes | 🔲 Not yet implemented |
82-
| `preap(1)` | Force a defunct process to be reaped | 🔲 Not yet implemented |
83-
| `prun(1)` | Set stopped processes running with SIGCONT | ✅ Implemented |
84-
| `psecflags(1)` | Print or modify process security flags | 🔲 Not yet implemented |
85-
| `psig(1)` | Print process signal actions | ✅ Implemented |
86-
| `pstack(1)` | Print process call stack | 🔲 Not yet implemented |
87-
| `pstop(1)` | Stop processes with SIGSTOP | ✅ Implemented |
88-
| `ptime(1)` | Time a process using microstate accounting | 🔲 Not yet implemented |
89-
| `ptree(1)` | Print process trees | ✅ Implemented |
90-
| `pwait(1)` | Wait for processes to terminate | ✅ Implemented |
91-
| `pwdx(1)` | Print the current working directory of the process | ➡️ See `procps-ng` |
72+
| `pgrep(1)` | Find processes by name | ➡️ See `procps-ng` |
73+
| `pkill(1)` | Signal processes by name | ➡️ See `procps-ng` |
74+
| `pldd(1)` | Print process dynamic libraries | ➡️ See `glibc` |
75+
| `plgrp(1)` | Print or modify home lgroup and lgroup affinities | 🔲 Not yet implemented |
76+
| `plimit(1)` | Get or set process resource limits | 🔲 Not yet implemented |
77+
| `plockstat(1)` | Print lock statistics | 🔲 Not yet implemented |
78+
| `pmadvise(1)` | Apply advice about memory to a process | 🔲 Not yet implemented |
79+
| `pmap(1)` | Print process address maps | ➡️ See `procps-ng` |
80+
| `ppgsz(1)` | Set preferred page size | 🔲 Not yet implemented |
81+
| `ppriv(1)` | Print or modify process privilege sets and attributes | 🔲 Not yet implemented |
82+
| `preap(1)` | Force a defunct process to be reaped | 🔲 Not yet implemented |
83+
| `prun(1)` | Set stopped processes running with SIGCONT | ✅ Implemented |
84+
| `psecflags(1)` | Print or modify process security flags | 🔲 Not yet implemented |
85+
| `psig(1)` | Print process signal actions | ✅ Implemented |
86+
| `pstack(1)` | Print process call stack | 🔲 Not yet implemented |
87+
| `pstop(1)` | Stop processes with SIGSTOP | ✅ Implemented |
88+
| `ptime(1)` | Time a process using microstate accounting | 🔲 Not yet implemented |
89+
| `ptree(1)` | Print process trees | ✅ Implemented |
90+
| `pwait(1)` | Wait for processes to terminate | ✅ Implemented |
91+
| `pwdx(1)` | Print the current working directory of the process | ➡️ See `procps-ng` |
9292

9393
## Contributing
9494

0 commit comments

Comments
 (0)