-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add README describing the pre-generated manpages
Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
README !export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
These pre-generated manpages are built using the Squashfs-tools Makefile | ||
defaults with the gzip, lzo, lz4, xz, and zstd compression algorithms | ||
selected. | ||
|
||
The manpages are intended to be used by the installer if help2man isn't | ||
available on the system. | ||
|
||
But, they can obviously also be viewed by anyone who doesn't want to build | ||
or install Squashfs-tools, by running man -l, i.e. | ||
|
||
% man -l mksquashfs.1 | ||
|
||
Will display the manpage for Mksquashfs. |