summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/VOP_LOOKUP.94
-rw-r--r--share/man/man9/audio.94
-rw-r--r--share/man/man9/crypto.94
-rw-r--r--share/man/man9/ktrace.94
-rw-r--r--share/man/man9/namei.94
-rw-r--r--share/man/man9/syscall.94
6 files changed, 12 insertions, 12 deletions
diff --git a/share/man/man9/VOP_LOOKUP.9 b/share/man/man9/VOP_LOOKUP.9
index f09d471b124..85e279ddc8b 100644
--- a/share/man/man9/VOP_LOOKUP.9
+++ b/share/man/man9/VOP_LOOKUP.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: VOP_LOOKUP.9,v 1.11 2003/07/25 02:27:33 deraadt Exp $
+.\" $OpenBSD: VOP_LOOKUP.9,v 1.12 2003/10/23 18:31:34 jmc Exp $
.\"
.\" Copyright (c) 2003 Ted Unangst
.\" All rights reserved.
@@ -280,7 +280,7 @@ is locked on entry and exit and must be a symlink.
.Sh VOP_REALLOCBLKS
.Fn VOP_REALLOCBLKS
is called by the vfs write clustering code.
-It gives the file system an opporunity to rearrange the on disk blocks
+It gives the file system an opportunity to rearrange the on disk blocks
for a file to reduce fragmentation.
.Ar vp
is the locked vnode for the file, and
diff --git a/share/man/man9/audio.9 b/share/man/man9/audio.9
index e05c264ff98..6fb1422234a 100644
--- a/share/man/man9/audio.9
+++ b/share/man/man9/audio.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: audio.9,v 1.14 2003/06/06 20:56:32 jmc Exp $
+.\" $OpenBSD: audio.9,v 1.15 2003/10/23 18:31:34 jmc Exp $
.\" $NetBSD: audio.9,v 1.14 2000/02/11 22:56:15 kleink Exp $
.\"
.\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
@@ -149,7 +149,7 @@ Some fields are optional and can be set to 0 if not needed.
.It Dv int open(void *hdl, int flags)
is called when the audio device is opened, with
.Va flags
-the kernel represention of flags passed to the
+the kernel representation of flags passed to the
.Xr open 2
system call
.Po
diff --git a/share/man/man9/crypto.9 b/share/man/man9/crypto.9
index 39ee5bec835..68cd04e9df6 100644
--- a/share/man/man9/crypto.9
+++ b/share/man/man9/crypto.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: crypto.9,v 1.25 2003/07/11 13:47:41 jmc Exp $
+.\" $OpenBSD: crypto.9,v 1.26 2003/10/23 18:31:34 jmc Exp $
.\"
.\" The author of this man page is Angelos D. Keromytis (angelos@cis.upenn.edu)
.\"
@@ -395,7 +395,7 @@ structure.
.Fn crypto_kdispatch
is called to perform a keying operation.
The various fields in the
-.Fa crytokop
+.Fa cryptkop
structure are:
.Bl -tag -width crp_alloctype
.It Fa krp_op
diff --git a/share/man/man9/ktrace.9 b/share/man/man9/ktrace.9
index 5d8c41aaa55..f3cbf41e76a 100644
--- a/share/man/man9/ktrace.9
+++ b/share/man/man9/ktrace.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ktrace.9,v 1.3 2003/08/29 19:46:29 tedu Exp $
+.\" $OpenBSD: ktrace.9,v 1.4 2003/10/23 18:31:34 jmc Exp $
.\"
.\" Copyright (c) 2003 Michael Shalayeff
.\"
@@ -80,7 +80,7 @@ The
.Fa user
argument is a boolean value specifying whether the process has
been put into a waiting state (true) or placed onto a running queue (false).
-Furthemore the
+Furthermore the
.Fa user
argument indicates whether a voluntary (false) or an involuntary (true)
switching has happened.
diff --git a/share/man/man9/namei.9 b/share/man/man9/namei.9
index 74d3f57253e..884c9716a02 100644
--- a/share/man/man9/namei.9
+++ b/share/man/man9/namei.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: namei.9,v 1.7 2003/08/29 19:46:29 tedu Exp $
+.\" $OpenBSD: namei.9,v 1.8 2003/10/23 18:31:34 jmc Exp $
.\" $NetBSD: namei.9,v 1.9 2003/05/06 10:46:44 jmmv Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -276,7 +276,7 @@ and
are respectively set.
The segment flags which defines whether the pathname is in kernel
address space or user address space is specified by
-.Fa segflag .
+.Fa segflg .
The argument
.Fa namep
is a pointer to the pathname that
diff --git a/share/man/man9/syscall.9 b/share/man/man9/syscall.9
index 5a5e0e0a89c..84308810090 100644
--- a/share/man/man9/syscall.9
+++ b/share/man/man9/syscall.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: syscall.9,v 1.3 2003/08/20 02:58:06 david Exp $
+.\" $OpenBSD: syscall.9,v 1.4 2003/10/23 18:31:34 jmc Exp $
.\"
.\" Copyright (c) 2003 Michael Shalayeff
.\"
@@ -183,7 +183,7 @@ For the
.Dq KTRACE
portions of the code refer to the
.Xr ktrace 9
-document for futher explanations.
+document for further explanations.
.Dq NSYSTRACE
is a system call tracing facility and is explained in the
.Xr systrace 9