Provide a manpage for statfs tool.

This commit is contained in:
Felix Lechner 2019-09-06 09:43:54 -07:00 committed by Jakob Unterwurzacher
parent 372e0333b3
commit 92ae62f9cc
2 changed files with 31 additions and 1 deletions

View File

@ -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)

View File

@ -15,4 +15,4 @@ function render {
render MANPAGE.md gocryptfs.1
render MANPAGE-XRAY.md gocryptfs-xray.1
render MANPAGE-STATFS.md statfs.1