Skip to content

Commit 2471686

Browse files
authored
Fix dead link to NetBSD sysctl man page (#212)
Use the offical NetBSD man page URL https://man.netbsd.org Signed-off-by: Tobias Klauser <[email protected]>
1 parent 36d085a commit 2471686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
//! [4]: https://developer.apple.com/documentation/security/1399291-secrandomcopybytes?language=objc
126126
//! [5]: https://www.freebsd.org/cgi/man.cgi?query=random&sektion=4
127127
//! [6]: https://man.openbsd.org/getentropy.2
128-
//! [7]: https://netbsd.gw.com/cgi-bin/man-cgi?sysctl+7+NetBSD-8.0
128+
//! [7]: https://man.netbsd.org/sysctl.7
129129
//! [8]: https://leaf.dragonflybsd.org/cgi/web-man?command=random&section=4
130130
//! [9]: https://docs.oracle.com/cd/E88353_01/html/E37841/getrandom-2.html
131131
//! [10]: https://docs.oracle.com/cd/E86824_01/html/E54777/random-7d.html

0 commit comments

Comments
 (0)