git: 224dcabfcd91 - stable/13 - development.7: markup nits, tag spdx
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Sep 2024 20:09:08 UTC
The branch stable/13 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=224dcabfcd91fa0f071ad1b14b554669caf7656a
commit 224dcabfcd91fa0f071ad1b14b554669caf7656a
Author: Alexander Ziaee <concussious@runbox.com>
AuthorDate: 2024-06-02 13:47:44 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-09-09 20:08:45 +0000
development.7: markup nits, tag spdx
Using quoted literals is a mistake in roff(7).
Please escape with `\&`, the zero-width-space.
Reviewed by: emaste
MFC after: 3 days
(cherry picked from commit f354ca7383f709f8380e11b2192eb62312d4139f)
(cherry picked from commit 65c70eb58bbe81b1b191cf82d0a36b9ba280b5e7)
---
share/man/man7/development.7 | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/share/man/man7/development.7 b/share/man/man7/development.7
index 0eb5377bd07b..6448d24aa957 100644
--- a/share/man/man7/development.7
+++ b/share/man/man7/development.7
@@ -1,3 +1,6 @@
+.\"-
+.\" SPDX-License-Identifier: BSD-2-Clause
+.\"
.\" Copyright (c) 2018 Edward Tomasz Napierala <trasz@FreeBSD.org>
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -89,7 +92,7 @@ and
.Xr release 7 .
Kernel programming interfaces (KPIs) are documented in section 9
manual pages; use
-.Ql "apropos -s 9 ."
+.Ql apropos -s 9 \&.
for a list.
Regression test suite is described in
.Xr tests 7 .
@@ -187,8 +190,7 @@ The
.Nm
manual page was originally written by
.An Matthew Dillon Aq Mt dillon@FreeBSD.org
-and first appeared
-in
+and first appeared in
.Fx 5.0 ,
December 2002.
It was since extensively modified by