From 92ae62f9cc6c27e2e434eac1547b4b269663a56b Mon Sep 17 00:00:00 2001 From: Felix Lechner Date: Fri, 6 Sep 2019 09:43:54 -0700 Subject: [PATCH] Provide a manpage for statfs tool. --- Documentation/MANPAGE-STATFS.md | 30 ++++++++++++++++++++++++++++++ Documentation/MANPAGE-render.bash | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 Documentation/MANPAGE-STATFS.md diff --git a/Documentation/MANPAGE-STATFS.md b/Documentation/MANPAGE-STATFS.md new file mode 100644 index 0000000..1d77802 --- /dev/null +++ b/Documentation/MANPAGE-STATFS.md @@ -0,0 +1,30 @@ +% STATFS(1) +% github.com/rfjakob +% Sep 2019 + +NAME +==== + +statfs - dump the statfs information for PATH to console in JSON format + +SYNOPSIS +======== + +#### Examine encrypted file/directory +statfs PATH + +DESCRIPTION +=========== + +There are no options to this command. + +EXAMPLES +======== + +Examine a directory entry: + + statfs myfs/mCXnISiv7nEmyc0glGuhTQ + +SEE ALSO +======== +gocryptfs(1) gocryptfs-xray(1) diff --git a/Documentation/MANPAGE-render.bash b/Documentation/MANPAGE-render.bash index 996290a..74028ad 100755 --- a/Documentation/MANPAGE-render.bash +++ b/Documentation/MANPAGE-render.bash @@ -15,4 +15,4 @@ function render { render MANPAGE.md gocryptfs.1 render MANPAGE-XRAY.md gocryptfs-xray.1 - +render MANPAGE-STATFS.md statfs.1