summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2014-07-16 23:17:57 +0000
committeralc <alc@FreeBSD.org>2014-07-16 23:17:57 +0000
commit290120664d418b1539c66b7fee0b42655ae769f1 (patch)
tree2e3efd015b4f4911540fd46924be4edd07f31301
parent0276dc4906a4ae8cdb098ec548026503fab67435 (diff)
downloadFreeBSD-src-290120664d418b1539c66b7fee0b42655ae769f1.zip
FreeBSD-src-290120664d418b1539c66b7fee0b42655ae769f1.tar.gz
Correct the name of the man page for pmap_ts_referenced().
Sponsored by: EMC / Isilon Storage Division
-rw-r--r--ObsoleteFiles.inc2
-rw-r--r--share/man/man9/Makefile2
-rw-r--r--share/man/man9/pmap.94
3 files changed, 5 insertions, 3 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 8767b81..9851d8e 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20140716: Remove an incorrectly named man page
+OLD_FILES+=usr/share/man/man9/pmap_ts_modified.9.gz
# 20140712: Removal of bsd.dtrace.mk
OLD_FILES+=usr/share/mk/bsd.dtrace.mk
# 20140705: turn libreadline into an internal lib
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 9a406b6..09dc6fc 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1048,7 +1048,7 @@ MLINKS+=pmap_clear_modify.9 pmap_clear_reference.9
MLINKS+=pmap_copy.9 pmap_copy_page.9
MLINKS+=pmap_extract.9 pmap_extract_and_hold.9
MLINKS+=pmap_init.9 pmap_init2.9
-MLINKS+=pmap_is_modified.9 pmap_ts_modified.9
+MLINKS+=pmap_is_modified.9 pmap_ts_referenced.9
MLINKS+=pmap_page_protect.9 pmap_protect.9
MLINKS+=pmap_pinit.9 pmap_pinit0.9 \
pmap_pinit.9 pmap_pinit2.9
diff --git a/share/man/man9/pmap.9 b/share/man/man9/pmap.9
index 2c04f50..6c9dbfe 100644
--- a/share/man/man9/pmap.9
+++ b/share/man/man9/pmap.9
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 21, 2003
+.Dd July 16, 2014
.Dt PMAP 9
.Os
.Sh NAME
@@ -119,7 +119,7 @@ operation.
.Xr pmap_remove_all 9 ,
.Xr pmap_remove_pages 9 ,
.Xr pmap_resident_count 9 ,
-.Xr pmap_ts_modified 9 ,
+.Xr pmap_ts_referenced 9 ,
.Xr pmap_wired_count 9 ,
.Xr pmap_zero_area 9 ,
.Xr pmap_zero_idle 9 ,
OpenPOWER on IntegriCloud