Skip to content

Commit

Permalink
opensnoop: update synopsis in man page
Browse files Browse the repository at this point in the history
  • Loading branch information
brendangregg authored and yonghong-song committed May 24, 2019
1 parent d158826 commit 9b2a742
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion man/man8/opensnoop.8
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
.SH NAME
opensnoop \- Trace open() syscalls. Uses Linux eBPF/bcc.
.SH SYNOPSIS
.B opensnoop [\-h] [\-T] [\-x] [\-p PID] [\-t TID] [\-d DURATION] [\-n name]
.B opensnoop.py [\-h] [\-T] [\-U] [\-x] [\-p PID] [\-t TID] [\-u UID]
[\-d DURATION] [\-n NAME] [\-e] [\-f FLAG_FILTER]
.SH DESCRIPTION
opensnoop traces the open() syscall, showing which processes are attempting
to open which files. This can be useful for determining the location of config
Expand Down

0 comments on commit 9b2a742

Please sign in to comment.