Source-Changes-HG archive

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

[src/trunk]: src/lib/librt Add "not" to a sentence so that it makes more sense.



details:   https://anonhg.NetBSD.org/src/rev/bebaf434d4a9
branches:  trunk
changeset: 573486:bebaf434d4a9
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Jan 29 14:19:43 2005 +0000

description:
Add "not" to a sentence so that it makes more sense.

diffstat:

 lib/librt/sem_open.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fcbfc1476885 -r bebaf434d4a9 lib/librt/sem_open.3
--- a/lib/librt/sem_open.3      Sat Jan 29 11:41:06 2005 +0000
+++ b/lib/librt/sem_open.3      Sat Jan 29 14:19:43 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sem_open.3,v 1.2 2005/01/22 03:16:33 briggs Exp $
+.\" $NetBSD: sem_open.3,v 1.3 2005/01/29 14:19:43 wiz Exp $
 .\"
 .\" Copyright (C) 2000 Jason Evans <jasone%FreeBSD.org@localhost>.
 .\" All rights reserved.
@@ -170,7 +170,7 @@
 The system limit on semaphores has been reached.
 .It Bq Er ENOENT
 .Dv O_CREAT
-is set but the named semaphore does not exist.
+is not set and the named semaphore does not exist.
 .It Bq Er ENOSPC
 There is not enough space to create the semaphore.
 .El



Home | Main Index | Thread Index | Old Index