diff options
author | June McEnroe <june@causal.agency> | 2019-02-19 17:15:17 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-02-19 17:15:17 -0500 |
commit | 93208c498d89ddb480886ab2036e4ad00b0fd9d9 (patch) | |
tree | 6d56961efd01bafb88f89c688f24bb631efdc196 /README | |
parent | Remove gitignore (diff) | |
download | zlib-man-pages-93208c498d89ddb480886ab2036e4ad00b0fd9d9.tar.gz zlib-man-pages-93208c498d89ddb480886ab2036e4ad00b0fd9d9.zip |
Add README
Diffstat (limited to '')
-rw-r--r-- | README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/README b/README new file mode 100644 index 0000000..82196ca --- /dev/null +++ b/README @@ -0,0 +1,18 @@ +ZLIB-MAN-PAGES(7) Miscellaneous Information Manual ZLIB-MAN-PAGES(7) + +NAME + zlib-man-pages – mdoc port of zlib documentation + +DESCRIPTION + To install the manual pages, run: + + make install + + Configure the install destination by setting PREFIX or MANDIR. The + default PREFIX is ~/.local and the default MANDIR is ~/.local/share/man. + +AUTHORS + These manual pages were converted from <zlib.h> to mdoc format by C. + McEnroe <june@causal.agency>. + +Causal Agency February 19, 2019 Causal Agency |