Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys argument with g, operation with e.



details:   https://anonhg.NetBSD.org/src/rev/ca2c7ac0d0d5
branches:  trunk
changeset: 537533:ca2c7ac0d0d5
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Oct 02 10:42:34 2002 +0000

description:
argument with g, operation with e.

diffstat:

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

diffs (27 lines):

diff -r 58509a0a3532 -r ca2c7ac0d0d5 lib/libc/sys/semctl.2
--- a/lib/libc/sys/semctl.2     Wed Oct 02 10:42:19 2002 +0000
+++ b/lib/libc/sys/semctl.2     Wed Oct 02 10:42:34 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: semctl.2,v 1.12 2002/10/01 18:10:45 wiz Exp $
+.\"    $NetBSD: semctl.2,v 1.13 2002/10/02 10:42:34 wiz Exp $
 .\"
 .\" Copyright (c) 1995 Frank van der Linden
 .\" All rights reserved.
@@ -52,7 +52,7 @@
 The operation to be performed is specified in
 .Fa cmd
 (see below).
-The fourth argument is optional and depends upon the opration requested.
+The fourth argument is optional and depends upon the operation requested.
 If required, it is a union of the following fields:
 .Bd -literal
     int     val;            /* value for SETVAL */
@@ -101,7 +101,7 @@
 .Fa arg.val ,
 where
 .Fa arg
-is the fourth arument to
+is the fourth argument to
 .Fn semctl .
 .It Dv GETPID
 Return the pid of the last process that did an operation on this semaphore.



Home | Main Index | Thread Index | Old Index