summaryrefslogtreecommitdiff
path: root/share/man/man9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/getnewvnode.96
-rw-r--r--share/man/man9/intro.96
-rw-r--r--share/man/man9/ktrace.96
-rw-r--r--share/man/man9/style.96
-rw-r--r--share/man/man9/syscall.96
-rw-r--r--share/man/man9/systrace.96
-rw-r--r--share/man/man9/vput.96
-rw-r--r--share/man/man9/vwakeup.96
8 files changed, 24 insertions, 24 deletions
diff --git a/share/man/man9/getnewvnode.9 b/share/man/man9/getnewvnode.9
index 75b4300344b..cc164ef0d4d 100644
--- a/share/man/man9/getnewvnode.9
+++ b/share/man/man9/getnewvnode.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getnewvnode.9,v 1.8 2013/07/17 20:21:52 schwarze Exp $
+.\" $OpenBSD: getnewvnode.9,v 1.9 2013/08/14 06:32:32 jmc Exp $
.\"
.\" Copyright (C) 2001 Chad David <davidc@acns.ab.ca>. All rights reserved.
.\"
@@ -27,12 +27,12 @@
.\"
.\" $FreeBSD: src/share/man/man9/getnewvnode.9,v 1.1 2001/12/02 02:13:35 alfred Exp $
.\"
-.Dd $Mdocdate: July 17 2013 $
+.Dd $Mdocdate: August 14 2013 $
.Dt GETNEWVNODE 9
.Os
.Sh NAME
.Nm getnewvnode
-.Nd "get a new vnode"
+.Nd get a new vnode
.Sh SYNOPSIS
.In sys/param.h
.In sys/vnode.h
diff --git a/share/man/man9/intro.9 b/share/man/man9/intro.9
index e472ede4073..8f7bcc5dbb7 100644
--- a/share/man/man9/intro.9
+++ b/share/man/man9/intro.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.9,v 1.12 2007/05/31 19:20:00 jmc Exp $
+.\" $OpenBSD: intro.9,v 1.13 2013/08/14 06:32:32 jmc Exp $
.\"
.\" Copyright (c) 1996 Michael Shalayeff
.\"
@@ -23,12 +23,12 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: August 14 2013 $
.Dt INTRO 9
.Os
.Sh NAME
.Nm intro
-.Nd "introduction to the kernel internals"
+.Nd introduction to the kernel internals
.Sh DESCRIPTION
The manual pages in section 9 contain information related to the
internal kernel data structures, variables and functions.
diff --git a/share/man/man9/ktrace.9 b/share/man/man9/ktrace.9
index 2b3b2787924..2f26f2629d5 100644
--- a/share/man/man9/ktrace.9
+++ b/share/man/man9/ktrace.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ktrace.9,v 1.7 2013/06/04 19:27:08 schwarze Exp $
+.\" $OpenBSD: ktrace.9,v 1.8 2013/08/14 06:32:32 jmc Exp $
.\"
.\" Copyright (c) 2003 Michael Shalayeff
.\"
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 4 2013 $
+.Dd $Mdocdate: August 14 2013 $
.Dt KTRACE 9
.Os
.Sh NAME
@@ -35,7 +35,7 @@
.Nm ktrsyscall ,
.Nm ktrsysret ,
.Nm KTRPOINT
-.Nd "process tracing kernel interface"
+.Nd process tracing kernel interface
.Sh SYNOPSIS
.In sys/param.h
.In sys/proc.h
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9
index 7993a505374..58a26a43840 100644
--- a/share/man/man9/style.9
+++ b/share/man/man9/style.9
@@ -22,14 +22,14 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: style.9,v 1.54 2012/11/02 16:35:21 jmc Exp $
+.\" $OpenBSD: style.9,v 1.55 2013/08/14 06:32:32 jmc Exp $
.\"
-.Dd $Mdocdate: November 2 2012 $
+.Dd $Mdocdate: August 14 2013 $
.Dt STYLE 9
.Os
.Sh NAME
.Nm style
-.Nd "Kernel source file style guide (KNF)"
+.Nd Kernel source file style guide (KNF)
.Sh DESCRIPTION
This file specifies the preferred style for kernel source files in the
.Ox
diff --git a/share/man/man9/syscall.9 b/share/man/man9/syscall.9
index 6f0b2f0f55b..7303c130466 100644
--- a/share/man/man9/syscall.9
+++ b/share/man/man9/syscall.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: syscall.9,v 1.8 2010/09/19 13:17:25 jmc Exp $
+.\" $OpenBSD: syscall.9,v 1.9 2013/08/14 06:32:32 jmc Exp $
.\"
.\" Copyright (c) 2003 Michael Shalayeff
.\"
@@ -23,12 +23,12 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 19 2010 $
+.Dd $Mdocdate: August 14 2013 $
.Dt SYSCALL 9
.Os
.Sh NAME
.Nm syscall
-.Nd "system calls overview"
+.Nd system calls overview
.Sh DESCRIPTION
System calls in the kernel are implemented through a set of
switch tables for each emulation type.
diff --git a/share/man/man9/systrace.9 b/share/man/man9/systrace.9
index ffc31447f14..1681ed2dfc6 100644
--- a/share/man/man9/systrace.9
+++ b/share/man/man9/systrace.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: systrace.9,v 1.7 2013/06/04 19:27:13 schwarze Exp $
+.\" $OpenBSD: systrace.9,v 1.8 2013/08/14 06:32:32 jmc Exp $
.\"
.\" Copyright (c) 2003 Michael Shalayeff
.\"
@@ -23,14 +23,14 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 4 2013 $
+.Dd $Mdocdate: August 14 2013 $
.Dt SYSTRACE 9
.Os
.Sh NAME
.Nm systrace_redirect ,
.Nm systrace_fork ,
.Nm systrace_exit
-.Nd "enforce policies for system calls"
+.Nd enforce policies for system calls
.Sh SYNOPSIS
.In dev/systrace.h
.Ft int
diff --git a/share/man/man9/vput.9 b/share/man/man9/vput.9
index f1fd6034447..b40fcd0f119 100644
--- a/share/man/man9/vput.9
+++ b/share/man/man9/vput.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vput.9,v 1.9 2013/06/04 19:27:17 schwarze Exp $
+.\" $OpenBSD: vput.9,v 1.10 2013/08/14 06:32:32 jmc Exp $
.\"
.\" Copyright (c) 1996 Doug Rabson
.\"
@@ -28,12 +28,12 @@
.\"
.\" $FreeBSD: src/share/man/man9/vput.9,v 1.9 2001/10/01 16:09:25 ru Exp $
.\"
-.Dd $Mdocdate: June 4 2013 $
+.Dd $Mdocdate: August 14 2013 $
.Dt VPUT 9
.Os
.Sh NAME
.Nm vput
-.Nd "decrement the reference count for a vnode and unlock it"
+.Nd decrement the reference count for a vnode and unlock it
.Sh SYNOPSIS
.In sys/param.h
.In sys/vnode.h
diff --git a/share/man/man9/vwakeup.9 b/share/man/man9/vwakeup.9
index ec4e350a280..4ce8a550123 100644
--- a/share/man/man9/vwakeup.9
+++ b/share/man/man9/vwakeup.9
@@ -1,12 +1,12 @@
-.\" $OpenBSD: vwakeup.9,v 1.4 2013/06/04 19:27:18 schwarze Exp $
+.\" $OpenBSD: vwakeup.9,v 1.5 2013/08/14 06:32:33 jmc Exp $
.\" Written by Jared Yanovich
.\" This file belongs to the public domain.
-.Dd $Mdocdate: June 4 2013 $
+.Dd $Mdocdate: August 14 2013 $
.Dt VWAKEUP 9
.Os
.Sh NAME
.Nm vwakeup
-.Nd "update outstanding I/O count and do wakeup on a vnode"
+.Nd update outstanding I/O count and do wakeup on a vnode
.Sh SYNOPSIS
.In sys/param.h
.In sys/vnode.h