[lsof] Fixed typo after reformatted

The last letter of last word of [the three lines](9676334119 (diff-fe9ad5b63478a92eaf51544c5808ee6cL14)) was omitted after reformatted.
waldyrious/alt-syntax
Vincent Bel 2016-01-28 14:35:41 +08:00
parent 6919f3e9ee
commit 72548b6443
1 changed files with 3 additions and 3 deletions

View File

@ -11,14 +11,14 @@
`lsof -i :{{port}}`
- Only output the process PI:
- Only output the process PID:
`lsof -t {{/path/to/file}}`
- List files opened by the given use:
- List files opened by the given user:
`lsof -u {{username}}`
- List files opened by the given command or proces:
- List files opened by the given command or process:
`lsof -c {{process_or_command_name}}`