manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 589 for On (0.005 sec.)
Man page of SCREEN 8731
SCREEN Section: User Commands (1) Updated: Aug 2003 Index JM Home Page 名前 screen - VT100/ANSI ... ン機能を持つ画面管理ソフトウェア 書式 screen [ - options ] [ cmd [ args ] ] screen -r [[ pid . ] tty [ . h ... ost ]] screen -r sessionowner / [[ pid . ] tty [ . host ]] 書式 screen は、 ... " には何の効果もない。 -r [ pid.tty.host ] -r sessionowner/[ pid.tty.host ] デタッチされている screen セ ... ログアウトを行う。 C-a f C-a C-f (flow) フロー制御の on , off , auto をトグルする。 C-a F (fit) ウィンドウ ...
https://man.plustar.jp/manpage/man1/screen.1.html - [similar]
Man page of SETTERM 8619
SETTERM Section: User Commands (1) Updated: May 2014 Index JM Home Page 名前 setterm - 端末の属性 ... を設定する 書式 setterm [options] 説明 setterm は、指定された端末機能 (terminal ca ... る機能と対応していない。その場合は、端末のタイプが "con" か "linux" ならば、指定された機能を PC Minix の仮 ... プションは、無視する。 オプション 引き数にブール値 ( on または off ) を取るオプションは、デフォルトでは on ... になっている (訳注: 現在では、デフォルトが on のものも off のものもある。たとえば、 --bold のデフ ...
https://man.plustar.jp/manpage/man1/setterm.1.html - [similar]
Man page of ON_EXIT 7145
ON_EXIT Section: Linux Programmer's Manual (3) Updated: 2019-08-02 Index JM Home Page 名前 on_ex ... ばれる関数を登録する 書式 #include < stdlib.h > int on_exit(void (* function )(int , void *), void * arg ... 能検査マクロの要件 ( feature_test_macros (7) 参照): on_exit (): Since glibc 2.19: _DEFAULT_SOURCE Glibc 2 ... .19 and earlier: _BSD_SOURCE || _SVID_SOURCE 説明 on_exit () 関数は、指定された関数 function を、プロセ ... 関数の中の return 命令による終了である。 関数 function には、直近の exit (3) の呼び出しで渡された status ...
https://man.plustar.jp/manpage/man3/on_exit.3.html - [similar]
Man page of PIPE 6973
PIPE Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 pipe, pi ... 2 - パイプを生成する 書式 #include < unistd.h > /* On Alpha, IA-64, MIPS, SuperH, and SPARC/SPARC64; see ... NOTES */ struct fd_pair { long fd[2]; }; struct fd_pair pipe(); /* On all other ... しく生成される二つのファイルディスクリプターの close-on-exec ( FD_CLOEXEC ) フラグをセットする。 このフラグ ... ting of a pipe file descriptor using fcntl (2). O_NONBLOCK Set the O_NONBLOCK file status flag on the op ...
https://man.plustar.jp/manpage/man2/pipe.2.html - [similar]
Man page of PIPE 6973
PIPE Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 pipe, pi ... 2 - パイプを生成する 書式 #include < unistd.h > /* On Alpha, IA-64, MIPS, SuperH, and SPARC/SPARC64; see ... NOTES */ struct fd_pair { long fd[2]; }; struct fd_pair pipe(); /* On all other ... しく生成される二つのファイルディスクリプターの close-on-exec ( FD_CLOEXEC ) フラグをセットする。 このフラグ ... ting of a pipe file descriptor using fcntl (2). O_NONBLOCK Set the O_NONBLOCK file status flag on the op ...
https://man.plustar.jp/manpage/man2/pipe2.2.html - [similar]
Man page of POLL 6330
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... h > int ppoll(struct pollfd * fds , nfds_t nfds , const struct timespec * tmo_p , const sigset_t * sigma ... erforms a similar task to select (2): it waits for one of a set of file descriptors to become ready to p ... PI performs a similar task, but offers features beyond those found in poll (). 監視するファイルディスクリ ... し可能なデータがある。 POLLPRI There is some exceptional condition on the file descriptor. Possibilities ...
https://man.plustar.jp/manpage/man2/poll.2.html - [similar]
Man page of POLL 6330
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... h > int ppoll(struct pollfd * fds , nfds_t nfds , const struct timespec * tmo_p , const sigset_t * sigma ... erforms a similar task to select (2): it waits for one of a set of file descriptors to become ready to p ... PI performs a similar task, but offers features beyond those found in poll (). 監視するファイルディスクリ ... し可能なデータがある。 POLLPRI There is some exceptional condition on the file descriptor. Possibilities ...
https://man.plustar.jp/manpage/man2/ppoll.2.html - [similar]
Man page of SYSCALLS 6030
SYSCALLS Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 sysc ... テムコールを起動する。 Often the glibc wrapper function is quite thin, doing little work other than copyin ... to invoke system calls for which no wrapper function is provided.) Note: system calls indicate a failur ... by returning a negative error number to the caller on architectures without a separate error register/fl ... syscall (2); when this happens, the wrapper function negates the returned error number (to make it posi ...
https://man.plustar.jp/manpage/man2/syscalls.2.html - [similar]
Man page of SIGNAL 5978
SIGNAL Section: Linux Programmer's Manual (7) Updated: 2020-12-21 Index JM Home Page 名前 signal ... 理方法 シグナルはそれぞれ現在の「処理方法 (disposition)」を保持しており、 この処理方法によりシグナルが配送 ... 参照)。 Stop デフォルトの動作はプロセスの一時停止。 Cont デフォルトの動作は、プロセスが停止中の場合にその実 ... 行の再開。 プロセスは、 sigaction (2) や signal (2) を使って、シグナルの処理方法を変 ... 信 シグナルハンドラー経由でシグナルを非同期 (asynchronously) で捕捉する以外にも、 シグナルを同期 (synchro ...
https://man.plustar.jp/manpage/man7/signal.7.html - [similar]
Man page of tunelp 5918
tunelp Section: Linux Programmer's Manual (8) Updated: 7 May 1999 Index JM Home Page 名前 tunelp ... i <IRQ> | -t <TIME> | -c <CHARS> | -w <WAIT> | -a [on|off] | -o [on|off] | -C [on|off] | -r | -s | -q [o ... n|off] | - T [on|off] ] 説明 tunelp は、よりよいパフォーマンスを得る ... 。 parport に関する詳細は /usr/src/linux/Documentation/parport.txt を参照すること。 -t <TIME> プリンタが文 ... 十分遅い場合は、 値を 0 にすることも可能である。 -a [on|off] このオプションは、プリンターのエラー時にアボー ...
https://man.plustar.jp/manpage/man8/tunelp.8.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022