summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-04-10 02:45:17 +0200
committerAlejandro Colomar <alx@kernel.org>2023-04-10 02:45:20 +0200
commit5547988cec5e0438920e3fb6aa7c281dafba31db (patch)
treee40e2b46631f663bb6f309c65f8ebd42af441658
parent0f41d15f8a91ef2b476b35b4a8bf0bbb28cd82be (diff)
index: Simplify
- Remove references to the cgit. We already have them implicitly as links to the README and CONTRIBUTING files. - Remove references to the <man7.org> pages, as they are outdated by several years, and only cause confusion. - Remove reference to the project blog. I don't have access to it, AFAIK, and I'm not very interested in such a thing: I prefer reducing the number of communication channels, and the mailing list is the most used (and useful) one, so let's keep the count low. Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--index.html67
1 files changed, 1 insertions, 66 deletions
diff --git a/index.html b/index.html
index f87ecd8..a4236c6 100644
--- a/index.html
+++ b/index.html
@@ -22,9 +22,6 @@ Linux <em>man-pages</em>: &nbsp;
home |
<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/README">readme</a> |
<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/CONTRIBUTING">contributing</a>
-&nbsp; || &nbsp;
-<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git">git</a> |
-<a href="https://man7.org/linux/man-pages/index.html">online pages</a></font>
</td>
<td align="right">
<input type="text" name="q" size=10 maxlength=255 value="">
@@ -49,75 +46,13 @@ home |
although, where known,
documentation of variations in other C libraries
available for Linux is also included.
- The project provides manual pages in the following sections:
</p>
-<ul>
- <li>
- <a href="https://man7.org/linux/man-pages/dir_section_1.html">1: <em>User commands</em></a>; <em>man-pages</em> includes a small number of Section 1 pages that
- document programs supplied by the GNU C library.
- </li>
- <li>
- <a href="https://man7.org/linux/man-pages/dir_section_2.html">2: <em>System calls</em></a>
- documents the
- <a href="https://man7.org/linux/man-pages/man2/syscalls.2.html">system calls</a>
- provided by the Linux kernel.
- </li>
- <li>
- <a href="https://man7.org/linux/man-pages/dir_section_3.html">3: <em>Library functions</em></a>
- documents the functions provided by the standard C library.
- </li>
- <li>
- <a href="https://man7.org/linux/man-pages/dir_section_4.html">4: <em>Devices</em></a>
- documents details of various devices, most of which reside in
- <span class="pathname">/dev</span>.
- </li>
- <li>
- <a href="https://man7.org/linux/man-pages/dir_section_5.html">5: <em>Files</em></a>
- describes various file formats and filesystems, and includes
- <a href="https://man7.org/linux/man-pages/man5/proc.5.html">proc(5)</a>,
- which documents the
- <span class="pathname">/proc</span>
- file system.
- </li>
- <li>
- <a href="https://man7.org/linux/man-pages/dir_section_7.html">7: <em>Overviews,
- conventions, and miscellaneous</em></a>.
- </li>
- <li>
- <a href="https://man7.org/linux/man-pages/dir_section_8.html">8:
- <em>Superuser and system administration commands</em></a>;
- <em>man-pages</em> includes a small number of Section 8 pages
- that document programs supplied by the GNU C library.
- </li>
-</ul>
-
<p>
- <a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/README">Readme</a>
- &nbsp; | &nbsp;
- <a href="https://git.kernel.org/?p=docs/man-pages/man-pages.git">CGit</a>
- &nbsp; | &nbsp;
- <a href="https://man7.org/linux/man-pages/index.html">Online man pages</a>
- &nbsp; | &nbsp;
- <a href="https://man7.org/linux/man-pages/changelog.html">Changelog</a>
-</p>
-
-<p>
- <a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/CONTRIBUTING">Contributing</a>
+ <a href="maintaining.html">Project maintenance</a>
&nbsp; | &nbsp;
<a href="missing_pages.html">Missing pages</a>
-</p>
-
-
-<p>
- <a href="linux-man-ml.html">Mailing list</a>
- &nbsp; | &nbsp;
- <a href="http://linux-man-pages.blogspot.com/">Project blog</a>
&nbsp; | &nbsp;
- <a href="maintaining.html">Project maintenance</a>
-</p>
-
-<p>
<a href="code_of_conduct.html">Code of conduct</a>
</p>