Module Name: src
Committed By: rillig
Date: Sat Sep 7 20:33:53 UTC 2024
Modified Files:
src/share/man/man1: intro.1
src/share/man/man3: __builtin_prefetch.3 fast_divide32.3
src/share/man/man4: acpi.4 acpicpu.4 altq.4 atw.4 aubtfwl.4 bpfjit.4
bwi.4 cas.4 cs.4 dse.4 dtv.4 multicast.4 nvme.4
Log Message:
man: convert some URLs to https
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/share/man/man1/intro.1
cvs rdiff -u -r1.3 -r1.4 src/share/man/man3/__builtin_prefetch.3
cvs rdiff -u -r1.9 -r1.10 src/share/man/man3/fast_divide32.3
cvs rdiff -u -r1.88 -r1.89 src/share/man/man4/acpi.4
cvs rdiff -u -r1.36 -r1.37 src/share/man/man4/acpicpu.4
cvs rdiff -u -r1.7 -r1.8 src/share/man/man4/altq.4
cvs rdiff -u -r1.13 -r1.14 src/share/man/man4/atw.4 src/share/man/man4/bwi.4
cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/aubtfwl.4 \
src/share/man/man4/cas.4
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/bpfjit.4
cvs rdiff -u -r1.8 -r1.9 src/share/man/man4/cs.4 \
src/share/man/man4/multicast.4
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/dse.4
cvs rdiff -u -r1.9 -r1.10 src/share/man/man4/dtv.4
cvs rdiff -u -r1.10 -r1.11 src/share/man/man4/nvme.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man1/intro.1
diff -u src/share/man/man1/intro.1:1.13 src/share/man/man1/intro.1:1.14
--- src/share/man/man1/intro.1:1.13 Sat Oct 26 08:37:58 2013
+++ src/share/man/man1/intro.1 Sat Sep 7 20:33:53 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: intro.1,v 1.13 2013/10/26 08:37:58 mbalmer Exp $
+.\" $NetBSD: intro.1,v 1.14 2024/09/07 20:33:53 rillig Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -72,7 +72,7 @@ Traditionally, the value 0 signifies suc
.%I University of California, Berkeley
.%T "UNIX User's Manual Supplementary Documents"
.%D June, 1993
-.%U http://www.netbsd.org/docs/bsd/lite2/usd.html
+.%U https://www.netbsd.org/docs/bsd/lite2/usd.html
.Re
.Sh HISTORY
An
Index: src/share/man/man3/__builtin_prefetch.3
diff -u src/share/man/man3/__builtin_prefetch.3:1.3 src/share/man/man3/__builtin_prefetch.3:1.4
--- src/share/man/man3/__builtin_prefetch.3:1.3 Wed Dec 22 22:02:54 2010
+++ src/share/man/man3/__builtin_prefetch.3 Sat Sep 7 20:33:53 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: __builtin_prefetch.3,v 1.3 2010/12/22 22:02:54 wiz Exp $
+.\" $NetBSD: __builtin_prefetch.3,v 1.4 2024/09/07 20:33:53 rillig Exp $
.\"
.\" Copyright (c) 2010 Jukka Ruohonen <[email protected]>
.\" All rights reserved.
@@ -109,7 +109,7 @@ while (mlen >= 32) {
.%A Ulrich Drepper
.%T What Every Programmer Should Know About Memory
.%D November 21, 2007
-.%U http://www.akkadia.org/drepper/cpumemory.pdf
+.%U https://www.akkadia.org/drepper/cpumemory.pdf
.Re
.Sh CAVEATS
This is a non-standard, compiler-specific extension.
Index: src/share/man/man3/fast_divide32.3
diff -u src/share/man/man3/fast_divide32.3:1.9 src/share/man/man3/fast_divide32.3:1.10
--- src/share/man/man3/fast_divide32.3:1.9 Mon Jul 3 21:30:58 2017
+++ src/share/man/man3/fast_divide32.3 Sat Sep 7 20:33:53 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: fast_divide32.3,v 1.9 2017/07/03 21:30:58 wiz Exp $
+.\" $NetBSD: fast_divide32.3,v 1.10 2024/09/07 20:33:53 rillig Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -104,7 +104,7 @@ r = fast_remainder32(a, b, m, s1, s2);
.%N Issue 6
.%V Volume 29
.%P 61-72
-.%U http://gmplib.org/~tege/divcnst-pldi94.pdf
+.%U https://gmplib.org/~tege/divcnst-pldi94.pdf
.Re
.Sh HISTORY
The
Index: src/share/man/man4/acpi.4
diff -u src/share/man/man4/acpi.4:1.88 src/share/man/man4/acpi.4:1.89
--- src/share/man/man4/acpi.4:1.88 Sun Feb 13 23:28:58 2022
+++ src/share/man/man4/acpi.4 Sat Sep 7 20:33:53 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: acpi.4,v 1.88 2022/02/13 23:28:58 andvar Exp $
+.\" $NetBSD: acpi.4,v 1.89 2024/09/07 20:33:53 rillig Exp $
.\"
.\" Copyright (c) 2002, 2004, 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -535,7 +535,7 @@ is printed every time the method is call
.%D February 3, 2008
.%O Proceedings of AsiaBSDCon 2008
.%P 127-134
-.%U http://2008.asiabsdcon.org/papers/P9A-paper.pdf
+.%U https://2008.asiabsdcon.org/papers/P9A-paper.pdf
.Re
.Rs
.%A Takanori Watanabe
@@ -544,7 +544,7 @@ is printed every time the method is call
.%B Proceedings of the FREENIX Track: 2002 USENIX Annual Technical Conference
.%P 121-131
.%D June 10-15, 2002
-.%U http://www.usenix.org/event/usenix02/tech/freenix/full_papers/watanabe/watanabe.pdf
+.%U https://www.usenix.org/legacy/event/usenix02/tech/freenix/full_papers/watanabe/watanabe.pdf
.Re
.Sh HISTORY
The
Index: src/share/man/man4/acpicpu.4
diff -u src/share/man/man4/acpicpu.4:1.36 src/share/man/man4/acpicpu.4:1.37
--- src/share/man/man4/acpicpu.4:1.36 Sun Oct 25 16:39:00 2020
+++ src/share/man/man4/acpicpu.4 Sat Sep 7 20:33:53 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: acpicpu.4,v 1.36 2020/10/25 16:39:00 nia Exp $
+.\" $NetBSD: acpicpu.4,v 1.37 2024/09/07 20:33:53 rillig Exp $
.\"
.\" Copyright (c) 2010 Jukka Ruohonen <[email protected]>
.\" All rights reserved.
@@ -320,7 +320,7 @@ Power Aware Computing and Systems (HotPo
.%I Intel Open Source Technology Center
.%O Proceedings of the Linux Symposium
.%D July, 2006
-.%U http://www.kernel.org/doc/ols/2006/ols2006v2-pages-223-238.pdf
+.%U https://www.kernel.org/doc/ols/2006/ols2006v2-pages-223-238.pdf
.Re
.Sh HISTORY
The
Index: src/share/man/man4/altq.4
diff -u src/share/man/man4/altq.4:1.7 src/share/man/man4/altq.4:1.8
--- src/share/man/man4/altq.4:1.7 Wed Mar 21 10:20:33 2018
+++ src/share/man/man4/altq.4 Sat Sep 7 20:33:53 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: altq.4,v 1.7 2018/03/21 10:20:33 wiz Exp $
+.\" $NetBSD: altq.4,v 1.8 2024/09/07 20:33:53 rillig Exp $
.\"
.\" Copyright (c) 2011 Jukka Ruohonen <[email protected]>
.\"
@@ -84,7 +84,7 @@ are required in order to use a certain n
The
.Nm
system first appeared in March 1997 and found its home in the KAME project
-.Lk ( http://www.kame.net ) .
+.Lk ( https://www.kame.net ) .
It was imported into
.Nx 1.6 .
.Sh CAVEATS
Index: src/share/man/man4/atw.4
diff -u src/share/man/man4/atw.4:1.13 src/share/man/man4/atw.4:1.14
--- src/share/man/man4/atw.4:1.13 Sat Aug 19 17:55:42 2023
+++ src/share/man/man4/atw.4 Sat Sep 7 20:33:53 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: atw.4,v 1.13 2023/08/19 17:55:42 andvar Exp $
+.\" $NetBSD: atw.4,v 1.14 2024/09/07 20:33:53 rillig Exp $
.\"
.\" Copyright (c) 2003
.\" David Young <[email protected]>. All rights reserved.
@@ -24,7 +24,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
.\" THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: atw.4,v 1.13 2023/08/19 17:55:42 andvar Exp $
+.\" $Id: atw.4,v 1.14 2024/09/07 20:33:53 rillig Exp $
.\"
.Dd June 5, 2004
.Dt ATW 4
@@ -135,7 +135,7 @@ command.
.Re
.Rs
.%T Silicon Laboratories
-.%U http://www.silabs.com
+.%U https://www.silabs.com
.Re
.Rs
.%T RF Microdevices
Index: src/share/man/man4/bwi.4
diff -u src/share/man/man4/bwi.4:1.13 src/share/man/man4/bwi.4:1.14
--- src/share/man/man4/bwi.4:1.13 Tue Mar 18 18:20:39 2014
+++ src/share/man/man4/bwi.4 Sat Sep 7 20:33:53 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: bwi.4,v 1.13 2014/03/18 18:20:39 riastradh Exp $
+.\" $NetBSD: bwi.4,v 1.14 2024/09/07 20:33:53 rillig Exp $
.\"
.\" Copyright (c) 2007 The DragonFly Project. All rights reserved.
.\"
@@ -128,7 +128,7 @@ by
.An Taylor R. Campbell Aq Mt [email protected] .
.Pp
The hardware specification was reverse engineered by the people at
-.Lk http://bcm-specs.sipsolutions.net .
+.Lk https://bcm-specs.sipsolutions.net/ .
Thanks go also to johill and mb on the #bcm-specs channel.
.Sh BUGS
BCM4306 and BCM4309 chips do not work properly on channel 1, 2, and 3.
Index: src/share/man/man4/aubtfwl.4
diff -u src/share/man/man4/aubtfwl.4:1.4 src/share/man/man4/aubtfwl.4:1.5
--- src/share/man/man4/aubtfwl.4:1.4 Thu May 9 13:54:11 2013
+++ src/share/man/man4/aubtfwl.4 Sat Sep 7 20:33:53 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: aubtfwl.4,v 1.4 2013/05/09 13:54:11 wiz Exp $
+.\" $NetBSD: aubtfwl.4,v 1.5 2024/09/07 20:33:53 rillig Exp $
.\"
.\" Copyright (c) 2012 The NetBSD Foundation
.\" All rights reserved.
@@ -61,7 +61,7 @@ in
.Pp
The firmware files can be obtained from the Linux firmware
git repository at
-.Lk http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git .
+.Lk https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git .
.Sh FILES
.Bl -bullet
.It
Index: src/share/man/man4/cas.4
diff -u src/share/man/man4/cas.4:1.4 src/share/man/man4/cas.4:1.5
--- src/share/man/man4/cas.4:1.4 Wed Dec 25 15:56:35 2019
+++ src/share/man/man4/cas.4 Sat Sep 7 20:33:53 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: cas.4,v 1.4 2019/12/25 15:56:35 msaitoh Exp $
+.\" $NetBSD: cas.4,v 1.5 2024/09/07 20:33:53 rillig Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -72,7 +72,7 @@ Sun Quad GigaSwift Ethernet PCI-X (QGE-X
.Rs
.%T "Cassini+ ASIC Specification"
.%A Sun Microsystems
-.%U http://www.sun.com/processors/manuals/cs_plus.pdf
+.%U https://web.archive.org/web/20090701014334/http://www.sun.com/processors/manuals/cs_plus.pdf
.Re
.Sh HISTORY
The
Index: src/share/man/man4/bpfjit.4
diff -u src/share/man/man4/bpfjit.4:1.2 src/share/man/man4/bpfjit.4:1.3
--- src/share/man/man4/bpfjit.4:1.2 Thu Jul 24 21:22:29 2014
+++ src/share/man/man4/bpfjit.4 Sat Sep 7 20:33:53 2024
@@ -1,6 +1,6 @@
.\" -*- nroff -*-
.\"
-.\" $NetBSD: bpfjit.4,v 1.2 2014/07/24 21:22:29 wiz Exp $
+.\" $NetBSD: bpfjit.4,v 1.3 2024/09/07 20:33:53 rillig Exp $
.\"
.\" Copyright (c) 2014 Alexander Nasonov.
.\" All rights reserved.
@@ -98,7 +98,7 @@ existing filter programs.
.Xr bpf 4 ,
.Xr modload 8
.Pp
-.Lk http://sljit.sourceforge.net/ sljit library
+.Lk https://zherczeg.github.io/sljit/ sljit library
.Sh HISTORY
The
.Nm
Index: src/share/man/man4/cs.4
diff -u src/share/man/man4/cs.4:1.8 src/share/man/man4/cs.4:1.9
--- src/share/man/man4/cs.4:1.8 Tue Mar 13 19:25:39 2012
+++ src/share/man/man4/cs.4 Sat Sep 7 20:33:53 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: cs.4,v 1.8 2012/03/13 19:25:39 njoly Exp $
+.\" $NetBSD: cs.4,v 1.9 2024/09/07 20:33:53 rillig Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -57,7 +57,7 @@ controllers.
.Xr ofisa 4 ,
.Xr ifconfig 8
.Pp
-.Lk http://www.cirrus.com/ "Cirrus Logic"
+.Lk https://www.cirrus.com/ "Cirrus Logic"
.Sh HISTORY
The
.Nm
Index: src/share/man/man4/multicast.4
diff -u src/share/man/man4/multicast.4:1.8 src/share/man/man4/multicast.4:1.9
--- src/share/man/man4/multicast.4:1.8 Mon Jul 3 21:30:58 2017
+++ src/share/man/man4/multicast.4 Sat Sep 7 20:33:53 2024
@@ -24,7 +24,7 @@
.\" DEALINGS IN THE SOFTWARE.
.\"
.\" $FreeBSD: src/share/man/man4/multicast.4,v 1.4 2004/07/09 09:22:36 ru Exp $
-.\" $NetBSD: multicast.4,v 1.8 2017/07/03 21:30:58 wiz Exp $
+.\" $NetBSD: multicast.4,v 1.9 2024/09/07 20:33:53 rillig Exp $
.\"
.Dd September 4, 2003
.Dt MULTICAST 4
@@ -961,7 +961,7 @@ and later modified by the following indi
.An Bill Fenner
(PARC).
The IPv6 multicast support was implemented by the KAME project
-.Pq Lk http://www.kame.net ,
+.Pq Lk https://www.kame.net ,
and was based on the IPv4 multicast code.
The advanced multicast API and the multicast bandwidth
monitoring were implemented by
Index: src/share/man/man4/dse.4
diff -u src/share/man/man4/dse.4:1.1 src/share/man/man4/dse.4:1.2
--- src/share/man/man4/dse.4:1.1 Thu Dec 22 11:05:54 2022
+++ src/share/man/man4/dse.4 Sat Sep 7 20:33:53 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: dse.4,v 1.1 2022/12/22 11:05:54 nat Exp $
+.\" $NetBSD: dse.4,v 1.2 2024/09/07 20:33:53 rillig Exp $
.\" Copyright (c) 2022 Nathanial Sloss <[email protected]>
.\" All rights reserved.
.\"
@@ -79,4 +79,4 @@ http://retropc.net/gimons/rascsi/
https://github.com/PiSCSI
.Pp
.Tn Raspberry Pi
-http://raspberrypi.org
+https://www.raspberrypi.org/
Index: src/share/man/man4/dtv.4
diff -u src/share/man/man4/dtv.4:1.9 src/share/man/man4/dtv.4:1.10
--- src/share/man/man4/dtv.4:1.9 Tue Aug 30 07:24:01 2011
+++ src/share/man/man4/dtv.4 Sat Sep 7 20:33:53 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: dtv.4,v 1.9 2011/08/30 07:24:01 jruoho Exp $
+.\" $NetBSD: dtv.4,v 1.10 2024/09/07 20:33:53 rillig Exp $
.\"
.\" Copyright (c) 2011 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -101,7 +101,7 @@ Digital video recording device.
.%T Linux Media Infrastructure API.
.%T Part II. Linux DVB API
.%D 2011
-.%U http://linuxtv.org/downloads/v4l-dvb-apis/dvbapi.html
+.%U https://linuxtv.org/downloads/v4l-dvb-apis-new/userspace-api/dvb/dvbapi.html
.Re
.Sh HISTORY
The
Index: src/share/man/man4/nvme.4
diff -u src/share/man/man4/nvme.4:1.10 src/share/man/man4/nvme.4:1.11
--- src/share/man/man4/nvme.4:1.10 Thu Apr 27 17:32:26 2017
+++ src/share/man/man4/nvme.4 Sat Sep 7 20:33:53 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: nvme.4,v 1.10 2017/04/27 17:32:26 jdolecek Exp $
+.\" $NetBSD: nvme.4,v 1.11 2024/09/07 20:33:53 rillig Exp $
.\" $OpenBSD: nvme.4,v 1.2 2016/04/14 11:53:37 jmc Exp $
.\"
.\" Copyright (c) 2016 David Gwynne <[email protected]>
@@ -91,7 +91,7 @@ nvme device special files used by
.%A NVM Express, Inc.
.%T "NVM Express \- scalable, efficient, and industry standard"
.%D 2016-06-12
-.%U http://nvmexpress.org/
+.%U https://nvmexpress.org/
.Re
.Rs
.%A NVM Express, Inc.