summaryrefslogtreecommitdiffstats
path: root/missing_pages.html
diff options
context:
space:
mode:
Diffstat (limited to 'missing_pages.html')
-rw-r--r--missing_pages.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/missing_pages.html b/missing_pages.html
index 36a7207..b2047c2 100644
--- a/missing_pages.html
+++ b/missing_pages.html
@@ -94,7 +94,7 @@ Linux <em>man-pages</em>: &nbsp;
<br>
<br>
</li>
-
+
<li>
Say how you obtained the information in the page: was it by reading (or
writing) the relevant kernel or (g)libc source code; by writing a
@@ -105,7 +105,7 @@ Linux <em>man-pages</em>: &nbsp;
<br>
<br>
</li>
-
+
<li>
Submit the page following
<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/CONTRIBUTING">the project guidelines for submitting patches</a>.
@@ -135,7 +135,7 @@ Linux <em>man-pages</em>: &nbsp;
consider is submitting a patch to the maintainers of the glibc
documentation, if that is more appropriate.)
</li>
-
+
</ul>
@@ -195,7 +195,7 @@ Linux <em>man-pages</em>: &nbsp;
<span class="man-page">proc(5)</span>.</span>
The kernel source file
<span class="pathname">Documentation/filesystems/sysfs.txt</span>
- provides a starting point for this page; see also the many other
+ provides a starting point for this page; see also the many other
<span class="pathname">*sysfs*.txt</span>
files under the
<span class="pathname">Documentation/</span>
@@ -330,7 +330,7 @@ done
</p>
<pre class="shell">
<strong>
-nm -D /lib/libm.so.6 | sed -re '/^[0-9a-f]* T /!d; s///; /^_/d' |
+nm -D /lib/libm.so.6 | sed -re '/^[0-9a-f]* T /!d; s///; /^_/d' |
xargs whatis | sed -ne 's/: nothing appropriate\.$//p' | sort -u
</strong>
</pre>
@@ -374,7 +374,7 @@ Probably should not be documented:
The idea is that in a debugger, we set 'mallwatch' to an address
returned by the malloc functions, set a breakpoint on tr_break()
(defined inside glibc), and then continue execution. When a malloc
- operation touches the address referred to by 'mallwatch', the
+ operation touches the address referred to by 'mallwatch', the
breakpoint is actioned. mtrace() must be used to install the
necessary malloc hooks.
</td>
@@ -534,7 +534,7 @@ Probably should not be documented:
<span class="man-page">isalpha(3)</span>,
<span class="man-page">toupper(3)</span>,
<span class="man-page">towlower(3)</span>,
- and
+ and
<span class="man-page">towupper(3)</span>
man pages (in particular, see the changes made in
<a href="https://man7.org/linux/man-pages/changelog.html#release_3.63"><em>man-pages-3.63</em></a>).