The branch stable/12 has been updated by ygy (doc committer):

URL: 
https://cgit.FreeBSD.org/src/commit/?id=4cc87848753d161dbd1af405073b70085dcb838d

commit 4cc87848753d161dbd1af405073b70085dcb838d
Author:     Guangyuan Yang <[email protected]>
AuthorDate: 2021-01-03 00:11:49 +0000
Commit:     Guangyuan Yang <[email protected]>
CommitDate: 2021-01-03 00:11:49 +0000

    81720dba:
    mmap(2): Fix a typo
    
    PR:             252097
    Reported by:    Nick Frampton <[email protected]>
    
    a1d78367:
    mmap(2): Update .Dd missed in the last commit
    
    (cherry picked from commit 81720dbab2a84669ec719149501b75ae78c3d4ee)
    (cherry picked from commit a1d783675213798620550f4af137340458abe6c5)
---
 lib/libc/sys/mmap.2 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2
index d5367737fe42..58a34d513d83 100644
--- a/lib/libc/sys/mmap.2
+++ b/lib/libc/sys/mmap.2
@@ -28,7 +28,7 @@
 .\"    @(#)mmap.2      8.4 (Berkeley) 5/11/95
 .\" $FreeBSD$
 .\"
-.Dd October 21, 2020
+.Dd December 24, 2020
 .Dt MMAP 2
 .Os
 .Sh NAME
@@ -79,7 +79,7 @@ If
 references a device file, the interpretation of the
 .Fa offset
 value is device specific and defined by the device driver.
-The virtual memory subsystem does not impose any restrictitions on the
+The virtual memory subsystem does not impose any restrictions on the
 .Fa offset
 value in this case, passing it unchanged to the driver.
 .Pp
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to