Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Repair sentence in previous.



details:   https://anonhg.NetBSD.org/src/rev/4ac84eae3ea0
branches:  trunk
changeset: 566575:4ac84eae3ea0
user:      kleink <kleink%NetBSD.org@localhost>
date:      Thu May 13 01:43:13 2004 +0000

description:
Repair sentence in previous.

diffstat:

 lib/libc/sys/shmget.2 |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r eaecf7cd639c -r 4ac84eae3ea0 lib/libc/sys/shmget.2
--- a/lib/libc/sys/shmget.2     Thu May 13 01:39:14 2004 +0000
+++ b/lib/libc/sys/shmget.2     Thu May 13 01:43:13 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: shmget.2,v 1.18 2004/05/13 01:39:14 kleink Exp $
+.\"    $NetBSD: shmget.2,v 1.19 2004/05/13 01:43:13 kleink Exp $
 .\"
 .\" Copyright (c) 1995 Frank van der Linden
 .\" All rights reserved.
@@ -62,7 +62,9 @@
 .Dv IPC_EXCL
 bit are set in
 .Fa shmflg ,
-does have a shared memory segment identifier associated with it already,
+and
+.Fa key
+has a shared memory segment identifier associated with it already,
 the operation will fail.
 .Pp
 If a new shared memory segment is created, the data structure



Home | Main Index | Thread Index | Old Index