Blame SOURCES/wordnet-3.0-wishwn_manpage.patch

f3e103
diff -up WordNet-3.0/doc/man/wishwn.1.orig WordNet-3.0/doc/man/wishwn.1
f3e103
--- WordNet-3.0/doc/man/wishwn.1.orig	2009-01-14 00:47:21.000000000 +0100
f3e103
+++ WordNet-3.0/doc/man/wishwn.1	2009-01-14 00:47:43.000000000 +0100
f3e103
@@ -0,0 +1,44 @@
f3e103
+.\" Copyright (c) 2001  Andreas Tille <tille@debian.org>
f3e103
+.\"
f3e103
+.\" This manual page is free software; you can redistribute it and/or modify
f3e103
+.\" it under the terms of the GNU General Public License as published by
f3e103
+.\" the Free Software Foundation; either version 2 of the License, or
f3e103
+.\" (at your option) any later version.
f3e103
+.\"
f3e103
+.\" This program is distributed in the hope that it will be useful,
f3e103
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
f3e103
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
f3e103
+.\" GNU General Public License for more details.
f3e103
+.\"
f3e103
+.\" You should have received a copy of the GNU General Public License
f3e103
+.\" along with this program; if not, write to the Free Software
f3e103
+.\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
f3e103
+.\"
f3e103
+.\" This manual page is written especially for Debian Linux.
f3e103
+.\"
f3e103
+.TH WISHWN 1 "May 2001" "Debian Project" "Debian GNU/Linux"
f3e103
+.SH NAME
f3e103
+wishwn \- default version of the Tcl_AppInit procedure for wnb(1)
f3e103
+
f3e103
+.SH SYNOPSIS
f3e103
+it is intended to be run from wnb (see wnb.1)
f3e103
+
f3e103
+.SH DESCRIPTION
f3e103
+
f3e103
+Provides a default version of the Tcl_AppInit procedure for
f3e103
+use in wish and similar Tk-based applications.
f3e103
+
f3e103
+Acts as a gateway between Tcl and the Wordnet C library.  It
f3e103
+contains stubs for all the commands added to the default Tcl and Tk set
f3e103
+for this Wordnet application, as well as the routine that initializes them.
f3e103
+
f3e103
+.SH SEE ALSO
f3e103
+.BR wn (1),
f3e103
+.BR wnb (1).
f3e103
+
f3e103
+.SH AUTHOR
f3e103
+.B wishwn
f3e103
+was written by the authors of wordnet 1.6.
f3e103
+.PP
f3e103
+This manual page was created by Andreas Tille <tille@debian.org>
f3e103
+for the Debian GNU/Linux system. Feel free to improve this!