summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/semctl.2
Commit message (Collapse)AuthorAgeFilesLines
* Make the structure definitions in the man pages match the real code, andkib2009-06-291-3/+0
| | | | | | remove no longer valid caution. Approved by: re (kensmith)
* Eliminate macro calls inside literal displays.ru2005-01-151-2/+2
|
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+2
|
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-2/+4
|
* mdoc(7) police: Tidy up the syscall language.ru2002-12-181-2/+6
| | | | | | | | | | Stop calling system calls "function calls". Use "The .Fn system call" a-la "The .Nm utility". When referring to a non-BSD implementation in the HISTORY section, call syscall a function, to be safe.
* Add GETPID to the list of operations for which semctl(2) returns the value.maxim2002-03-061-1/+1
| | | | | | Reviewed by: alfred, ru Approved by: ru MFC after: 3 days
* Fix SysV Semaphore Handling.mr2001-10-111-1/+17
| | | | | | | | Updated by peter following KSE and Giant pushdown. I've running with this patch for two week with no ill side effects. PR: kern/12014: Fix SysV Semaphore handling Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-3/+3
|
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Prepare for mdoc(7)NG.ru2000-12-291-0/+1
|
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Use ellipsis in synopsis.jkoshy1998-09-121-2/+6
| | | | Requested by: bde
* Removed unnecessary quoting of function names in synopsis to simplifybde1997-03-181-2/+2
| | | | automated checking of synopses.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Back out change. The last argument to semctl() IS union semunswallace1996-12-181-1/+1
| | | | | for the C library call, which is a wrapper that passes it by reference to the kernel.
* Last argument to semctl() is union semun *, not union semun.jkh1996-12-171-2/+2
| | | | | Pointed-Out-By: swallace Person-With-Commit-Privs-By-Whom-It-Should-Have-Been-Committed: swallace
* Fix even more spelling errors in some more man pages.mpp1996-01-301-3/+3
|
* Add man pages for the SYSV shm* and sem* functions.joerg1995-10-031-0/+173
This partially closes PR # docs/177. This should probably also go into 2.1. Submitted by: daveho@infocom.com (David Hovemeyer)
OpenPOWER on IntegriCloud