summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-04-10 00:13:52 +0200
committerAlejandro Colomar <alx@kernel.org>2023-04-10 00:13:58 +0200
commitdf184761d21d7b86b5ca74cfbf8099f2785bac75 (patch)
tree11ab8e2e41aaf3bf2820836ce7a9ff0eeeabaa8c
parent73cb0c8cbe67cfec8271645bfbaf5d6a70a0b219 (diff)
downloadwebsite-df184761d21d7b86b5ca74cfbf8099f2785bac75.tar.gz
FIXME: Remove file
Since we removed the contributing.html file in the previous commit, in favor of the CONTRIBUTING file in the repository, no file points to this file. Most of what it contains is either obvious or already in the CONTRIBUTING file, so let's just remove it. Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--FIXME.html99
1 files changed, 0 insertions, 99 deletions
diff --git a/FIXME.html b/FIXME.html
deleted file mode 100644
index 088b61c..0000000
--- a/FIXME.html
+++ /dev/null
@@ -1,99 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "https://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html>
-<head>
-<meta http-equiv="content-type" content="text/html;charset=utf-8" />
-<link rel=stylesheet type="text/css" href="style.css" title="style">
-<title>
-FIXMEs for man-pages
-</title>
-</head>
-
-<body>
-
-<!--BEGIN-LINKS-->
-<form method="get" action="https://www.google.com/search">
-<table border=0 cellpadding=0 cellspacing=0 width="100%">
-<tr>
-<td align="left">
-<font size="-1">
-
-Linux <em>man-pages</em>: &nbsp;
-<a href="./index.html">home</a> |
-<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/CONTRIBUTING">contributing</a> |
-<a href="./reporting_bugs.html">bugs</a> |
-<a href="./patches.html">patches</a> |
-<a href="./download.html">download</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="">
-<input type="hidden" name="sitesearch" value="man7.org/linux/man-pages">
-<input type="submit" name="sa" value="Search online pages">
-</td>
-</tr>
-</table>
-</form>
-<!--END-LINKS-->
-
-
-<h1>Repairing pages marked "FIXME"</h1>
-
-<p>
- Grepping the source of the pages in
- <em>man-pages</em> will show various places where
- pages are marked with the string "FIXME".
- There is also a shell script
- (<span class="pathname">scripts/FIXME_list.sh</span>)
- that can be used to obtain a list of FIXMEs
- in the man page sources:
- <div class="shell">
- $ <strong>cd man-pages</strong>
- <br>
- $ <strong>sh scripts/FIXME_list.sh .</strong>
- </div>
-</p>
-
-<p>
- The presence of a FIXME usually indicates that someone has
- noticed that some information on the page is incorrect or
- incomplete, but has not had the time/knowledge to fix the problem.
- (Sometimes a FIXME relates to a kernel or glibc bug report that is
- awaiting resolution, and it may be sufficient to check if the bug
- has been resolved and then, if necessary,
- provide a suitable write-up on the page.)
-</p>
-
-<p>
- If you know how to fix the problem, then please send a patch.
- However, note that some of the FIXME markings are associated with
- problems that are quite difficult: you need to ensure that you are
- knowledgeable on the relevant point(s), or you need to be willing to
- invest the time to become knowledgeable (by reading kernel or
- [g]libc source files and/or writing suitable test programs).
-</p>
-
-<!--BEGIN-STATCOUNTER-->
-<!-- SITETRACKING.linux_man-pages -->
-<!-- Start of StatCounter Code -->
-<script type="text/javascript">
-var sc_project=5618989;
-var sc_invisible=1;
-var sc_partition=60;
-var sc_click_stat=1;
-var sc_security="4f8507d7";
-</script>
-
-<script type="text/javascript"
-src="https://www.statcounter.com/counter/counter.js"></script><noscript><div
-class="statcounter"><a title="customisable counter"
-href="https://www.statcounter.com/free_hit_counter.html"
-target="_blank"><img class="statcounter"
-src="https://c.statcounter.com/5618989/0/4f8507d7/1/" alt="customisable
-counter" ></a></div></noscript>
-<!-- End of StatCounter Code -->
-<!--END-STATCOUNTER-->
-</body>
-</html>