Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Update a little (don't trust myself to update...



details:   https://anonhg.NetBSD.org/src/rev/4b6f7a109312
branches:  trunk
changeset: 326238:4b6f7a109312
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Jan 22 23:43:13 2014 +0000

description:
Update a little (don't trust myself to update anymore).  Fix a macro
problem while I'm here.

diffstat:

 share/man/man9/pcu.9 |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (40 lines):

diff -r 3083c5480eb2 -r 4b6f7a109312 share/man/man9/pcu.9
--- a/share/man/man9/pcu.9      Wed Jan 22 23:38:21 2014 +0000
+++ b/share/man/man9/pcu.9      Wed Jan 22 23:43:13 2014 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pcu.9,v 1.2 2012/12/03 07:50:29 wiz Exp $
+.\"    $NetBSD: pcu.9,v 1.3 2014/01/22 23:43:13 skrll Exp $
 .\"
 .\" Copyright (c) 2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd December 2, 2012
+.Dd January 22, 2014
 .Dt PCU 9
 .Os
 .Sh NAME
@@ -84,16 +84,16 @@
 .It Fn pcu_load
 Load (initialize) the PCU state of the current LWP on the current CPU.
 .It Fn pcu_save
-Save the PCU state to the given LWP.
+Save the specified PCU state to the given LWP.
 .It Fn pcu_discard
-Discard the PCU state of the current LWP.
+Discard the specified PCU state of the current LWP.
 .It Fn pcu_used_p
 Return true if PCU was used (i.e.
-.Fn pcu_load
+.Fn pcu_loa
 was called) by the LWP.
 Otherwise, return false.
-.Fn pcu_save_all
-save PCU state of the given LWP, so that it could be used later.
+.It Fn pcu_save_all
+Save all PCU state of the given LWP, so that it could be used later.
 .El
 .\" -----
 .Sh CODE REFERENCES



Home | Main Index | Thread Index | Old Index