Nit: incorrect HTML anchor in ipsec.conf manpage (4.1, 4.2, CURRENT)
"Walter Goulet" <[email protected]>
| Newsgroups | gmane.os.openbsd.www,gmane.os.openbsd.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hi,
The manpage for ipsec.conf
(http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec.conf&apropos=0&sektion=0&manpath=OpenBSD+4.1&arch=i386&format=html)
has an incorrect HTML anchor applied to the 'null (none)' encryption
cipher (clicking on the link runs an invalid query on the web manpage
interface).
The solution is to remove the anchor tag from the keyword (no unified
diff since web source is not available in /usr/src):
<A HREF="/cgi-bin/man.cgi?query=null&sektion=none&arch=i386&apropos=0&manpath=OpenBSD+Current">null
(none)</A> [phase 2 only]
should be changed to:
null (none)
Thanks,
Walter