aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk (man-pages) <mtk.manpages@gmail.com>2020-09-15 12:05:11 +0200
committerMichael Kerrisk (man-pages) <mtk.manpages@gmail.com>2020-11-04 15:32:34 +0100
commitdc5c642b2df7a02b42c51c6d27dfba71544a1202 (patch)
treec48d51d4650658b19b4f3a73375a0ebaa4a8b67a
parent2599ee991a0d916546a02bfe01068dc76001f20a (diff)
downloadman-pages-posix-dc5c642b2df7a02b42c51c6d27dfba71544a1202.tar.gz
Add base files for release
Signed-off-by: Michael Kerrisk (man-pages) <mtk.manpages@gmail.com>
-rw-r--r--man-pages-posix-2017/Makefile16
-rw-r--r--man-pages-posix-2017/POSIX-COPYRIGHT18
-rw-r--r--man-pages-posix-2017/README22
-rw-r--r--man-pages-posix-2017/man-pages-posix-2017-a.Announce28
4 files changed, 84 insertions, 0 deletions
diff --git a/man-pages-posix-2017/Makefile b/man-pages-posix-2017/Makefile
new file mode 100644
index 0000000..84b7a25
--- /dev/null
+++ b/man-pages-posix-2017/Makefile
@@ -0,0 +1,16 @@
+DESTDIR=
+prefix?=/usr
+MANDIR=$(prefix)/share/man
+
+all: remove install
+
+uninstall remove:
+ for i in man?p/*; do \
+ rm -f $(MANDIR)/"$$i" $(MANDIR)/"$$i".*; \
+ done
+
+install:
+ for i in man?p; do \
+ install -d -m 755 $(DESTDIR)$(MANDIR)/"$$i" || exit $$?; \
+ install -m 644 "$$i"/* $(DESTDIR)$(MANDIR)/"$$i" || exit $$?; \
+ done
diff --git a/man-pages-posix-2017/POSIX-COPYRIGHT b/man-pages-posix-2017/POSIX-COPYRIGHT
new file mode 100644
index 0000000..8fda110
--- /dev/null
+++ b/man-pages-posix-2017/POSIX-COPYRIGHT
@@ -0,0 +1,18 @@
+The Institute of Electrical and Electronics Engineers and The Open Group,
+have given us permission to reprint portions of their documentation.
+
+In the following statement, the phrase ``this text'' refers to portions
+of the system documentation.
+
+Portions of this text are reprinted and reproduced in electronic form in
+the Linux man-pages project, from IEEE Std 1003.1-2017, Standard for
+Information Technology -- Portable Operating System Interface (POSIX),
+The Open Group Base Specifications Issue 7, Copyright (C) 2001-2013 by The
+Institute of Electrical and Electronics Engineers, Inc and The Open Group.
+In the event of any discrepancy between these versions and the original
+IEEE and The Open Group Standard, the original IEEE and The Open Group
+Standard is the referee document.
+The original Standard can be obtained online at
+http://www.opengroup.org/unix/online.html .
+
+This notice shall appear on any product containing this material.
diff --git a/man-pages-posix-2017/README b/man-pages-posix-2017/README
new file mode 100644
index 0000000..191ab1d
--- /dev/null
+++ b/man-pages-posix-2017/README
@@ -0,0 +1,22 @@
+These are pages from POSIX.1-2008, Technical Corrigendum 1.
+Since TC1 appeared in 2013, it is also known as POSIX.1-2013.
+
+This package contains the POSIX man pages (pages in sections
+except 0p, 1p, and 3p). Some more information is given in the
+`Announce' file. Some background on UNIX standards, including
+POSIX, can be found in the standards(7) page provided as part
+of the separate Linux man-pages package.
+
+Install by copying to your favourite location.
+"make install" will just copy them to /usr/share/man/man[013]p.
+"make" will move the pages from this package that are older than
+the already installed ones to a subdirectory `not_installed',
+then remove old versions (compressed or not),
+compress the pages, and copy them to /usr/share/man/man[013]p.
+
+Note that you may have to remove preformatted pages.
+
+Copyrights: see the file POSIX-COPYRIGHT.
+
+If you have corrections and additions to suggest, then visit
+https://www.kernel.org/doc/man-pages/reporting_bugs.html
diff --git a/man-pages-posix-2017/man-pages-posix-2017-a.Announce b/man-pages-posix-2017/man-pages-posix-2017-a.Announce
new file mode 100644
index 0000000..db7accf
--- /dev/null
+++ b/man-pages-posix-2017/man-pages-posix-2017-a.Announce
@@ -0,0 +1,28 @@
+RELEASE
+The Linux man-pages maintainer proudly announces. . .
+
+ man-pages-posix-2017-a.tar.gz - POSIX man pages
+
+For further information, visit http://www.kernel.org/doc/man-pages/
+
+POSIX
+This release contains a copy of the POSIX 1003.1-2017 man pages.
+The directories man0p, man1p, man3p contain descriptions of the
+headers, the utilities, and the functions documented in that standard.
+For the copyright notice, see the file POSIX-COPYRIGHT.
+
+In order to use this, put in {/usr/share/misc/}man.conf{ig} or so
+your favourite order of looking at these pages, for example,
+MANSECT 1p:1:8:0p:3p:2:3:4:5:6:7:9:tcl:n:l:p:o
+or set the MANSECT environment variable.
+
+Here is a breakdown of what this distribution contains:
+
+ Section 0p = POSIX headers
+ Section 1p = POSIX utilities
+ Section 3p = POSIX functions
+
+Copyright information:
+
+ For the POSIX pages permission to distribute was given by IEEE
+ and the Open Group, see POSIX-COPYRIGHT.