Fixed docu for receive-message, {network,service,protocol}-info
This commit is contained in:
parent
7f8dc7f722
commit
496198e07c
|
@ -271,17 +271,17 @@ shutdown/sends+receives\end{code}
|
|||
|
||||
\defun {receive-message} {socket length [flags]} {[string-or-\sharpf socket-address]}
|
||||
\dfnix {receive-message!} {socket string [start] [end] [flags]}
|
||||
{[count-or-\sharpf socket-address]}{procedure}
|
||||
{receive-message"!@\texttt{receive-message"!}}
|
||||
{[count-or-\sharpf socket-address]}{procedure}
|
||||
{receive-message"!@\texttt{receive-message"!}}
|
||||
\defunx {receive-message/partial} {socket length [flags]}
|
||||
{[string-or-\sharpf socket-address]}
|
||||
{[string-or-\sharpf socket-address]}
|
||||
\dfnix {receive-message!/partial} {socket string [start] [end] [flags]}
|
||||
{[count-or-\sharpf socket-address]}{procedure}
|
||||
{receive-message"!/partial@\texttt{receive-message"!/partial}}
|
||||
{[count-or-\sharpf socket-address]}{procedure}
|
||||
{receive-message"!/partial@\texttt{receive-message"!/partial}}
|
||||
\defun {send-message} {socket string [start] [end] [flags] [socket-address]}
|
||||
\undefined
|
||||
\undefined
|
||||
\defunx {send-message/partial}
|
||||
{socket string [start] [end] [flags] [socket-address]} {count}
|
||||
{socket string [start] [end] [flags] [socket-address]} {count}
|
||||
|
||||
\begin{desc}
|
||||
For most uses, standard input and output routines such as
|
||||
|
@ -367,9 +367,9 @@ inspection.
|
|||
\section{Database-information entries}
|
||||
|
||||
\defun {host-info} {name-or-socket-address} {host-info}
|
||||
\defunx {network-info} {name-or-socket-address} {network-info}
|
||||
\defunx {service-info} {name-or-number [protocol-name]} {service-info}
|
||||
\defunx {protocol-info} {name-or-number} {protocol-info}
|
||||
\defunx {network-info} {name-or-socket-address} {network-info or \sharpf}
|
||||
\defunx {service-info} {name-or-number [protocol-name]} {service-info or \sharpf}
|
||||
\defunx {protocol-info} {name-or-number} {protocol-info or \sharpf}
|
||||
|
||||
\begin{desc}
|
||||
|
||||
|
@ -423,4 +423,7 @@ following structure:
|
|||
aliases ; Alternative names
|
||||
number) ; Protocol number)\end{code}
|
||||
|
||||
\ex{network-info}, \ex{service-info} and \ex{protocol-info} return
|
||||
\sharpf if the specified entity was not found.
|
||||
|
||||
\end{desc}
|
||||
|
|
Loading…
Reference in New Issue