On Mon, 25 Feb 2019 at 16:12, Enji Cooper <yaneurab...@gmail.com> wrote:

>
> > On Feb 25, 2019, at 07:03, Mateusz Piotrowski <0...@freebsd.org> wrote:
> >
> > Author: 0mp (ports committer)
> > Date: Mon Feb 25 15:03:50 2019
> > New Revision: 344518
> > URL: https://svnweb.freebsd.org/changeset/base/344518
> >
> > Log:
> >  Add missing types to the sysctl(9) manual page
> >
> >  Update the diff to include other missing sysctl types found in sysctl.h.
> >
> >  Some of these sysctls are already documented in other pages (e.g
> counter(9)
> >  and ZONE(9)), but they should at least be mentioned here for
> completeness.
> >
> >  This patch now documents all of the following:
> >  - SYSCTL_BOOL/SYSCTL_ADD_BOOL
> >  - SYSCTL_COUNTER_U64/SYSCTL_ADD_COUNTER_U64
> >  - SYSCTL_COUNTER_U64_ARRAY/SYSCTL_ADD_COUNTER_U64_ARRAY
> >  - SYSCTL_SBINTIME_MSEC/SYSCTL_ADD_SBINTIME_MSEC
> >  - SYSCTL_SBINTIME_USEC/SYSCTL_ADD_SBINTIME_USEC
> >  - SYSCTL_UMA_CUR/SYSCTL_ADD_UMA_CUR
> >  - SYSCTL_UMA_MAX/SYSCTL_ADD_UMA_MAX
>
[...]


> > Modified:
> >  head/share/man/man9/sysctl.9
>
> ...
>
> > @@ -52,10 +57,15 @@
> > .Nm SYSCTL_ADD_UINT ,
> > +.Nm SYSCTL_UMA_MAX
>
> Quick nit: UMA sorts before UQUAD.
>
> Also, these APIs deserve manpage links via MLINKS.
>

I'll submit a patch for this soon. Thank you!
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to