summaryrefslogtreecommitdiff
path: root/sys/man/1
diff options
context:
space:
mode:
authorstanley lieber <stanley.lieber@gmail.com>2015-02-20 14:28:56 -0500
committerstanley lieber <stanley.lieber@gmail.com>2015-02-20 14:28:56 -0500
commitc9785a08ff3c84ee191517b55b4ba085b11a2cd7 (patch)
tree5d9b1c90ff8a111cb8a1cc37d409e19ebd476484 /sys/man/1
parent6f1787adcb00e8b5d320561b232810a94932b8eb (diff)
io(1), seg(1): add HISTORY section to man pages (thanks, jpm_)
Diffstat (limited to 'sys/man/1')
-rw-r--r--sys/man/1/io3
-rw-r--r--sys/man/1/seg3
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/man/1/io b/sys/man/1/io
index 5dea3ee49..e672619b3 100644
--- a/sys/man/1/io
+++ b/sys/man/1/io
@@ -46,3 +46,6 @@ Access embedded controller space.
.SH SEE ALSO
.IR seg (1),
.IR arch (3)
+.SH HISTORY
+.I Io
+first appeared in 9front (April, 2011).
diff --git a/sys/man/1/seg b/sys/man/1/seg
index 3fd87f2e2..1e17b6640 100644
--- a/sys/man/1/seg
+++ b/sys/man/1/seg
@@ -49,3 +49,6 @@ and
.I offset
parameters is performed whatsoever.
Odd values may cause the front to fall off.
+.SH HISTORY
+.I Seg
+first appeared in 9front (April, 2011).