summaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2005-05-01 21:27:44 +0000
committerEli Zaretskii <eliz@gnu.org>2005-05-01 21:27:44 +0000
commit57581949331e8fa2c7973ac5a63dc11d41364fde (patch)
treeb33d65b895ce14d9ae7865660bfd93b2e484cfc6 /gdb/doc
parent6b5464b53b7897b221fbfb18726b9b6500025e33 (diff)
downloadgdb-57581949331e8fa2c7973ac5a63dc11d41364fde.tar.gz
(SVR4 Process Information, The isatty call, The system call): Don't use the
foo(N) notation for man pages and functions.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog6
-rw-r--r--gdb/doc/gdb.texinfo6
2 files changed, 9 insertions, 3 deletions
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 <eliz@gnu.org>
+
+ * 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 <eliz@gnu.org>
* 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