Provide a manpage for statfs tool.
This commit is contained in:
parent
372e0333b3
commit
92ae62f9cc
30
Documentation/MANPAGE-STATFS.md
Normal file
30
Documentation/MANPAGE-STATFS.md
Normal 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)
|
@ -15,4 +15,4 @@ function render {
|
||||
|
||||
render MANPAGE.md gocryptfs.1
|
||||
render MANPAGE-XRAY.md gocryptfs-xray.1
|
||||
|
||||
render MANPAGE-STATFS.md statfs.1
|
||||
|
Loading…
Reference in New Issue
Block a user