Source-Changes-HG archive

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

[src/trunk]: src/share/man/man3 Couple of grammar fixes.



details:   https://anonhg.NetBSD.org/src/rev/ba8cd12f1cae
branches:  trunk
changeset: 755825:ba8cd12f1cae
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Thu Jun 24 04:21:58 2010 +0000

description:
Couple of grammar fixes.

diffstat:

 share/man/man3/sigevent.3 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (38 lines):

diff -r 1e7d596f2145 -r ba8cd12f1cae share/man/man3/sigevent.3
--- a/share/man/man3/sigevent.3 Thu Jun 24 03:30:36 2010 +0000
+++ b/share/man/man3/sigevent.3 Thu Jun 24 04:21:58 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sigevent.3,v 1.7 2010/06/15 06:36:08 wiz Exp $
+.\" $NetBSD: sigevent.3,v 1.8 2010/06/24 04:21:58 jruoho Exp $
 .\"
 .\" Copyright (c) 2010 Jukka Ruohonen <jruohonen%iki.fi@localhost>
 .\"
@@ -23,7 +23,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd June 15, 2010
+.Dd June 24, 2010
 .Dt SIGEVENT 3
 .Os
 .Sh NAME
@@ -103,7 +103,7 @@
 .It Dv SIGEV_NONE
 This constant specifies a
 .Dq null
-handler; when a notification arrives, nothing happens.
+handler: when a notification arrives, nothing happens.
 .It Dv SIGEV_SIGNAL
 The
 .Dv SIGEV_SIGNAL
@@ -156,8 +156,8 @@
 It is not valid to call
 .Xr pthread_join 3
 in either case.
-Hence, it is also impossible to determine the lifetime of the created thread.
-This in turn means that it is neither possibly to recovery the memory nor
+Hence, it is impossible to determine the lifetime of the created thread.
+This in turn means that it is neither possible to recover the memory nor
 the address of the memory possibly dedicated as thread stack via
 .Fn pthread_attr_setstack
 or



Home | Main Index | Thread Index | Old Index