Module Name: src Committed By: skrll Date: Wed Jan 22 23:43:13 UTC 2014
Modified Files: src/share/man/man9: pcu.9 Log Message: Update a little (don't trust myself to update anymore). Fix a macro problem while I'm here. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/pcu.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man9/pcu.9 diff -u src/share/man/man9/pcu.9:1.2 src/share/man/man9/pcu.9:1.3 --- src/share/man/man9/pcu.9:1.2 Mon Dec 3 07:50:29 2012 +++ src/share/man/man9/pcu.9 Wed Jan 22 23:43:13 2014 @@ -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 @@ trap on the execution of one of the PCU' .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