d.7: Correct a few typos in the manual page

- s/occurance/occurrence/
- s/Univeristy/University/

MFC after:	5 days
This commit is contained in:
Gordon Bergling
2026-06-14 11:36:36 +02:00
parent 89234ff7bd
commit 8a13adf80c
+3 -3
View File
@@ -239,7 +239,7 @@ Suitable for timestamping logs.
.It Ft string Fn strchr "string s" "char c" .It Ft string Fn strchr "string s" "char c"
Return a substring of Return a substring of
.Fa s .Fa s
starting at the first occurance of starting at the first occurrence of
.Fa c .Fa c
in in
.Fa s . .Fa s .
@@ -277,7 +277,7 @@ returns
.It Ft string Fn strrchr "string s" "char c" .It Ft string Fn strrchr "string s" "char c"
Return a substring of Return a substring of
.Fa s .Fa s
starting at the last occurance of starting at the last occurrence of
.Fa c .Fa c
in in
.Fa s . .Fa s .
@@ -428,7 +428,7 @@ base.
.%A Robert N. M. Watson .%A Robert N. M. Watson
.%C Cambridge, United Kingdom .%C Cambridge, United Kingdom
.%D August 2018 .%D August 2018
.%T Univeristy of Cambridge Computer Laboratory .%T University of Cambridge Computer Laboratory
.%R OpenDTrace Specification version 1.0 .%R OpenDTrace Specification version 1.0
.%U https://www.cl.cam.ac.uk/techreports/UCAM-CL-TR-924.pdf .%U https://www.cl.cam.ac.uk/techreports/UCAM-CL-TR-924.pdf
.Re .Re