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

From version 8.3
edited by Drunk Monkey
on 2024-09-01 08:48
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,12 +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 -{{code language="bash session"}}
68 ---# cd /usr/share/man/man8/--
67 +--{{{# cd /usr/share/man/man8/
69 69  # ln -s /share/man/man8/zdb.8 zdb.8
70 70  # ln -s /share/man/man8/zfs.8 zfs.8
71 71  # ln -s /share/man/man8/zpool.8 zpool.8
72 -{{/code}}
71 +}}}---
73 73  
74 74  Now, make your zpool, and start playing:
75 75