re-synchronize zfs man pages with illumos

2017-09-08 Thread Andriy Gapon
illumos pages and "rebase" FreeBSD-specific changes on top of those. I realize that that would be a lot of work. But the benefits are quite obvious as it would be much easier to merge changes both ways. Comments, suggestions, offers of help are all very welco

Re: Man zpool missing param - but unclear scope and best fix

2019-02-12 Thread Andriy Gapon
r >> undocumented options exist for the zpool/zfs commands. >> >> Maybe someone more experienced can check the source code and fix this? It's >> beyond my knowhow. Or I can add it to the tracker, but I suspect asking >> here will be more efficient. -- Andriy Gapon

Fwd: Re: svn commit: r258713 - in head/sys: kern sys

2014-01-24 Thread Andriy Gapon
I would like to commit the following manual page update. Could you please review it? Thank you very much! Original Message Message-ID: <52d93f91@freebsd.org> Date: Fri, 17 Jan 2014 16:34:57 +0200 From: Andriy Gapon To: Justin T. Gibbs CC: src-committ...@freebsd.or

taskqueue(9) manual page update

2014-01-24 Thread Andriy Gapon
0 From: Andriy Gapon To: Justin T. Gibbs CC: src-committ...@freebsd.org, svn-src-...@freebsd.org, svn-src-h...@freebsd.org Subject: Re: svn commit: r258713 - in head/sys: kern sys References: <201311281856.rasiuzu8059...@svn.freebsd.org> <3784c560-3648-4e03-93da-9a60e3ac4...@scsiguy.c

Re: taskqueue(9) manual page update

2014-01-27 Thread Andriy Gapon
on 24/01/2014 16:15 Andriy Gapon said the following: > I would like to commit the following manual page update. > Could you please review it? Thanks for all the reviews! I've put an updated version here: https://github.com/avg-I/freebsd/compare/review;taskqueue.9 Hope that this is sl

zfs boot manual pages

2014-02-04 Thread Andriy Gapon
very welcome! Many thanks to Warren Block for the initial review and many fixes. -- Andriy Gapon ___ freebsd-doc@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"

installworld with NO_ROOT produces paths with .. for man pages

2021-08-28 Thread Andriy Gapon
ins '..' ./usr/share/man/man4/powerpc/../akbd.4.gz: Path contains '..' This is a not a big deal but would be nice to "straighten" the installation paths when installing such manual pages. P.S. NO_ROOT does not seem to be documented outside of the source code. -- Andriy Gapon

Re: installworld with NO_ROOT produces paths with .. for man pages

2021-09-23 Thread Andriy Gapon
On 28/08/2021 17:28, Andriy Gapon wrote: This seems to be related to the recent change to install manual pages for all platforms. My method of creating a cross-platform installation image is to install with NO_ROOT and then to tar up with @METALOG argument. On the destination I simply untar