1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: manpages-posix
Section: non-free/doc
Priority: optional
Maintainer: Francesco Paolo Lovergine <frankie@debian.org>
Standards-Version: 4.5.1
Build-Depends: debhelper (>= 10)
Homepage: https://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/
Package: manpages-posix
Architecture: all
Depends: ${misc:Depends}
Suggests: man-browser
Enhances: manpages
Recommends: manpages
Description: Manual pages about using POSIX system
This package contains manual pages for POSIX utilities
and keeps them in section 1 (with 1posix extension) of the
on-line manual.
Package: manpages-posix-dev
Architecture: all
Depends: ${misc:Depends}, manpages-posix
Suggests: man-browser
Enhances: manpages-dev
Recommends: manpages-dev
Pre-Depends: dpkg (>= 1.17.14), ${misc:Pre-Depends}
Description: Manual pages about using a POSIX system for development
These man pages describe the POSIX programming interface, including
these two sections:
7 = POSIX header files (with 7posix extension)
3 = POSIX library calls (with 3posix extension)
|