Module Name: src Committed By: wiz Date: Wed May 21 12:15:25 UTC 2014
Modified Files: src/share/man/man9: uvm_map.9 Log Message: Bump date for previous. Americanize a spelling. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/uvm_map.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man9/uvm_map.9 diff -u src/share/man/man9/uvm_map.9:1.4 src/share/man/man9/uvm_map.9:1.5 --- src/share/man/man9/uvm_map.9:1.4 Tue May 20 15:31:55 2014 +++ src/share/man/man9/uvm_map.9 Wed May 21 12:15:25 2014 @@ -1,4 +1,4 @@ -.\" $NetBSD: uvm_map.9,v 1.4 2014/05/20 15:31:55 riastradh Exp $ +.\" $NetBSD: uvm_map.9,v 1.5 2014/05/21 12:15:25 wiz Exp $ .\" .\" Copyright (c) 1998 Matthew R. Green .\" All rights reserved. @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd June 3, 2011 +.Dd May 20, 2014 .Dt UVM_MAP 9 .Os .Sh NAME @@ -368,7 +368,7 @@ frees a u-area allocated with .Fn uvm_uarea_system_alloc and .Fn uvm_uarea_system_free -are optimised routines, which are used for kernel threads. +are optimized routines, which are used for kernel threads. .Sh SEE ALSO .Xr pmap 9 , .Xr uvm 9 ,