From 075e2301e4aa3efffa3083901e061b772ba2e36e Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 19 Sep 2022 21:00:00 -0700 Subject: [PATCH] doc update --- docs/parsers/proc_pid_fdinfo.md | 2 +- jc/parsers/proc_pid_fdinfo.py | 4 ++-- man/jc.1 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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