Skip to content

Commit 3a0760c

Browse files
committed
Fix minor syntax errors that crept in.
1 parent 71d2eb2 commit 3a0760c

File tree

10 files changed

+25
-22
lines changed

10 files changed

+25
-22
lines changed

74.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ <h3>What's New</h3>
385385
<a href="https://man.openbsd.org/ksh.1">ksh(1)</a>.
386386
<li>The caching mechanism used by
387387
<a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>
388-
to speed up <tt>pkg_add -u</tt> now also works if -stable packages
388+
to speed up <code>pkg_add -u</code> now also works if -stable packages
389389
are available.
390390
<li>Significantly increase the speed of <a
391391
href="https://man.openbsd.org/pkg-config.1">pkg-config(1)</a>.

events.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h3>2023</h3>
102102
</ul>
103103

104104
<li id="lre-epita"><strong>
105-
<a href="https://www.lre.epita.fr/">Internal Seminar of the system team at Epita</a></strong>, Jan 12, 2023, Le Kremlin-Bicêtre, France</br>
105+
<a href="https://www.lre.epita.fr/">Internal Seminar of the system team at Epita</a></strong>, Jan 12, 2023, Le Kremlin-Bicêtre, France<br>
106106
<ul>
107107
<li>Marc Espie - Mitigation techniques in OpenBSD (in french)
108108
(<a href="papers/lre2023-espie-mitigation.pdf">slides</a>)

faq/ports/guide.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ <h2 id="PortsChecklist">Porting Checklist</h2>
300300
Patches that need specific treatment should be mentioned in
301301
<code>DISTFILES</code>,
302302
and removed from <code>EXTRACT_ONLY</code>, for historic reasons.
303-
</ul>
304303

305304
<br><li>
306305
Extract the port with <code>make extract</code>.

faq/upgrade69.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -441,9 +441,9 @@ <h3 id="ConfigChanges">Configuration and syntax changes</h3>
441441
to libtls, the way SNI works has changed:
442442

443443
<ul>
444-
<p>
445-
<li>The set of certificates for a tls listener must be explicitly
446-
defined by using the <tt>pki</tt> listener option multiple times:
444+
<li>
445+
<p>The set of certificates for a tls listener must be explicitly
446+
defined by using the <code>pki</code> listener option multiple times:
447447

448448
<pre class="cmdbox">
449449
pki "mail.example.com" cert "/etc/ssl/mail.example.com.crt"
@@ -456,10 +456,10 @@ <h3 id="ConfigChanges">Configuration and syntax changes</h3>
456456
pki "mail.example.org"<!--
457457
--></pre>
458458

459-
<p>
460-
<li>The certificate to use is now selected by looking at the names
459+
<li>
460+
<p>The certificate to use is now selected by looking at the names
461461
contained in the certificates defined for the listener.
462-
The label of the <tt>pki</tt> entry itself is not relevant anymore.
462+
The label of the <code>pki</code> entry itself is not relevant anymore.
463463
</ul>
464464

465465
<p>
@@ -623,4 +623,4 @@ <h3 id="SpecialPackages">Special packages</h3>
623623
<a href="upgrade70.html">[6.9 -> 7.0]</a>
624624

625625
<hr>
626-
<small>$OpenBSD: upgrade69.html,v 1.6 2021/10/09 22:02:14 kmos Exp $</small>
626+
<small>$OpenBSD: upgrade69.html,v 1.7 2024/04/20 22:10:39 bentley Exp $</small>

faq/upgrade72.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ <h3 id="SpecialPackages">Special packages</h3>
405405
prepare in advance so that you can move to MDB.
406406

407407
<p>
408-
Before updating, stop slapd and use <tt>slapcat</tt> to dump your
408+
Before updating, stop slapd and use <code>slapcat</code> to dump your
409409
database(s) to ldif files. (Saving ldif files is recommended as part
410410
of your regular maintenance anyway, but particularly important at
411411
this time).
@@ -565,4 +565,4 @@ <h3 id="SpecialPackages">Special packages</h3>
565565
<a href="upgrade73.html">[7.2 -> 7.3]</a>
566566

567567
<hr>
568-
<small>$OpenBSD: upgrade72.html,v 1.5 2023/06/16 03:04:20 jsg Exp $</small>
568+
<small>$OpenBSD: upgrade72.html,v 1.6 2024/04/20 22:10:39 bentley Exp $</small>

hackathons.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ <h2 id=OpenBSD>
8585
so don't worry if you can't understand the shirt. Just enjoy them.
8686

8787
<table>
88+
<tr>
8889
<td>
8990
<a id="p2k24" href="images/hackathons/p2k24.png">
9091
<img src="images/hackathons/p2k24-s.gif" alt="p2k24"></a><br>

