aboutsummaryrefslogtreecommitdiff
path: root/gdb
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
commit2eecc4abe2a853928d656d0ac83a2a0e5d3d0c03 (patch)
tree50ebddbb7990e3d677948d2b008e14c7ee0fa1da /gdb
parent5a168c78efc6a75c33bdd11b9c8def6b3cf77212 (diff)
downloadgdb-2eecc4abe2a853928d656d0ac83a2a0e5d3d0c03.zip
gdb-2eecc4abe2a853928d656d0ac83a2a0e5d3d0c03.tar.gz
gdb-2eecc4abe2a853928d656d0ac83a2a0e5d3d0c03.tar.bz2
(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')
-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 b965420..8440543 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 de7b58a..8379d95 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