git: 85df63ddd235 - stable/14 - mem.4: Correct the HISTORY section
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Apr 2024 12:08:27 UTC
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=85df63ddd235457f29250e769c3d2c43a3b5b4f6 commit 85df63ddd235457f29250e769c3d2c43a3b5b4f6 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-03-24 05:10:39 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-04-11 12:08:16 +0000 mem.4: Correct the HISTORY section The history section (added in CSRG) claimed both first appeared in v6. Looking at the manuals in the TUHS archive, /dev/mem was in v1 and /dev/kmem was introduced in v5. Reviewed by: imp Obtained from: OpenBSD Differential Revision: https://reviews.freebsd.org/D44486 (cherry picked from commit 8a56ef8d75b42ee7228247466c8c1712de6e3b6f) --- share/man/man4/mem.4 | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/share/man/man4/mem.4 b/share/man/man4/mem.4 index 71e7c41937a0..5df074acc8f3 100644 --- a/share/man/man4/mem.4 +++ b/share/man/man4/mem.4 @@ -27,7 +27,7 @@ .\" .\" @(#)mem.4 5.3 (Berkeley) 5/2/91 .\" -.Dd March 11, 2022 +.Dd March 24, 2024 .Dt MEM 4 .Os .Sh NAME @@ -300,11 +300,13 @@ privilege. .Xr memcontrol 8 .Sh HISTORY The -.Nm mem +.Pa /dev/mem +file appeared in +.At v1 and -.Nm kmem -files appeared in -.At v6 . +.Pa /dev/kmem +in +.At v5 . The ioctl interface for memory range attributes was added in .Fx 3.2 . .Sh BUGS