diff --git a/docs/parsers/proc_pid_fdinfo.md b/docs/parsers/proc_pid_fdinfo.md index 4f266668..2d946fbc 100644 --- a/docs/parsers/proc_pid_fdinfo.md +++ b/docs/parsers/proc_pid_fdinfo.md @@ -3,7 +3,7 @@ # jc.parsers.proc\_pid\_fdinfo -jc - JSON Convert `/proc//fdinfo` file parser +jc - JSON Convert `/proc//fdinfo/` file parser Usage (cli): diff --git a/jc/parsers/proc_pid_fdinfo.py b/jc/parsers/proc_pid_fdinfo.py index b752c30f..e8e99460 100644 --- a/jc/parsers/proc_pid_fdinfo.py +++ b/jc/parsers/proc_pid_fdinfo.py @@ -1,4 +1,4 @@ -"""jc - JSON Convert `/proc//fdinfo` file parser +"""jc - JSON Convert `/proc//fdinfo/` file parser Usage (cli): @@ -104,7 +104,7 @@ import jc.utils class info(): """Provides parser metadata (version, author, etc.)""" version = '1.0' - description = '`/proc/pid-fdinfo` file parser' + description = '`/proc//fdinfo/` file parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' compatible = ['linux'] diff --git a/man/jc.1 b/man/jc.1 index 4a72b238..b177429e 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -548,7 +548,7 @@ PLIST file parser .TP .B \fB--proc-pid-fdinfo\fP -`/proc/pid-fdinfo` file parser +`/proc//fdinfo/` file parser .TP .B