summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/getsockname.2
Commit message (Collapse)AuthorAgeFilesLines
* Document that getpeername(2) and getsockname(2) can fail with EINVAL.kevlo2012-11-231-0/+4
| | | | Reviewed by: glebius
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* Sort sections.ru2005-01-201-4/+4
|
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+2
|
* Add restrict qualifiers. (docs)alfred2003-12-241-1/+1
| | | | | PR: 44394 Submitted by: Craig Rodrigues <rodrige@attbi.com>
* Add or correct section number in .Xr. Use .Vt or .Fncharnier2003-06-081-1/+1
| | | | instead of .Xr when needed
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-2/+2
|
* mdoc(7) police: Tidy up the syscall language.ru2002-12-181-2/+4
| | | | | | | | | | 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.
* Remove the internal implementation details of wrapping syscalls,ru2001-10-261-21/+0
| | | | | | which do not match the reality anyway. Approved by: deischen, bde
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-2/+2
|
* Use the ``.Rv -std'' mdoc(7) macro in appropriate cases.yar2001-08-091-1/+1
| | | | Reviewed by: ru
* Remove whitespace at EOL.dd2001-07-151-2/+2
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples:chris2000-06-231-2/+2
| | | | | | ``.Ar errno'' -> ``.Va errno'' ``.Nm ops'' -> ``.Fa ops'' ``.Va fd'' -> ``.Fa fd''
* List ECONNRESET as a return value. EINVAL was not documented either.peter2000-05-191-0/+2
|
* Use `Er' variable to define first column width in ERRORS section. It wasphantom2000-05-041-1/+1
| | | | initially suggested by mdoc(7) style, but was broken over the years
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* General clean-up of socket.h and associated sources to synchronise upphk1999-11-241-1/+1
| | | | | | | | | | | | with NetBSD and the Single Unix Specification v2. This updates some structures with other, almost equivalent types and effort is under way to get the whole more consistent. Also removes a double definition of INET6 and some other clean-ups. Reviewed by: green, bde, phk Some part obtained from: NetBSD, SUSv2 specification
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | 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
* add xrefs for getpeername, so other people that look for it can find it.. :)jmg1997-03-241-0/+1
|
* Rename the DIAGNOSTICS sections in several man pagesmpp1997-01-121-1/+1
| | | | to RETURN VALUES like they should be.
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-221-1/+1
| | | | | | | | 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.
* List all of the include files required for getpeername and getsockname.mpp1996-08-221-0/+2
| | | | | | Closes PR# 1170. Submitted by: James Raynard <jraynard@dial.pipex.com>
* Reviewed by: julian and (hsu?)julian1996-01-221-0/+22
| | | | | | Submitted by: John Birrel(L?) changes for threadsafe operations
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+87
OpenPOWER on IntegriCloud