git: 8a56ef8d75b4 - main - mem.4: Correct the HISTORY section
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Mar 2024 05:11:11 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=8a56ef8d75b42ee7228247466c8c1712de6e3b6f
commit 8a56ef8d75b42ee7228247466c8c1712de6e3b6f
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-03-24 05:10:39 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-03-24 05:10:39 +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
MFC after: 5 days
Differential Revision: https://reviews.freebsd.org/D44486
---
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 8359fd1695e9..68969d281532 100644
--- a/share/man/man4/mem.4
+++ b/share/man/man4/mem.4
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd March 11, 2022
+.Dd March 24, 2024
.Dt MEM 4
.Os
.Sh NAME
@@ -298,11 +298,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