commit: 390af7bec8c592c7e33bf222f77899a4ba58e957
parent 7f3c6d37d21e703e364474c5d730584e3367442f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 13 Mar 2023 22:45:26 +0100
notes/unix-defects: Fix grammar on nss/resolv.conf
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/notes/index.xhtml b/notes/index.xhtml
@@ -52,7 +52,7 @@
<tr><td><a href="systems.json">systems.json</a></td><td data-value="642" data-type="int">642 B</td><td>2023-01-09 20:04:17</td></tr>
<tr><td><a href="tips.md">tips.md</a></td><td data-value="174" data-type="int">174 B</td><td>2021-01-17 06:20:02</td></tr>
<tr><td><a href="tuple_truth_table.txt">tuple_truth_table.txt</a></td><td data-value="792" data-type="int">792 B</td><td>2021-01-17 06:20:02</td></tr>
- <tr><td><a href="unix-defects">unix-defects</a></td><td data-value="5785" data-type="int">5 785 B</td><td>2023-03-13 21:22:22</td></tr>
+ <tr><td><a href="unix-defects">unix-defects</a></td><td data-value="5965" data-type="int">5 965 B</td><td>2023-03-13 21:44:10</td></tr>
<tr><td><a href="zfs">zfs</a></td><td data-value="1262" data-type="int">1 262 B</td><td>2021-01-17 06:20:02</td></tr>
</tbody>
</table>
diff --git a/notes/unix-defects.xhtml b/notes/unix-defects.xhtml
@@ -31,7 +31,7 @@
Please consider: Clean ABI; Virtual filesystems (could look like <a href="https://www.openwall.com/tcb/">tcb shadow</a> for <code>passwd</code>); or proper servers instead.
</p>
<p>
- It also doesn't allows to do any query that aren't precooked for you, for example you cannot query DNS records like <code>TXT</code>, arguably it's DNS-specific but still ought to be present in a standard library.
+ It's associated functions (<a href="#getaddrinfo"><code>getaddrinfo(3)</code></a>, <a href="#gethostbyname"><code>gethostbyname(3)</code></a>, …) also do not allow to do any query that aren't precooked for you, for example you cannot query DNS records like <code>TXT</code>, arguably it's DNS-specific but still ought to be present in a standard library.
</p>
<h3 id="getaddrinfo"><code>getaddrinfo(3)</code></h3>