Bug 259972

Summary: Dead man page link in section 3.2.1 of the Handbook
Product: Documentation Reporter: Marin Bernard <lists+freebsd>
Component: Books & ArticlesAssignee: Sergio Carlavilla Delgado <carlavilla>
Status: Closed FIXED    
Severity: Affects Many People CC: carlavilla
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://docs.freebsd.org/en/books/handbook/basics/#consoles-virtual

Description Marin Bernard 2021-11-21 17:23:39 UTC
Hi,

In section 3.2.1 of the Handbook [0], the link to the online man page of atkbd(4) is dead because of a superfluous colon after the command name.

<a href="https://www.freebsd.org/cgi/man.cgi?query=atkbd:&sektion=4&format=html">atkbd:(4)</a>

should be

<a href="https://www.freebsd.org/cgi/man.cgi?query=atkbd&sektion=4&format=html">atkbd(4)</a>

Thanks!

Marin

[0]: https://docs.freebsd.org/en/books/handbook/basics/#consoles-virtual
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-11-21 17:33:59 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=2291b365c7be7d155cfff337ffeef54bbfb11c3a

commit 2291b365c7be7d155cfff337ffeef54bbfb11c3a
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2021-11-21 17:31:13 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2021-11-21 17:31:13 +0000

    Fix manual page link in basics handbook chapter

    Submitted by:   Marin Bernard <lists+freebsd@olivarim.com>
    PR:             259972

 documentation/content/en/books/handbook/basics/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Sergio Carlavilla Delgado freebsd_committer freebsd_triage 2021-11-21 17:35:26 UTC
Fixed. Thanks!