svn commit: r223891 - head/share/man/man9

Alan Cox alc at FreeBSD.org
Sat Jul 9 18:05:28 UTC 2011


Author: alc
Date: Sat Jul  9 18:05:27 2011
New Revision: 223891
URL: http://svn.freebsd.org/changeset/base/223891

Log:
  Remove manual pages for functions that no longer exist.
  
  MFC after:	1 week

Deleted:
  head/share/man/man9/vm_page_copy.9
  head/share/man/man9/vm_page_zero_fill.9
Modified:
  head/share/man/man9/Makefile
  head/share/man/man9/vm_map.9

Modified: head/share/man/man9/Makefile
==============================================================================
--- head/share/man/man9/Makefile	Sat Jul  9 15:24:12 2011	(r223890)
+++ head/share/man/man9/Makefile	Sat Jul  9 18:05:27 2011	(r223891)
@@ -318,7 +318,6 @@ MAN=	accept_filter.9 \
 	vm_page_alloc.9 \
 	vm_page_bits.9 \
 	vm_page_cache.9 \
-	vm_page_copy.9 \
 	vm_page_deactivate.9 \
 	vm_page_dontneed.9 \
 	vm_page_flag.9 \
@@ -328,12 +327,10 @@ MAN=	accept_filter.9 \
 	vm_page_insert.9 \
 	vm_page_io.9 \
 	vm_page_lookup.9 \
-	vm_page_protect.9 \
 	vm_page_rename.9 \
 	vm_page_sleep_if_busy.9 \
 	vm_page_wakeup.9 \
 	vm_page_wire.9 \
-	vm_page_zero_fill.9 \
 	vm_set_page_size.9 \
 	vn_fullpath.9 \
 	vn_isdisk.9 \

Modified: head/share/man/man9/vm_map.9
==============================================================================
--- head/share/man/man9/vm_map.9	Sat Jul  9 15:24:12 2011	(r223890)
+++ head/share/man/man9/vm_map.9	Sat Jul  9 18:05:27 2011	(r223891)
@@ -223,13 +223,9 @@ a user process's address space:
 .Bl -tag -width ".Va max_protection"
 .It Va protection
 Memory protection bits applied to this region.
-These are identical to those defined for
-.Xr vm_page_protect 9 .
 .It Va max_protection
 Mask for the memory protection bits which may be actually be applied to
 this region.
-These are identical to those defined for
-.Xr vm_page_protect 9 .
 .It Va inheritance
 Contains flags which specify how this entry should be treated
 during fork processing.
@@ -348,8 +344,7 @@ is backed by a
 .Xr vm_map_simplify_entry 9 ,
 .Xr vm_map_stack 9 ,
 .Xr vm_map_submap 9 ,
-.Xr vm_map_wire 9 ,
-.Xr vm_page_protect 9
+.Xr vm_map_wire 9
 .Sh AUTHORS
 This manual page was written by
 .An Bruce M Simpson Aq bms at spc.org .


More information about the svn-src-head mailing list