Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Two punctuation nits, and sort SEE ALSO.
details: https://anonhg.NetBSD.org/src/rev/421551c3bf86
branches: trunk
changeset: 514498:421551c3bf86
user: wiz <wiz%NetBSD.org@localhost>
date: Tue Sep 04 03:05:07 2001 +0000
description:
Two punctuation nits, and sort SEE ALSO.
diffstat:
share/man/man9/kthread.9 | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (37 lines):
diff -r 4163f6850d29 -r 421551c3bf86 share/man/man9/kthread.9
--- a/share/man/man9/kthread.9 Tue Sep 04 03:03:46 2001 +0000
+++ b/share/man/man9/kthread.9 Tue Sep 04 03:05:07 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: kthread.9,v 1.2 2001/09/04 02:51:16 wiz Exp $
+.\" $NetBSD: kthread.9,v 1.3 2001/09/04 03:05:07 wiz Exp $
.\"
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -56,7 +56,7 @@
within the kernel. Any process can request the creation of a new
kernel thread. Kernel threads are not swapped out during memory
congestion. The VM space and limits are shaed with proc0 (usually
-.Xr init 8 ).
+.Xr init 8 ) .
.Sh FUNCTIONS
.Bl -tag -width compact
.It Fn kthread_create1 "func" "arg" "newpp" "fmt" "..."
@@ -98,15 +98,15 @@
.Nx
source tree where actual code implementing or utilising the kthread
framework can be found. All pathnames are relative to
-.Pa /usr/src.
+.Pa /usr/src .
.Pp
The kthread framework itself is implemented within the file
.Pa sys/kern/kern_kthread.c .
Data structures and function prototypes for the framework are located in
.Pa sys/sys/kthread.h .
.Sh SEE ALSO
-.Xr fork1 9 ,
-.Xr driver 9 .
+.Xr driver 9 ,
+.Xr fork1 9
.Sh HISTORY
The kthread framework appeared in
.Nx 1.4 .
Home |
Main Index |
Thread Index |
Old Index