From 324e1d8289644e5159d43a04945df0841c45b966 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sun, 9 Oct 2022 18:02:16 +0200 Subject: Ready for 6.00 Signed-off-by: Alejandro Colomar --- Changes | 4 ++-- man-pages-5.14.Announce | 62 ------------------------------------------------- man-pages-5.14.lsm | 14 ----------- man-pages-6.00.Announce | 61 ++++++++++++++++++++++++++++++++++++++++++++++++ man-pages-6.00.lsm | 14 +++++++++++ 5 files changed, 77 insertions(+), 78 deletions(-) delete mode 100644 man-pages-5.14.Announce delete mode 100644 man-pages-5.14.lsm create mode 100644 man-pages-6.00.Announce create mode 100644 man-pages-6.00.lsm diff --git a/Changes b/Changes index 737621d12..4c53dcc68 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ -==================== Changes in man-pages-5.14 ==================== +==================== Changes in man-pages-6.00 ==================== -Released: ????-??-??, Munich +Released: 2022-10-09, València Contributors diff --git a/man-pages-5.14.Announce b/man-pages-5.14.Announce deleted file mode 100644 index a5d1a09ac..000000000 --- a/man-pages-5.14.Announce +++ /dev/null @@ -1,62 +0,0 @@ -RELEASE -The Linux man page maintainer proudly announces. . . - - man-pages-5.14.tar.gz - man pages for Linux - -Differences from the previous manual pages release are listed in -the file "Changes". - -For further information, visit http://www.kernel.org/doc/man-pages/ - -POSIX PAGES -This package used to contains a copy of the POSIX 1003.1-2003 -man pages. The POSIX pages are now distributed in the separate -man-pages-posix package. - -THE PAGES -These pages are most of the section 2, 3, 4, 5, 7 man pages -for Linux. A few pages are provided in sections 1 and 8 for commands -that are not documented in other packages, and there are a few pages -in sections 5 and 8 for the timezone utilities. - -[The timezone pages were taken from -ftp://elsie.nci.nih.gov/pub/tzcode2001a.tar.gz.] -[The section 3 man pages for the db routines have been taken from -ftp://ftp.terra.net/pub/sleepycat/db.1.86.tar.gz.] -[The rpc man pages were taken from the 4.4BSD-Lite CDROM.] - -Here is a breakdown of what this distribution contains: - - Section 1 = user commands (intro, plus a few other pages) - Section 2 = system calls - Section 3 = libc calls - Section 4 = devices (e.g., hd, sd) - Section 5 = file formats and configuration files (e.g., wtmp, /etc/passwd) - Section 6 = games (intro only) - Section 7 = overviews, conventions, macro packages, etc. - Section 8 = system administration (intro, plus a few other pages) - - This package contains no, or very few, section 1, 6, and 8 man pages - because these should be distributed with the binaries they are written - for. Sometimes Section 9 is used for man pages describing parts of - the kernel. - - Note that only Section 2 is rather complete, but Section 3 contains - several hundred man pages. If you want to write some man pages, - or suggest improvements to existing pages, please visit - http://www.kernel.org/doc/man-pages/ . - - -Copyright information: - - These man pages are distributed under a variety of copyright licenses. - Although these licenses permit free distribution of the nroff sources - contained in this package, commercial distribution may impose other - requirements (e.g., acknowledgement of copyright or inclusion of the - raw nroff sources with the commercial distribution). - If you distribute these man pages commercially, it is your - responsibility to figure out your obligations. (For many man pages, - these obligations require you to distribute nroff sources with any - pre-formatted man pages that you provide.) Each file that contains - nroff source for a man page also contains the author(s) name, email - address, and copyright notice. diff --git a/man-pages-5.14.lsm b/man-pages-5.14.lsm deleted file mode 100644 index 842c2f8f1..000000000 --- a/man-pages-5.14.lsm +++ /dev/null @@ -1,14 +0,0 @@ -Begin4 -Title: Section 2, 3, 4, 5 and 7 man pages for Linux -Version: 5.14 -Entered-date: ????-??-?? -Description: Linux manual pages -Keywords: man pages -Author: several -Maintained-by: Alejandro Colomar , - Michael Kerrisk -Primary-site: http://www.kernel.org/pub/linux/docs/man-pages - ????k man-pages-5.14.tar.gz -Copying-policy: several; the pages are all freely distributable as long as - nroff source is provided -End diff --git a/man-pages-6.00.Announce b/man-pages-6.00.Announce new file mode 100644 index 000000000..dff8eae33 --- /dev/null +++ b/man-pages-6.00.Announce @@ -0,0 +1,61 @@ +RELEASE +The Linux man page maintainer proudly announces. . . + + man-pages-6.00.tar.gz - man pages for Linux + +Differences from the previous manual pages release are listed in +the file "Changes". + +For further information, visit http://www.kernel.org/doc/man-pages/ + +THE PAGES +These pages are most of the section 2, 3, 4, 5, 7 man pages +for Linux. A few pages are provided in sections 1 and 8 for commands +that are not documented in other packages, and there are a few pages +in sections 5 and 8 for the timezone utilities. + +[The timezone pages were taken from +ftp://elsie.nci.nih.gov/pub/tzcode2001a.tar.gz.] +[The section 3 man pages for the db routines have been taken from +ftp://ftp.terra.net/pub/sleepycat/db.1.86.tar.gz.] +[The rpc man pages were taken from the 4.4BSD-Lite CDROM.] + +Here is a breakdown of what this distribution contains: + + Section 1 = user commands (intro, plus a few other pages) + Section 2 = system calls + Subsection 2type = types provided by the kernel + Section 3 = library calls + Subsection 3const = library constants + Subsection 3head = library header files + Subsection 3type = library types + Section 4 = devices (e.g., hd, sd) + Section 5 = file formats and configuration files (e.g., wtmp, /etc/passwd) + Section 6 = games (intro only) + Section 7 = overviews, conventions, macro packages, etc. + Section 8 = system administration (intro, plus a few other pages) + + This package contains no, or very few, section 1, 6, and 8 man pages + because these should be distributed with the binaries they are written + for. Sometimes Section 9 is used for man pages describing parts of + the kernel. + + Note that only Section 2 is rather complete, but Section 3 contains + several hundred man pages. If you want to write some man pages, + or suggest improvements to existing pages, please visit + http://www.kernel.org/doc/man-pages/ . + + +Copyright information: + + These man pages are distributed under a variety of copyright licenses. + Although these licenses permit free distribution of the nroff sources + contained in this package, commercial distribution may impose other + requirements (e.g., acknowledgement of copyright or inclusion of the + raw nroff sources with the commercial distribution). + If you distribute these man pages commercially, it is your + responsibility to figure out your obligations. (For many man pages, + these obligations require you to distribute nroff sources with any + pre-formatted man pages that you provide.) Each file that contains + nroff source for a man page also contains the author(s) name, email + address, and copyright notice. diff --git a/man-pages-6.00.lsm b/man-pages-6.00.lsm new file mode 100644 index 000000000..91990d2ee --- /dev/null +++ b/man-pages-6.00.lsm @@ -0,0 +1,14 @@ +Begin4 +Title: Section 2, 3, 4, 5 and 7 man pages for Linux +Version: 6.00 +Entered-date: 2022-10-09 +Description: Linux manual pages +Keywords: man pages +Author: several +Maintained-by: Alejandro Colomar , + Michael Kerrisk +Primary-site: http://www.kernel.org/pub/linux/docs/man-pages + 2.6M man-pages-6.00.tar.gz +Copying-policy: several; the pages are all freely distributable as long as + nroff source is provided +End -- cgit v1.2.3