git: f757fdc96e68 - stable/15 - d.7: Correct a few typos in the manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Jun 2026 05:54:07 UTC
The branch stable/15 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=f757fdc96e68db4ed008c11083233182f65b5af1
commit f757fdc96e68db4ed008c11083233182f65b5af1
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-06-14 09:36:36 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-06-19 05:52:40 +0000
d.7: Correct a few typos in the manual page
- s/occurance/occurrence/
- s/Univeristy/University/
(cherry picked from commit 8a13adf80cb0dffb9fa7ca515664171c2362ad5e)
---
share/man/man7/d.7 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/share/man/man7/d.7 b/share/man/man7/d.7
index 792f6d36ce73..122945b98518 100644
--- a/share/man/man7/d.7
+++ b/share/man/man7/d.7
@@ -239,7 +239,7 @@ Suitable for timestamping logs.
.It Ft string Fn strchr "string s" "char c"
Return a substring of
.Fa s
-starting at the first occurance of
+starting at the first occurrence of
.Fa c
in
.Fa s .
@@ -277,7 +277,7 @@ returns
.It Ft string Fn strrchr "string s" "char c"
Return a substring of
.Fa s
-starting at the last occurance of
+starting at the last occurrence of
.Fa c
in
.Fa s .
@@ -428,7 +428,7 @@ base.
.%A Robert N. M. Watson
.%C Cambridge, United Kingdom
.%D August 2018
-.%T Univeristy of Cambridge Computer Laboratory
+.%T University of Cambridge Computer Laboratory
.%R OpenDTrace Specification version 1.0
.%U https://www.cl.cam.ac.uk/techreports/UCAM-CL-TR-924.pdf
.Re