History log of /freebsd-10.1-release/lib/libc/sys/shutdown.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


# 167292 07-Mar-2007 bms

Fix license. Clause 4 is still required (UCB materiel).

Submitted by: rwatson
Pointy hat to: bms


# 167287 07-Mar-2007 bms

use 2-clause BSD license as per hoskins strike-off july 22 1999.
use wording of FreeBSD License.


# 167237 05-Mar-2007 ru

Apply my patch properly.


# 167235 05-Mar-2007 bms

Fix markup.

Submitted by: ru
MFC after: 2 days


# 167231 05-Mar-2007 bms

.Xr nit.

Submitted by: brueffer


# 167228 05-Mar-2007 bms

Update shutdown() manual page to reflect actual behaviour of code.

Add IMPLEMENTATION NOTES section explaining in detail the effect this
system call has in common use cases involving PF_INET and PF_INET6 sockets.

PR: kern/84761
MFC after: 2 days


# 165903 08-Jan-2007 imp

Per Regents of the University of Calfornia letter, remove advertising
clause.

# If I've done so improperly on a file, please let me know.


# 108028 18-Dec-2002 ru

mdoc(7) police: Tidy up the syscall language.

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.


# 84306 01-Oct-2001 ru

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


# 81831 17-Aug-2001 ru

mdoc(7) police: fixed the fatal.


# 74173 12-Mar-2001 ru

.St -p1003.1g -> .St -p1003.1g-2000.


# 73153 27-Feb-2001 ru

In soshutdown(), use SHUT_{RD,WR,RDWR} instead of FREAD and FWRITE.
Also, return EINVAL if `how' is invalid, as required by POSIX spec.


# 62021 23-Jun-2000 chris

Remove blank lines.


# 59954 04-May-2000 phantom

Use `Er' variable to define first column width in ERRORS section. It was
initially suggested by mdoc(7) style, but was broken over the years


# 59460 21-Apr-2000 phantom

Introduce ".Lb" macro to libc manpages.

More libraries manpages updates following.


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 48794 12-Jul-1999 nik

Add $Id$, to make it simpler for members of the translation teams to
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

.\" $Id$
.\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by: bde


# 39117 12-Sep-1998 wollman

Document the fact that shutdown(2) is expected to comply with Posix.1g,
when it happens.


# 24822 11-Apr-1997 bde

Fixed missing const(s) or #include(s) in synopsis.


# 21573 11-Jan-1997 mpp

Rename the DIAGNOSTICS sections in several man pages
to RETURN VALUES like they should be.


# 17782 22-Aug-1996 mpp

Correctly use .Fn instead of .Nm to reference function names
in a bunch of man pages.

Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros
instead of explicitly specifying the version in the text
in a bunch of man pages.


# 1574 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1573,
which included commits to RCS files with non-trunk default branches.


# 1573 27-May-1994 rgrimes

BSD 4.4 Lite Lib Sources