From: Eli Zaretskii Date: Sun, 1 May 2005 21:27:44 +0000 (+0000) Subject: (SVR4 Process Information, The isatty call, The system call): Don't use the X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2eecc4abe2a853928d656d0ac83a2a0e5d3d0c03;p=binutils-gdb.git (SVR4 Process Information, The isatty call, The system call): Don't use the foo(N) notation for man pages and functions. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index b9654209505..84405434849 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2005-05-02 Eli Zaretskii + + * gdb.texinfo (SVR4 Process Information, The isatty call) + (The system call): Don't use foo(N) notation for man pages and + functions. + 2005-04-27 Eli Zaretskii * gdb.texinfo (Backtrace): Describe backtraces with arguments that diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index de7b58a3d76..8379d956f7c 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -12585,7 +12585,7 @@ the process-related information, including the user ID and group ID; how many threads are there in the process; its virtual memory usage; the signals that are pending, blocked, and ignored; its TTY; its consumption of system and user time; its stack size; its @samp{nice} -value; etc. For more information, see the @samp{proc(5)} man page +value; etc. For more information, see the @samp{proc} man page (type @kbd{man 5 proc} from your shell prompt). @item info proc all @@ -23159,7 +23159,7 @@ either another @code{read(0, @dots{})} is requested by the target or debugging is stopped on users request. @node The isatty call -@subsection The isatty(3) call +@subsection The @samp{isatty} function call @cindex isatty call, file-i/o protocol A special case in this protocol is the library call @code{isatty} which @@ -23170,7 +23170,7 @@ would require implementing @code{ioctl} and would be more complex than needed. @node The system call -@subsection The system(3) call +@subsection The @samp{system} function call @cindex system call, file-i/o protocol The other special case in this protocol is the @code{system} call which