NetBSD Problem Report #57332
From www@netbsd.org Sat Apr 8 16:02:54 2023
Return-Path: <www@netbsd.org>
Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200])
(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits))
(Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified))
by mollari.NetBSD.org (Postfix) with ESMTPS id 51A6A1A923A
for <gnats-bugs@gnats.NetBSD.org>; Sat, 8 Apr 2023 16:02:54 +0000 (UTC)
Message-Id: <20230408160253.3D3901A923B@mollari.NetBSD.org>
Date: Sat, 8 Apr 2023 16:02:53 +0000 (UTC)
From: jspath55@gmail.com
Reply-To: jspath55@gmail.com
To: gnats-bugs@NetBSD.org
Subject: Replace 'http' with 'https' on netbsd.org links found in man pages
X-Send-Pr-Version: www-1.0
>Number: 57332
>Category: misc
>Synopsis: Replace 'http' with 'https' on netbsd.org links found in man pages
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: misc-bug-people
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Sat Apr 08 16:05:00 +0000 2023
>Originator: Jim Spath
>Release: 10.0_BETA
>Organization:
>Environment:
NetBSD arm32 10.0_BETA NetBSD 10.0_BETA (GENERIC) #0: Fri Jan 13 19:15:32 UTC 2023 mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/evbarm/compile/GENERIC evbarm
>Description:
I noticed the link http://www.netbsd.org/docs/bsd/lite2/usd.html on man page intro(1), then looked for other links with http instead of https.
$ grep -i http:.\*netbsd.org ./share/man/*/* | grep -v "NetBSD Project. See http"
./share/man/man1/intro.1:.%U http://www.netbsd.org/docs/bsd/lite2/usd.html
./share/man/man5/mk.conf.5:.Lk http://www.netbsd.org/Documentation/pkgsrc/
./share/man/man5/mk.conf.5:.Lk http://www.netbsd.org/Documentation/pkgsrc/
./share/man/man7/pkgsrc.7:.%U http://www.NetBSD.org/docs/pkgsrc/
./share/man/man7/tests.atf.7:.Lk http://www.netbsd.org/mailinglists/ "NetBSD mailing lists"
./share/man/man7/tests.atf.7:.Lk http://www.netbsd.org/support/send-pr.html "NetBSD Problem Reports"
./share/man/man7/tests.kyua.7:.Lk http://www.netbsd.org/mailinglists/ "NetBSD mailing lists"
./share/man/man7/tests.kyua.7:.Lk http://www.netbsd.org/support/send-pr.html "NetBSD Problem Reports"
Several links are on the source and do not propagate to the published documentation pages, such as:
.\" 3. All advertising materials mentioning features or use of this software
.\" must display the following acknowledgement:
.\" This product includes software developed for the
.\" NetBSD Project. See http://www.NetBSD.org/ for
.\" information about NetBSD.
$ grep -i http:.\*netbsd.org ./share/man/man?/*.[0-9] | grep "NetBSD Project. See http:"
./share/man/man4/g760a.4:.\" NetBSD Project. See http://www.NetBSD.org/ for
./share/man/man4/pms.4:.\" NetBSD Project. See http://www.NetBSD.org/ for
./share/man/man4/puc.4:.\" NetBSD Project. See http://www.NetBSD.org/ for
./share/man/man4/speaker.4:.\" NetBSD Project. See http://www.NetBSD.org/ for
./share/man/man9/cnmagic.9:.\" NetBSD Project. See http://www.NetBSD.org/ for
./share/man/man9/cpu_reboot.9:.\" NetBSD Project. See http://www.NetBSD.org/ for
./share/man/man9/doshutdownhooks.9:.\" NetBSD Project. See http://www.NetBSD.org/ for
./share/man/man9/evcnt.9:.\" NetBSD Project. See http://www.NetBSD.org/ for
./share/man/man9/inittodr.9:.\" NetBSD Project. See http://www.NetBSD.org/ for
./share/man/man9/linedisc.9:.\" NetBSD Project. See http://www.NetBSD.org/ for
./share/man/man9/resettodr.9:.\" NetBSD Project. See http://www.NetBSD.org/ for
./share/man/man9/shutdownhook_establish.9:.\" NetBSD Project. See http://www.NetBSD.org/ for
./share/man/man9/softintr.9:.\" NetBSD Project. See http://www.NetBSD.org/ for
./share/man/man9/time_second.9:.\" NetBSD Project. See http://www.NetBSD.org/ for
>How-To-Repeat:
Search man page sources for http:.\*netbsd.org, for example.
>Fix:
Edit the source(s).
e.g., from
.\" NetBSD Project. See http://www.NetBSD.org/ for
.\" information about NetBSD.
to
.\" NetBSD Project. See https://www.NetBSD.org/ for
.\" information about NetBSD.
(Contact us)
$NetBSD: query-full-pr,v 1.47 2022/09/11 19:34:41 kim Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2023
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.