History log of /freebsd-10.1-release/lib/libc/sys/msgsnd.2
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 235140 08-May-2012 gjb

General mdoc(7) and typo fixes.

PR: 167713
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)


# 195656 13-Jul-2009 trasz

Move msg{snd,recv,get,ctl} manual pages from section 3 to 2.

Approved by: re (kib)


# 163266 12-Oct-2006 ru

Document what "msgsz" argument really denotes. [1]

Don't say that "msgsz" can be less than 0, it cannot
as it's unsigned (POSIX has the same bug).

PR: docs/101145 [1]
MFC after: 3 days


# 140505 20-Jan-2005 ru

Sort sections.


# 109895 26-Jan-2003 alfred

Add const qualifier to data argument for msgsnd.

PR: standards/45274
Submitted by: Craig Rodrigues <rodrigc@attbi.com>


# 108087 19-Dec-2002 ru

mdoc(7) police: "The .Fa argument.".


# 108030 18-Dec-2002 ru

mdoc(7) police: "The .Fn function".


# 84306 01-Oct-2001 ru

mdoc(7) police: Use the new .In macro for #include statements.


# 81590 13-Aug-2001 ru

mdoc(7) police: s/NetBSD/.Nx/ where appropriate.


# 81352 09-Aug-2001 yar

Use the ``.Rv -std'' mdoc(7) macro in appropriate cases.

Reviewed by: ru


# 79531 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


# 68716 14-Nov-2000 ru

Use Fx macro wherever possible.


# 67967 30-Oct-2000 asmodai

Whitespace only change: trim trailing whitespace.


# 59460 21-Apr-2000 phantom

Introduce ".Lb" macro to libc manpages.

More libraries manpages updates following.


# 57686 02-Mar-2000 sheldonh

Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.


# 55915 13-Jan-2000 asmodai

Correct placement of $FreeBSD$ CVS identifier.


# 55914 13-Jan-2000 asmodai

Change ``from'' to ``to''.

PR: 15729
Submitted by: Kim Toms


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 49113 26-Jul-1999 sheldonh

Add missing cause for an EINVAL return (msgtype < 1).

PR: 12783
Submitted by: Kevin Day <toasty@dragondata.com>


# 31370 23-Nov-1997 bde

Fixed spelling of EACCES.


# 24093 21-Mar-1997 mpp

Mdoc cleanup.


# 18549 28-Sep-1996 wosch

.Os NetBSD -> .Os FreeBSD.
The pages are not NetBSD specific and FreeBSD is not a child of NetBSD.


# 14053 12-Feb-1996 mpp

Added man pages for msgctl(3), msgget(3), msgrcv(3) and msgsnd(3).

Obtained from: NetBSD