diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-19 14:32:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-19 14:32:08 +0000 |
commit | 838e5ffe9e0071859b635151729192dedbf104a7 (patch) | |
tree | 0886a5307590f0c708c9d1f7dfab853de0dc26b0 /manual/socket.texi | |
parent | 7551a1e5100c596793fa182cd26346ff971d3a4f (diff) | |
download | glibc-838e5ffe9e0071859b635151729192dedbf104a7.tar glibc-838e5ffe9e0071859b635151729192dedbf104a7.tar.gz glibc-838e5ffe9e0071859b635151729192dedbf104a7.tar.bz2 glibc-838e5ffe9e0071859b635151729192dedbf104a7.zip |
Update.cvs/libc-ud-980319
1998-03-19 14:28 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/generic/strtok_r.c: Make __strtok_r real name and strtok_r
weak alias.
* sysdeps/i386/strtok_r.c: Likewise.
* sysdeps/libm-i387/i686/s_fdim.S: Make it really work.
* sysdeps/libm-i387/i686/s_fdimf.S: Likewise.
* sysdeps/libm-i387/i686/s_fdiml.S: Likewise.
* sysdeps/libm-i387/i686/s_fmin.S: Likewise.
* sysdeps/libm-i387/i686/s_fminf.S: Likewise.
* sysdeps/libm-i387/i686/s_fminl.S: Likewise.
1998-03-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* intl/localealias.c: Remove unneeded define for strdup.
1998-03-19 13:45 Ulrich Drepper <drepper@cygnus.com>
* manual/argp.texi: Adjust for better TeX output.
* manual/arith.texi: Likewise.
* manual/conf.texi: Likewise.
* manual/filesys.texi: Likewise.
* manual/header.texi: Likewise.
* manual/lgpl.texinfo: Likewise.
* manual/math.texi: Likewise.
* manual/message.texi: Likewise.
* manual/pattern.texi: Likewise.
* manual/process.texi: Likewise.
* manual/signal.texi: Likewise.
* manual/socket.texi: Likewise.
* manual/startup.texi: Likewise.
* manual/stdio.texi: Likewise.
* manual/terminal.texi: Likewise.
* manual/examples/rprintf.c: Likewise.
* manual/examples/testopt.c: Likewise.
Patches by Zack Weinberg <zack@rabi.phys.columbia.edu>.
1998-03-19 20:45 Tim Waugh <tim@cyberelk.demon.co.uk>
* posix/wordexp.c (parse_param): Don't immediately stop parsing a
parameter name after seeing a digit if it's enclosed in braces.
Diffstat (limited to 'manual/socket.texi')
-rw-r--r-- | manual/socket.texi | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/manual/socket.texi b/manual/socket.texi index 1135230cb0..dcd288b12c 100644 --- a/manual/socket.texi +++ b/manual/socket.texi @@ -792,7 +792,7 @@ be better if the usage were made consistent, but it is not hard to extract the integer from the structure or put the integer into a structure. The following basic definitions for Internet addresses appear in the -header file @file{netinet/in.h}: +header file@*@file{netinet/in.h}: @pindex netinet/in.h @comment netinet/in.h @@ -866,8 +866,9 @@ own variables to this value. @subsubsection Host Address Functions @pindex arpa/inet.h +@noindent These additional functions for manipulating Internet addresses are -declared in @file{arpa/inet.h}. They represent Internet addresses in +declared in@*@file{arpa/inet.h}. They represent Internet addresses in network byte order; they represent network numbers and local-address-within-network numbers in host byte order. @xref{Byte Order}, for an explanation of network and host byte order. @@ -1244,6 +1245,7 @@ service at port @var{port} using protocol @var{proto}. If it can't find such a service, it returns a null pointer. @end deftypefun +@noindent You can also scan the services database using @code{setservent}, @code{getservent}, and @code{endservent}. Be careful in using these functions, because they are not reentrant. @@ -2689,8 +2691,17 @@ This function is used to set the socket option @var{optname} at level @var{level} for socket @var{socket}. The value of the option is passed in the buffer @var{optval}, which has size @var{optlen}. +@c Argh. -zw +@iftex +@hfuzz 6pt The return value and error codes for @code{setsockopt} are the same as for @code{getsockopt}. +@end iftex +@ifinfo +The return value and error codes for @code{setsockopt} are the same as +for @code{getsockopt}. +@end ifinfo + @end deftypefun @node Socket-Level Options @@ -2705,8 +2716,9 @@ this section. @end deftypevr @pindex sys/socket.h +@noindent Here is a table of socket-level option names; all are defined in the -header file @file{sys/socket.h}. +header file@*@file{sys/socket.h}. @table @code @comment sys/socket.h |