総合手引 | セクション 2 | English | Deutsch | オプション |
#include <sys/types.h>
#include <sys/socket.h>
SHUT_RD | これ以降の受信ができなくなります。 |
SHUT_WR | これ以降の送信ができなくなります。 |
SHUT_RDWR | |
これ以降の送受信ができなくなります。 | |
[EBADF] | |
引数 s が有効な記述子ではありません。 | |
[EINVAL] | |
引数 how が有効な値ではありません。 | |
[ENOTCONN] | |
ソケットは接続されていません。 | |
[ENOTSOCK] | |
引数 s はソケットを参照していません。 | |
SHUTDOWN (2) | February 27, 2001 |
総合手引 | セクション 2 | English | Deutsch | オプション |
このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.
“ | Like a classics radio station whose play list spans decades, Unix simultaneously exhibits its mixed and dated heritage. There's Clash-era graphics interfaces; Beatles-era two-letter command names; and systems programs (for example, ps) whose terse and obscure output was designed for slow teletypes; Bing Crosby-era command editing (# and @ are still the default line editing commands), and Scott Joplin-era core dumps. | ” |
— The Unix Haters' handbook |