diff options
author | John Gilmore <gnu@cygnus> | 1991-02-14 17:38:06 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-02-14 17:38:06 +0000 |
commit | 056c1b2c3bd98cec6feadafe8fda9774cbf6d030 (patch) | |
tree | 55463acfa1eaddab22209b0cc9bb047b89736928 /gdb/doc | |
parent | 47342e8f0846143eae428a29f44d0a0e199b67f7 (diff) | |
download | gdb-056c1b2c3bd98cec6feadafe8fda9774cbf6d030.zip gdb-056c1b2c3bd98cec6feadafe8fda9774cbf6d030.tar.gz gdb-056c1b2c3bd98cec6feadafe8fda9774cbf6d030.tar.bz2 |
Add copyright and contributor line.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/gdbint.texinfo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 3eddb3f..c8955fc 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -1,4 +1,6 @@ GDB Internals documentation +Copyright 1990, 1991 Free Software Foundation, Inc. +Contributed by Cygnus Support. Written by John Gilmore. This needs to be wrapped in texinfo stuff... @@ -63,6 +65,10 @@ If you call it before printing a space, make sure that your indentation properly accounts for the leading space that will print if the line wraps there. +Any function or set of functions that produce filtered output must finish +by printing a newline, to flush the wrap buffer, before switching to +unfiltered ("printf") output. Symbol reading routines that print +warnings are a good example. |