NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

misc/57332: Replace 'http' with 'https' on netbsd.org links found in man pages



>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@localhost:/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.



Home | Main Index | Thread Index | Old Index