Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 New sentence, new line; grammar fix.



details:   https://anonhg.NetBSD.org/src/rev/3ed75dad0ff5
branches:  trunk
changeset: 550872:3ed75dad0ff5
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Aug 23 23:29:54 2003 +0000

description:
New sentence, new line; grammar fix.

diffstat:

 share/man/man9/cpu_exit.9 |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 7c9206d43354 -r 3ed75dad0ff5 share/man/man9/cpu_exit.9
--- a/share/man/man9/cpu_exit.9 Sat Aug 23 23:20:12 2003 +0000
+++ b/share/man/man9/cpu_exit.9 Sat Aug 23 23:29:54 2003 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: cpu_exit.9,v 1.7 2003/08/23 07:21:07 yamt Exp $
+.\"     $NetBSD: cpu_exit.9,v 1.8 2003/08/23 23:29:54 wiz Exp $
 .\"
 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -56,9 +56,10 @@
 will clean up machine-dependent process state.
 If
 .Fa is_process
-is 0, we're exiting an lwp.  In that case,
+is 0, we're exiting an lwp.
+In that case,
 .Fn cpu_exit
-only do lwp-appropriate cleanup.
+only does lwp-appropriate cleanup.
 .Fn cpu_exit
 will then invoke
 .Fn exit2



Home | Main Index | Thread Index | Old Index