svn commit: r346989 - head/share/man/man7
Edward Tomasz Napierala
trasz at FreeBSD.org
Wed May 1 13:00:34 UTC 2019
Author: trasz
Date: Wed May 1 13:00:33 2019
New Revision: 346989
URL: https://svnweb.freebsd.org/changeset/base/346989
Log:
Remove trailing slashes from URLs; current mandoc(1) seems to render
them just fine.
MFC after: 2 weeks
Sponsored by: DARPA, AFRL
Modified:
head/share/man/man7/development.7
Modified: head/share/man/man7/development.7
==============================================================================
--- head/share/man/man7/development.7 Wed May 1 09:05:48 2019 (r346988)
+++ head/share/man/man7/development.7 Wed May 1 13:00:33 2019 (r346989)
@@ -93,7 +93,7 @@ For coding conventions, see
To ask questions regarding development, use the mailing lists,
such as freebsd-arch@ and freebsd-hackers@:
.Pp
-.Lk https://lists.FreeBSD.org/
+.Lk https://lists.FreeBSD.org
.Pp
To get your patches integrated into the main
.Fx
@@ -102,7 +102,7 @@ it is a code review tool that allows other developers
suggest improvements, and, eventually, allows them to pick up the change and
commit it:
.Pp
-.Lk https://reviews.FreeBSD.org/
+.Lk https://reviews.FreeBSD.org
.Sh EXAMPLES
Check out the CURRENT branch, build it, and install, overwriting the current
system:
More information about the svn-src-all
mailing list