Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Mar 2018 14:54:03 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r331619 - head/share/man/man7
Message-ID:  <201803271454.w2REs3sw079346@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Tue Mar 27 14:54:02 2018
New Revision: 331619
URL: https://svnweb.freebsd.org/changeset/base/331619

Log:
  Add trailing slash for consistency.
  
  For some reason, the other link - https://lists.FreeBSD.org/ - needs
  the trailing slash, otherwise man(8) renders it in a weird way.  No
  idea why's that.  At least try to be consistent.  Revert it when the
  other link gets fixed.
  
  MFC after:	2 weeks

Modified:
  head/share/man/man7/development.7

Modified: head/share/man/man7/development.7
==============================================================================
--- head/share/man/man7/development.7	Tue Mar 27 14:51:19 2018	(r331618)
+++ head/share/man/man7/development.7	Tue Mar 27 14:54:02 2018	(r331619)
@@ -88,7 +88,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/
 .Pp
 .Sh EXAMPLES
 Check out the CURRENT branch, build it, and install, overwriting the current



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803271454.w2REs3sw079346>