diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-05-03 18:51:59 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-05-03 18:51:59 +0200 |
commit | eed59ed26515b4915bc69ce3b2cc1c543d40b98b (patch) | |
tree | cbad0029f9bca97479f6a4f9381a64e99360743a /doc/rdsquashfs.1 | |
parent | d43b31df6b84e54d0d657fd27b2f2b5734d8f162 (diff) |
Update man pages
Add missing options, rephrase some things to be a bit more clear and
fix a bunch of typos.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'doc/rdsquashfs.1')
-rw-r--r-- | doc/rdsquashfs.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/rdsquashfs.1 b/doc/rdsquashfs.1 index 338138a..a5e1d77 100644 --- a/doc/rdsquashfs.1 +++ b/doc/rdsquashfs.1 @@ -46,13 +46,14 @@ Skip device special files when parsing the filesystem tree. Skip socket files when parsing the filesystem tree. .TP \fB\-\-no\-fifo\fR, \fB\-F\fR -Skip named pipes files when parsing the filesystem tree. +Skip named pipes when parsing the filesystem tree. .TP \fB\-\-no\-slink\fR, \fB\-L\fR Skip symbolic links when parsing the filesystem tree. .TP \fB\-\-no\-empty\-dir\fR, \fB\-E\fR -Skip directories that would end up empty after applying the above rules. +Skip empty directories, including ones that are empty after applying +the above rules. .PP The following options are specific to unpacking files from a SquashFS image to disk: @@ -70,7 +71,7 @@ from the SquashFS image. .TP \fB\-\-chmod\fR, \fB\-C\fR Change permission flags of unpacked files to -those store in the SquashFS image. +those stored in the SquashFS image. .TP \fB\-\-chown\fR, \fB\-O\fR Change ownership of unpacked files to the |