Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jkstill committed Apr 1, 2020
1 parent 7ad07a4 commit db71253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Capabilities-and-smaps.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $ ls -l /proc/$$/smaps

Even so, the Linux capabilities system may prevent you from reading the file.

This can be changed by setting the `CAP_SYS_PTRACE' capability for `cat`:
This can be changed by setting the `CAP_SYS_PTRACE` capability for `cat`:

```text
# getcap /usr/bin/cat
Expand Down

0 comments on commit db71253

Please sign in to comment.