diff options
-rw-r--r-- | share/man/man9/disk.9 | 4 | ||||
-rw-r--r-- | share/man/man9/uvm.9 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/disk.9 b/share/man/man9/disk.9 index 528e1c0f4f5..dcfe39bc51e 100644 --- a/share/man/man9/disk.9 +++ b/share/man/man9/disk.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disk.9,v 1.18 2002/02/16 21:27:39 millert Exp $ +.\" $OpenBSD: disk.9,v 1.19 2002/12/20 19:27:07 millert Exp $ .\" $NetBSD: disk.9,v 1.2 1996/04/08 20:41:25 jtc Exp $ .\" .\" Copyright (c) 1995, 1996 Jason R. Thorpe. @@ -201,7 +201,7 @@ for the disklabel, it must be called before the disklabel is read from the media or used in any other way. Before .Fn disk_attach -is called, a portions of the disk structure must be initialized with +is called, a portion of the disk structure must be initialized with data specific to that disk. For example, in the .Dq foo diff --git a/share/man/man9/uvm.9 b/share/man/man9/uvm.9 index 9671fd22d49..d37ac5a7842 100644 --- a/share/man/man9/uvm.9 +++ b/share/man/man9/uvm.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uvm.9,v 1.16 2002/12/19 01:20:30 millert Exp $ +.\" $OpenBSD: uvm.9,v 1.17 2002/12/20 19:27:07 millert Exp $ .\" $NetBSD: uvm.9,v 1.14 2000/06/29 06:08:44 mrg Exp $ .\" .\" Copyright (c) 1998 Matthew R. Green @@ -847,7 +847,7 @@ from to .Fa addr + len . The -.Fa access_tpe +.Fa access_type argument of .Fn uvm_vslock is passed to |