git: f6c2926aa3ff - stable/13 - man/man7/development.7: correct typo in manpage.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Sep 2024 20:09:07 UTC
The branch stable/13 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=f6c2926aa3ffca28bf23703a1dc491548433eae4
commit f6c2926aa3ffca28bf23703a1dc491548433eae4
Author: Ceri Davies <ceri@FreeBSD.org>
AuthorDate: 2021-07-22 15:16:43 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-09-09 20:08:45 +0000
man/man7/development.7: correct typo in manpage.
(cherry picked from commit b578d2a77eaca6c3b2c76bd90161e32433892723)
---
share/man/man7/development.7 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/man/man7/development.7 b/share/man/man7/development.7
index 3c8442e36e2f..0eb5377bd07b 100644
--- a/share/man/man7/development.7
+++ b/share/man/man7/development.7
@@ -31,7 +31,7 @@
development process
.Sh DESCRIPTION
.Fx
-development is split into three major suprojects: doc, ports, and src.
+development is split into three major subprojects: doc, ports, and src.
Doc is the documentation, such as the
.Fx
Handbook.