diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2011-01-15 21:16:39 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2011-01-15 21:16:39 +0000 |
commit | a7d8a8a63b3e9799ac23fd0c23c32def6e42bbf2 (patch) | |
tree | 58fb0d81d3ba2271faa06f6dd9ee81ac2873837a | |
parent | 91a60e5701677a9cf54846da730bdf8e342ddc74 (diff) | |
download | guile-a7d8a8a63b3e9799ac23fd0c23c32def6e42bbf2.tar.gz |
Add "REPORTING BUGS" and "COPYING" sections to Guile man page
Thanks to Mark Harig for the suggestion.
* doc/guile.1: Added "REPORTING BUGS" and "COPYING" sections, modelled
on those in the Emacs man page.
-rw-r--r-- | doc/guile.1 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/guile.1 b/doc/guile.1 index e77997049..f53b471e5 100644 --- a/doc/guile.1 +++ b/doc/guile.1 @@ -90,6 +90,34 @@ should give you access to the complete manual. http://www.schemers.org provides a general introduction to the Scheme language. +.SH "REPORTING BUGS" +There is a mailing list, bug-guile@gnu.org, for reporting Guile bugs and +fixes. But before reporting something as a bug, please try to be sure +that it really is a bug, not a misunderstanding or a deliberate feature. +We ask you to read the section ``Reporting Bugs'' in the Guile reference +manual (or Info system) for hints on how and when to report bugs. Also, +include the version number of the Guile you are running in every bug +report that you send in. Bugs tend actually to be fixed if they can be +isolated, so it is in your interest to report them in such a way that +they can be easily reproduced. + +.SH COPYING +Copyright (C) 2010 Free Software Foundation, Inc. + +Permission is granted to make and distribute verbatim copies of this +document provided the copyright notice and this permission notice are +preserved on all copies. + +Permission is granted to copy and distribute modified versions of this +document under the conditions for verbatim copying, provided that the +entire resulting derived work is distributed under the terms of a +permission notice identical to this one. + +Permission is granted to copy and distribute translations of this +document into another language, under the above conditions for modified +versions, except that this permission notice may be stated in a +translation approved by the Free Software Foundation. + .SH AUTHORS Robert Merkel <rgmerk@mira.net> wrote this manpage. Rob Browning <rlb@cs.utexas.edu> has added to it. |