This website requires JavaScript.
Explore
Help
Sign In
c
/
mirror_zfs
Watch
1
Star
0
Fork
0
You've already forked mirror_zfs
mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced
2024-12-28 11:59:34 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
716b53d0a1
mirror_zfs
/
man
/
man1
/
Makefile.am
3 lines
89 B
Makefile
Raw
Normal View
History
Unescape
Escape
Fix up arcstat(1) to match our version Turns out the illumos manpage, which is what this originates from, was written for the original Perl version of the utility which is not the version in the OpenZFS tree. *That* version originates from a Python rewrite that was done for FreeNAS. So fix up the manpage to match what we actually ship (and fix a few typos in the process). Reviewed-by: Richard Laager <rlaager@wiktel.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: AJ Jordan <alex@strugee.net> Closes #10288
2020-05-04 10:49:33 +03:00
dist_man_MANS
=
zhack.1 ztest.1 raidz_test.1 zvol_wait.1 arcstat.1
Remove incorrect use of EXTRA_DIST for man pages Setting the 'dist_' prefix is the correct way to instruct Automake to include these files in the distribution. The EXTRA_DIST variable is reserved for files which are not covered by the automatic rules. http://www.gnu.org/software/automake/manual/automake.html#Basics Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2014-01-17 23:21:48 +04:00
EXTRA_DIST
=
cstyle.1
Reference in New Issue
Copy Permalink