mail.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,13 +387,15 @@ <h2>Digests</h2>
387387

388388
<h2 id="OtherLists">Other Mailing Lists</h2>
389389

390+
<dl>
390391
391392
(<a href="https://marc.info/?l=openbsd-pf">Archive</a>)
392393
<dd>Discussions about the <a href=faq/pf/index.html>OpenBSD packet filter</a>.
393394
To subscribe, send an email with a message body of "subscribe" to
394395
395396
More info <a href="https://www.benzedrine.ch/mailinglist.html">here</a>.
396397
</dd>
398+
</dl>
397399

398400
<h2 id="nonEnglish">Non-English Lists</h2>
399401

openssh/agent-restrict.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!DOCTYPE html>
12
<html>
23
<head>
34
<meta charset="utf-8">
@@ -29,8 +30,8 @@ <h2>TLDR</h2>
2930
OpenSSH 8.9 will include the ability to control how and where keys in
3031
<span class="cmd">ssh-agent</span> may be used, both locally and when forwarded (subject to some
3132
<a href="#limitations">limitations</a>).
32-
<h2>Background</h2>
3333
</p>
34+
<h2>Background</h2>
3435
<p>
3536
The OpenSSH SSH protocol implementation includes the <span class="cmd">ssh-agent</span>
3637
authentication agent. This tool supports two overlapping uses: a safe
@@ -590,7 +591,7 @@ <h2>Acknowledgments</h2>
590591
<li>Jann Horn of Google Project Zero, who spotted the re-signing attack in an earlier version of the protocol with embarrassing speed,</li>
591592
<li>Thai Duong of the Google Information Security Engineering team for reviewing the protocol, and</li>
592593
<li>Markus Friedl of the OpenSSH project for many rounds of review of both the protocol and implementation.</li>
593-
<ul>
594+
</ul>
594595
</body>
595-
<!-- $OpenBSD: agent-restrict.html,v 1.11 2022/01/10 03:06:23 djm Exp $ -->
596+
<!-- $OpenBSD: agent-restrict.html,v 1.12 2024/04/20 22:10:39 bentley Exp $ -->
596597
</html>

openssh/security.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,18 +158,18 @@ <h2 id=OpenBSD>
158158
sshd in OpenSSH between 6.2 and 8.7 (inclusive).
159159
<br>
160160
sshd(8) failed to correctly initialise supplemental groups when
161-
executing an <tt>AuthorizedKeysCommand</tt> or
162-
<tt>AuthorizedPrincipalsCommand</tt>, where a
163-
<tt>AuthorizedKeysCommandUser</tt> or
164-
<tt>AuthorizedPrincipalsCommandUser</tt> directive was been set to
161+
executing an <code>AuthorizedKeysCommand</code> or
162+
<code>AuthorizedPrincipalsCommand</code>, where a
163+
<code>AuthorizedKeysCommandUser</code> or
164+
<code>AuthorizedPrincipalsCommandUser</code> directive was been set to
165165
run the command as a non-root user. Instead these commands would inherit
166166
the groups that sshd(8) was started with.
167167
<br>
168168
Depending on system configuration, inherited groups may allow
169169
the helper programs to gain unintended privilege.
170170
<br>
171-
Neither <tt>AuthorizedKeysCommand</tt> nor
172-
<tt>AuthorizedPrincipalsCommand</tt> are enabled by default in
171+
Neither <code>AuthorizedKeysCommand</code> nor
172+
<code>AuthorizedPrincipalsCommand</code> are enabled by default in
173173
sshd_config(5).
174174
<br>
175175
This bug is corrected in OpenSSH 8.8

plus75.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ <h3>Changes made between OpenBSD 7.4 and 7.5</h3>
649649
<li>Made <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> unzoom a window at the start of destroy so it doesn't happen later after the layout has been freed.
650650
<!-- 2023/10/22 -->
651651
<li>Fixed <a href="https://man.openbsd.org/radiusd.8">radiusd(8)</a> to fixup MPPE-{Send,Recv}-Key and Tunnel-Password attributes of the response properly.
652-
<li>When option D is active in malloc(3)</a>, store callers for all chunks, avoiding the 0x0 call sites for leak reports.
652+
<li>When option D is active in <a href="https://man.openbsd.org/malloc.3">malloc(3)</a>, store callers for all chunks, avoiding the 0x0 call sites for leak reports.
653653
<!-- 2023/10/21 -->
654654
<li>Ignored wide channel configs not appearing in the 802.11ac spec.
655655
<li>Ensured that <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> uses the 80Mhz primary channel index announced in beacons.

0 commit comments

Comments
 (0)