Correct the name of the man page for pmap_ts_referenced().
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
d3a6879421
commit
cd81b88d5c
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 ,
|
||||
|
Loading…
x
Reference in New Issue
Block a user