aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/msgctl.3
Commit message (Collapse)AuthorAgeFilesLines
* Move msg{snd,recv,get,ctl} manual pages from section 3 to 2.Edward Tomasz Napierala2009-07-131-210/+0
| | | | | | | Approved by: re (kib) Notes: svn path=/head/; revision=195656
* Make the structure definitions in the man pages match the real code, andKonstantin Belousov2009-06-291-9/+5
| | | | | | | | | remove no longer valid caution. Approved by: re (kensmith) Notes: svn path=/head/; revision=195172
* Fix descriptions of "struct msqid_ds and "struct ipc_perm" to matchRuslan Ermilov2008-04-031-11/+11
| | | | | | | harsh reality. Notes: svn path=/head/; revision=177882
* o It speaks about struct msqid_ds not struct shmid_ds.Maxim Konovalov2006-08-091-1/+1
| | | | | | | | | PR: docs/101314 Submitted by: Vasil Dimov MFC after: 1 week Notes: svn path=/head/; revision=161126
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-3/+3
| | | | Notes: svn path=/head/; revision=119893
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-191-0/+6
| | | | Notes: svn path=/head/; revision=108087
* mdoc(7) police: "The .Fn function".Ruslan Ermilov2002-12-181-0/+2
| | | | Notes: svn path=/head/; revision=108030
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-3/+3
| | | | Notes: svn path=/head/; revision=84306
* Use the ``.Rv -std'' mdoc(7) macro in appropriate cases.Yaroslav Tykhiy2001-08-091-5/+1
| | | | | | | Reviewed by: ru Notes: svn path=/head/; revision=81352
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79531
* mdoc(7) police: use .Vt macro.Ruslan Ermilov2001-02-261-6/+2
| | | | Notes: svn path=/head/; revision=73080
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
| | | | Notes: svn path=/head/; revision=71097
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-5/+4
| | | | Notes: svn path=/head/; revision=70481
* Whitespace only change: trim trailing whitespace.Jeroen Ruigrok van der Werven2000-10-301-3/+3
| | | | Notes: svn path=/head/; revision=67967
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
| | | | | | | More libraries manpages updates following. Notes: svn path=/head/; revision=59460
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-021-3/+6
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57686
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Use the .At macro when referencing versions of AT&T UNIX.Mike Pritchard1999-07-301-2/+3
| | | | | | | | | Note: you need to install the current groff tmac macros for these man pages to format correctly. Specifically, rev 1.21 of contrib_groff/tmac/doc-syms in -current, or rev 1.17.24 for 3.2-stable Notes: svn path=/head/; revision=49266
* Fixed spelling of EACCES.Bruce Evans1997-11-231-2/+4
| | | | Notes: svn path=/head/; revision=31370
* Update to reflect current include files.Mike Pritchard1997-01-301-18/+24
| | | | Notes: svn path=/head/; revision=22139
* Sort cross references.Wolfram Schneider1997-01-201-2/+2
| | | | Notes: svn path=/head/; revision=21907
* .Os NetBSD -> .Os FreeBSD.Wolfram Schneider1996-09-281-1/+1
| | | | | | | The pages are not NetBSD specific and FreeBSD is not a child of NetBSD. Notes: svn path=/head/; revision=18549
* Added man pages for msgctl(3), msgget(3), msgrcv(3) and msgsnd(3).Mike Pritchard1996-02-121-0/+201
Obtained from: NetBSD Notes: svn path=/head/; revision=14053