mansectf(1) — Linux manual page

NAME | SYNOPSIS | DESCRIPTION | PARAMETERS | ENVIRONMENT | EXAMPLES | SEE ALSO | COLOPHON

mansectf(1)              General Commands Manual              mansectf(1)

NAME         top

       mansectf - format specific sections of manual pages

SYNOPSIS         top

       mansectf section [file ...]

DESCRIPTION         top

       The mansectf command formats specific sections of manual-page
       files.

PARAMETERS         top

       See mansect(1).

ENVIRONMENT         top

       See man(1).

EXAMPLES         top

       $ man -w strtol strtoul | xargs mansectf 'NAME|SEE ALSO' | cat;
       strtol(3)           Library Functions Manual          strtol(3)

       NAME
            strtol, strtoll, strtoq - convert a string to a long inte‐
            ger

       SEE ALSO
            atof(3),  atoi(3),  atol(3), strtod(3), strtoimax(3), str‐
            toul(3)

       Linux man‐pages 6.16       2025‐12‐01                 strtol(3)
       ---------------------------------------------------------------
       strtoul(3)          Library Functions Manual         strtoul(3)

       NAME
            strtoul, strtoull, strtouq - convert a string  to  an  un‐
            signed long integer

       SEE ALSO
            a64l(3),  atof(3), atoi(3), atol(3), strtod(3), strtol(3),
            strtoumax(3)

       Linux man‐pages 6.16       2025‐09‐21                strtoul(3)

SEE ALSO         top

       lexgrog(1), groff(1), pcre2grep(1), mandb(8)

COLOPHON         top

       This page is part of the man-pages (Linux kernel and C library
       user-space interface documentation) project.  Information about
       the project can be found at 
       ⟨https://www.kernel.org/doc/man-pages/⟩.  If you have a bug report
       for this manual page, see
       ⟨https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/CONTRIBUTING⟩.
       This page was obtained from the tarball man-pages-6.18.tar.gz
       fetched from
       ⟨https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/⟩ on
       2026-05-24.  If you discover any rendering problems in this HTML
       version of the page, or you believe there is a better or more up-
       to-date source for the page, or you have corrections or
       improvements to the information in this COLOPHON (which is not
       part of the original manual page), send a mail to
       man-pages@man7.org

Linux man-pages 6.18            2026-01-30                    mansectf(1)