Last modified by Drunk Monkey on 2024-09-01 12:35

From version 8.2
edited by Drunk Monkey
on 2024-09-01 08:47
Change comment: There is no comment for this version
To version 8.4
edited by Drunk Monkey
on 2024-09-01 08:48
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -64,10 +64,11 @@
64 64  
65 65  --**A word of note:** the manpages get installed to /share/man/. I found this troubling. You can modify your $MANPATH variable to include /share/man/man8/, or by creating symlinks, which is the approach I took:--
66 66  
67 -{{{# cd /usr/share/man/man8/
67 +--{{{# cd /usr/share/man/man8/
68 68  # ln -s /share/man/man8/zdb.8 zdb.8
69 69  # ln -s /share/man/man8/zfs.8 zfs.8
70 -# ln -s /share/man/man8/zpool.8 zpool.8}}}
70 +# ln -s /share/man/man8/zpool.8 zpool.8
71 +}}}---
71 71  
72 72  Now, make your zpool, and start playing:
73 73