diff options
author | Ali Mohammad Pur <ali.mpfard@gmail.com> | 2022-03-23 23:37:27 +0430 |
---|---|---|
committer | Ali Mohammad Pur <Ali.mpfard@gmail.com> | 2022-03-26 21:34:56 +0430 |
commit | 37073437c1fb6660e188805300ca0ef59696efca (patch) | |
tree | 450565167c7872c72bc1d757ef075a3291c88a9a /Base/usr/share/man/man1/lsof.md | |
parent | da12acfa786d78c2bb1a4a5ffe67e90c2e069712 (diff) | |
download | serenity-37073437c1fb6660e188805300ca0ef59696efca.zip |
Base: Regenerate automatically generated manpages
Diffstat (limited to 'Base/usr/share/man/man1/lsof.md')
-rw-r--r-- | Base/usr/share/man/man1/lsof.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/usr/share/man/man1/lsof.md b/Base/usr/share/man/man1/lsof.md index 0a9baf2b9d..b96c47e1e5 100644 --- a/Base/usr/share/man/man1/lsof.md +++ b/Base/usr/share/man/man1/lsof.md @@ -16,6 +16,7 @@ List open files of a processes. This can mean actual files in the file system, s * `--help`: Display help message and exit * `--version`: Print version +* `--complete`: Perform autocompletion * `-p pid`: Select by PID * `-d fd`: Select by file descriptor * `-u login/UID`: Select by login/UID |