1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

doc update

This commit is contained in:
Kelly Brazil
2022-09-19 21:00:00 -07:00
parent df3f94b017
commit 075e2301e4
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
# jc.parsers.proc\_pid\_fdinfo # jc.parsers.proc\_pid\_fdinfo
jc - JSON Convert `/proc/<pid>/fdinfo` file parser jc - JSON Convert `/proc/<pid>/fdinfo/<fd>` file parser
Usage (cli): Usage (cli):

View File

@ -1,4 +1,4 @@
"""jc - JSON Convert `/proc/<pid>/fdinfo` file parser """jc - JSON Convert `/proc/<pid>/fdinfo/<fd>` file parser
Usage (cli): Usage (cli):
@ -104,7 +104,7 @@ import jc.utils
class info(): class info():
"""Provides parser metadata (version, author, etc.)""" """Provides parser metadata (version, author, etc.)"""
version = '1.0' version = '1.0'
description = '`/proc/pid-fdinfo` file parser' description = '`/proc/<pid>/fdinfo/<fd>` file parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'
compatible = ['linux'] compatible = ['linux']

View File

@ -548,7 +548,7 @@ PLIST file parser
.TP .TP
.B .B
\fB--proc-pid-fdinfo\fP \fB--proc-pid-fdinfo\fP
`/proc/pid-fdinfo` file parser `/proc/<pid>/fdinfo/<fd>` file parser
.TP .TP
.B .B