git: b9f4462063d3 - main - rc(8): angle brackets to avoid link breakage
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Dec 2023 23:34:53 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=b9f4462063d3ab35fa63ec8335de966c77362437
commit b9f4462063d3ab35fa63ec8335de966c77362437
Author: Graham Perrin <grahamperrin@gmail.com>
AuthorDate: 2023-12-27 23:26:46 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-12-27 23:33:17 +0000
rc(8): angle brackets to avoid link breakage
<https://datatracker.ietf.org/doc/html/rfc3986#appendix-C>
Double-quotes are not suitably effective. Instead, use angle brackets.
Whilst here:
- remove superfluous quotation marks from the %T title.
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/811
---
share/man/man8/rc.8 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/share/man/man8/rc.8 b/share/man/man8/rc.8
index dec80b089ef1..e656a4d5ebc5 100644
--- a/share/man/man8/rc.8
+++ b/share/man/man8/rc.8
@@ -28,7 +28,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd June 1, 2023
+.Dd December 27,2023
.Dt RC 8
.Os
.Sh NAME
@@ -582,8 +582,8 @@ is unnecessary, but is often included.
.Xr sysrc 8
.Pp
.Rs
-.%T "Practical rc.d scripting in BSD"
-.%U "https://docs.freebsd.org/en/articles/rc-scripting/"
+.%T Practical rc.d scripting in BSD
+.%U <https://docs.freebsd.org/en/articles/rc-scripting/>
.Re
.Sh HISTORY
The