diff options
author | Angelo Papenhoff <aap@papnet.eu> | 2022-08-05 14:29:59 +0000 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2022-08-05 14:29:59 +0000 |
commit | 909323e92a4e694bff5908e500d8655ac1bbd932 (patch) | |
tree | 3e72109e437919b012aa4c0d5b4a714075d94c53 | |
parent | f03556a76343783be1873dc39d57b63e37c07dc1 (diff) |
fix paqfs manpage
-rw-r--r-- | sys/man/4/paqfs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/man/4/paqfs b/sys/man/4/paqfs index 59fe6f99a..899494024 100644 --- a/sys/man/4/paqfs +++ b/sys/man/4/paqfs @@ -4,7 +4,7 @@ paqfs \- compressed read-only file system .SH SYNOPSIS .B paqfs [ -.B -disv +.B -adipqsv ] [ .B -c @@ -40,6 +40,9 @@ Options to .I paqfs are: .TP +.BI -a +Treat everyone as group/owner. +.TP .BI -c " cachesize The number of file system blocks to cache in memory. The default is 20 blocks. .TP |