Blame SOURCES/wordnet-3.0-fix_man.patch

24ffec
diff -upNr WordNet-3.0.orig/doc/man/binsrch.3 WordNet-3.0/doc/man/binsrch.3
24ffec
--- WordNet-3.0.orig/doc/man/binsrch.3	2009-01-18 03:29:55.000000000 +0100
24ffec
+++ WordNet-3.0/doc/man/binsrch.3	2009-01-18 03:31:02.000000000 +0100
24ffec
@@ -1,8 +1,8 @@
24ffec
 '\" t
24ffec
 .\" $Id$
24ffec
-.TH BINSRCH 3WN  "Dec 2006" "WordNet 3.0" "WordNet\(tm Library Functions"
24ffec
+.TH BINSRCH 3  "Dec 2006" "WordNet 3.0" "WordNet\(tm Library Functions"
24ffec
 .SH NAME
24ffec
-bin_search, copyfile, replace_line, insert_line
24ffec
+bin_search, copyfile, replace_line, insert_line \- general purpose functions for performing a binary search
24ffec
 .SH SYNOPSIS
24ffec
 .LP
24ffec
 \fBchar *bin_search(char *key, FILE *fp);\fP
24ffec
@@ -53,11 +53,11 @@ The maximum line length in a file is 25K
24ffec
 If there are no additional fields after the search key, the key must
24ffec
 be followed by at least one space before the newline character.
24ffec
 .SH SEE ALSO
24ffec
-.BR wnintro (3WN),
24ffec
-.BR morph (3WN),
24ffec
-.BR wnsearch (3WN),
24ffec
-.BR wnutil (3WN),
24ffec
-.BR wnintro (5WN).
24ffec
+.BR wnintro (3),
24ffec
+.BR morph (3),
24ffec
+.BR wnsearch (3),
24ffec
+.BR wnutil (3),
24ffec
+.BR wnintro (5).
24ffec
 .SH WARNINGS
24ffec
 \fBbinsearch(\|)\fP returns a pointer to a static character buffer.
24ffec
 The returned string should be copied by the caller if the results need
24ffec
diff -upNr WordNet-3.0.orig/doc/man/cntlist.5 WordNet-3.0/doc/man/cntlist.5
24ffec
--- WordNet-3.0.orig/doc/man/cntlist.5	2009-01-18 03:29:55.000000000 +0100
24ffec
+++ WordNet-3.0/doc/man/cntlist.5	2009-01-18 03:31:02.000000000 +0100
24ffec
@@ -1,7 +1,7 @@
24ffec
 '\" t
24ffec
 .\" $Id$
24ffec
 .tr ~
24ffec
-.TH CNTLIST 5WN "Dec 2006" "WordNet 3.0" "WordNet\(tm File Formats"
24ffec
+.TH CNTLIST 5 "Dec 2006" "WordNet 3.0" "WordNet\(tm File Formats"
24ffec
 .SH NAME
24ffec
 cntlist \- file listing number of times each tagged sense occurs in a
24ffec
 semantic concordance, sorted most to least frequently tagged
24ffec
@@ -20,7 +20,7 @@ in the concordance's cntlist file.
24ffec
 In the WordNet database, words are assigned sense numbers based on
24ffec
 frequency of use in semantically tagged corpora.  The cntlist file used
24ffec
 by
24ffec
-.BR grind (1WN) 
24ffec
+.BR grind (1) 
24ffec
 to build the WordNet database and assign the sense numbers is a union
24ffec
 of the cntlist files from the various semantic concordances that were
24ffec
 formerly released by Princeton University.  This
24ffec
@@ -87,6 +87,6 @@ User's default browser options.
24ffec
 file of combined semantic concordance \fBcntlist\fP files.  Used to
24ffec
 assign sense numbers in WordNet database
24ffec
 .SH SEE ALSO
24ffec
-.BR grind (1WN),
24ffec
-.BR wnintro (5WN),
24ffec
-.BR senseidx (5WN).
24ffec
+.BR grind (1),
24ffec
+.BR wnintro (5),
24ffec
+.BR senseidx (5).
24ffec
diff -upNr WordNet-3.0.orig/doc/man/grind.1 WordNet-3.0/doc/man/grind.1
24ffec
--- WordNet-3.0.orig/doc/man/grind.1	2009-01-18 03:29:55.000000000 +0100
24ffec
+++ WordNet-3.0/doc/man/grind.1	2009-01-18 03:31:02.000000000 +0100
24ffec
@@ -24,7 +24,7 @@ Each input lexicographer file consists o
24ffec
 (\fIsynsets\fP) for one part of speech.  Although the basic synset
24ffec
 syntax is the same for all of the parts of speech, some parts of the
24ffec
 syntax only apply to a particular part of speech.  See
24ffec
-.BR wninput (5WN) 
24ffec
+.BR wninput (5) 
24ffec
 for a description of the input file format.
24ffec
 
24ffec
 Each \fIfilename\fP specified is of the form:
24ffec
@@ -42,7 +42,7 @@ where \fIpathname\fP is optional and \fI
24ffec
 files, for example \fBnoun.animal\fP and \fBnoun.plant\fP.  One or
24ffec
 more input files, in any combination of syntactic categories, may be
24ffec
 specified.  See
24ffec
-.BR lexnames (5WN)
24ffec
+.BR lexnames (5)
24ffec
 for a list of the lexicographer files used to build the complete
24ffec
 WordNet database.
24ffec
 .SS Output Files
24ffec
@@ -60,7 +60,7 @@ _
24ffec
 .TE
24ffec
 
24ffec
 See 
24ffec
-.BR wndb (5WN) 
24ffec
+.BR wndb (5) 
24ffec
 for a description of the database file formats.
24ffec
 
24ffec
 Each time \fBgrind(\|)\fP is run, any existing database files are
24ffec
@@ -133,16 +133,16 @@ lexicographer files to use to build data
24ffec
 file of combined semantic concordance \fBcntlist\fP files.  Used to
24ffec
 assign sense numbers in WordNet database
24ffec
 .SH SEE ALSO
24ffec
-.BR cntlist (5WN),
24ffec
-.BR lexnames (5WN),
24ffec
-.BR senseidx (5WN),
24ffec
-.BR wndb (5WN),
24ffec
-.BR wninput (5WN),
24ffec
-.BR uniqbeg (7WN),
24ffec
-.BR wngloss (7WN).
24ffec
+.BR cntlist (5),
24ffec
+.BR lexnames (5),
24ffec
+.BR senseidx (5),
24ffec
+.BR wndb (5),
24ffec
+.BR wninput (5),
24ffec
+.BR uniqbeg (7),
24ffec
+.BR wngloss (7).
24ffec
 .SH DIAGNOSTICS
24ffec
 Exit status is normally 0.
24ffec
-Exit status is -1 if non-specific error occurs.
24ffec
+Exit status is \-1 if non-specific error occurs.
24ffec
 If syntactic or structural errors exist, exit status is number of
24ffec
 errors detected.
24ffec
 .TP 
24ffec
diff -upNr WordNet-3.0.orig/doc/man/lexnames.5 WordNet-3.0/doc/man/lexnames.5
24ffec
--- WordNet-3.0.orig/doc/man/lexnames.5	2009-01-18 03:29:55.000000000 +0100
24ffec
+++ WordNet-3.0/doc/man/lexnames.5	2009-01-18 03:31:02.000000000 +0100
24ffec
@@ -1,17 +1,17 @@
24ffec
 '\" t
24ffec
 .\" $Id$
24ffec
 .tr ~
24ffec
-.TH LEXNAMES 5WN "Dec 2006" "WordNet 3.0" "WordNet\(tm File Formats"
24ffec
+.TH LEXNAMES 5 "Dec 2006" "WordNet 3.0" "WordNet\(tm File Formats"
24ffec
 .SH NAME
24ffec
-List of WordNet lexicographer file names and numbers
24ffec
+lexnames \- List of WordNet lexicographer file names and numbers
24ffec
 .SH DESCRIPTION
24ffec
 During WordNet development synsets are organized into forty-five
24ffec
 lexicographer files based on syntactic category and logical groupings.
24ffec
-.BR grind (1WN)
24ffec
+.BR grind (1)
24ffec
 processes these files and produces a database suitable for use with
24ffec
 the WordNet library, interface code, and other applications.  The
24ffec
 format of the lexicographer files is described in
24ffec
-.BR wninput (5WN).
24ffec
+.BR wninput (5).
24ffec
 
24ffec
 A file number corresponds to each lexicographer file.  File numbers
24ffec
 are encoded in several parts of the WordNet system as an efficient way
24ffec
@@ -117,7 +117,7 @@ Base directory for WordNet.  Default is
24ffec
 .B lexnames
24ffec
 list of lexicographer file names and numbers
24ffec
 .SH SEE ALSO
24ffec
-.BR grind (1WN),
24ffec
-.BR wnintro (5WN),
24ffec
-.BR wndb (5WN),
24ffec
-.BR wninput (5WN).
24ffec
+.BR grind (1),
24ffec
+.BR wnintro (5),
24ffec
+.BR wndb (5),
24ffec
+.BR wninput (5).
24ffec
diff -upNr WordNet-3.0.orig/doc/man/Makefile WordNet-3.0/doc/man/Makefile
24ffec
--- WordNet-3.0.orig/doc/man/Makefile	2009-01-18 03:29:55.000000000 +0100
24ffec
+++ WordNet-3.0/doc/man/Makefile	2009-01-18 03:33:59.000000000 +0100
24ffec
@@ -134,7 +134,7 @@ sbindir = ${exec_prefix}/sbin
24ffec
 sharedstatedir = ${prefix}/com
24ffec
 sysconfdir = ${prefix}/etc
24ffec
 target_alias = 
24ffec
-man_MANS = binsrch.3 cntlist.5 grind.1 lexnames.5 morph.3 morphy.7 senseidx.5 uniqbeg.7 wn.1 wnb.1 wndb.5 wngloss.7 wngroups.7 wninput.5 wnintro.1 wnintro.3 wnintro.5 wnintro.7 wnlicens.7 wnpkgs.7 wnsearch.3 wnstats.7 wnutil.3
24ffec
+man_MANS = binsrch.3 cntlist.5 grind.1 lexnames.5 morph.3 morphy.7 senseidx.5 uniqbeg.7 wn.1 wnb.1 wndb.5 wngloss.7 wngroups.7 wninput.5 wnintro.1 wnintro.3 wnintro.5 wnintro.7 wnlicens.7 wnpkgs.7 wnsearch.3 wnstats.7 wnutil.3 wishwn.1
24ffec
 all: all-am
24ffec
 
24ffec
 .SUFFIXES:
24ffec
diff -upNr WordNet-3.0.orig/doc/man/morph.3 WordNet-3.0/doc/man/morph.3
24ffec
--- WordNet-3.0.orig/doc/man/morph.3	2009-01-18 03:29:55.000000000 +0100
24ffec
+++ WordNet-3.0/doc/man/morph.3	2009-01-18 03:31:02.000000000 +0100
24ffec
@@ -1,8 +1,8 @@
24ffec
 '\" t
24ffec
 .\" $Id$
24ffec
-.TH MORPH 3WN  "Dec 2006" "WordNet 3.0" "WordNet\(tm Library Functions"
24ffec
+.TH MORPH 3  "Dec 2006" "WordNet 3.0" "WordNet\(tm Library Functions"
24ffec
 .SH NAME
24ffec
-morphinit, re_morphinit, morphstr, morphword
24ffec
+morphinit, re_morphinit, morphstr, morphword \- WordNet morphological processor functions
24ffec
 .SH SYNOPSIS
24ffec
 .LP
24ffec
 \fB#include "wn.h"\fP
24ffec
@@ -67,7 +67,7 @@ is called by 
24ffec
 and is not intended to be called directly by an application.
24ffec
 Applications wishing to use WordNet and/or the morphological functions
24ffec
 must call \fBwninit(\|)\fP at the start of the program.  See
24ffec
-.BR wnutil (3WN)
24ffec
+.BR wnutil (3)
24ffec
 for more information.
24ffec
 
24ffec
 \fIorigstr\fP may be either a word or a collocation formed by joining
24ffec
@@ -93,10 +93,10 @@ If 
24ffec
 is passed, it is treated by \fBmorphstr(\|)\fP as
24ffec
 .SB ADJECTIVE.
24ffec
 .SH SEE ALSO
24ffec
-.BR wnintro (3WN),
24ffec
-.BR wnsearch (3WN),
24ffec
-.BR wndb (5WN),
24ffec
-.BR morphy (7WN).
24ffec
+.BR wnintro (3),
24ffec
+.BR wnsearch (3),
24ffec
+.BR wndb (5),
24ffec
+.BR morphy (7).
24ffec
 
24ffec
 .SH WARNINGS
24ffec
 Passing an invalid part of speech will result in a core dump.
24ffec
diff -upNr WordNet-3.0.orig/doc/man/morphy.7 WordNet-3.0/doc/man/morphy.7
24ffec
--- WordNet-3.0.orig/doc/man/morphy.7	2009-01-18 03:29:55.000000000 +0100
24ffec
+++ WordNet-3.0/doc/man/morphy.7	2009-01-18 03:31:02.000000000 +0100
24ffec
@@ -1,7 +1,7 @@
24ffec
 '\" t
24ffec
 .\" $Id$
24ffec
 .tr ~
24ffec
-.TH MORPHY 7WN "Dec 2006" "WordNet 3.0" "WordNet\(tm"
24ffec
+.TH MORPHY 7 "Dec 2006" "WordNet 3.0" "WordNet\(tm"
24ffec
 .SH NAME
24ffec
 morphy \- discussion of WordNet's morphological processing
24ffec
 .SH DESCRIPTION
24ffec
@@ -39,7 +39,7 @@ is returned.  A transformation to a vali
24ffec
 if the base form of the string is not in WordNet.
24ffec
 
24ffec
 The morphological functions are found in the WordNet library.  See
24ffec
-.BR morph (3WN)
24ffec
+.BR morph (3)
24ffec
 for information on using these functions.  
24ffec
 .SS Rules of Detachment
24ffec
 The following table shows the rules of detachment used by Morphy.  If
24ffec
@@ -82,7 +82,7 @@ algorithmic manner.  Each line of an exc
24ffec
 inflected form of a word or collocation, followed by one or more base
24ffec
 forms.  The list is kept in alphabetical order and a binary search is
24ffec
 used to find words in these lists.  See
24ffec
-.BR wndb (5WN)
24ffec
+.BR wndb (5)
24ffec
 for information on the format of the exception list files.
24ffec
 .SS Single Words
24ffec
 In general, single words are relatively easy to process.  Morphy first
24ffec
@@ -172,9 +172,9 @@ Base directory for WordNet.  Default is
24ffec
 .B \fIpos\fP.exc
24ffec
 morphology exception lists
24ffec
 .SH SEE ALSO
24ffec
-.BR wn (1WN),
24ffec
-.BR wnb (1WN),
24ffec
-.BR binsrch (3WN),
24ffec
-.BR morph (3WN),
24ffec
-.BR wndb (5WN),
24ffec
-.BR wninput (7WN).
24ffec
+.BR wn (1),
24ffec
+.BR wnb (1),
24ffec
+.BR binsrch (3),
24ffec
+.BR morph (3),
24ffec
+.BR wndb (5),
24ffec
+.BR wninput (7).
24ffec
diff -upNr WordNet-3.0.orig/doc/man/prologdb.5 WordNet-3.0/doc/man/prologdb.5
24ffec
--- WordNet-3.0.orig/doc/man/prologdb.5	2009-01-18 03:29:55.000000000 +0100
24ffec
+++ WordNet-3.0/doc/man/prologdb.5	2009-01-18 03:31:02.000000000 +0100
24ffec
@@ -1,6 +1,6 @@
24ffec
 .\" $Id$
24ffec
 .tr ~
24ffec
-.TH PROLOGDB 5WN "Dec 2006" "WordNet 3.0" "WordNet\(tm File Formats"
24ffec
+.TH PROLOGDB 5 "Dec 2006" "WordNet 3.0" "WordNet\(tm File Formats"
24ffec
 .SH NAME
24ffec
 wn_\*.pl \- description of Prolog database files
24ffec
 .SH DESCRIPTION
24ffec
@@ -14,9 +14,9 @@ WordNet relation giving the user the abi
24ffec
 of the database that they are interested.
24ffec
 
24ffec
 See \fBFILES\fP, below, for a list of the database files and
24ffec
-.BR wndb (5WN)
24ffec
+.BR wndb (5)
24ffec
 and
24ffec
-.BR wninput (5WN) 
24ffec
+.BR wninput (5) 
24ffec
 for detailed descriptions of the various WordNet relations (referred to
24ffec
 as \fIoperators\fP in this manual page).
24ffec
 .SS File Format
24ffec
@@ -205,7 +205,7 @@ all words in a synset.  The operator is 
24ffec
 A \fIsynset_id\fP is a nine byte field in which the first
24ffec
 byte defines the syntactic category of the synset and the remaining
24ffec
 eight bytes are a \fIsynset_offset\fP, as defined in 
24ffec
-.BR wndb (5WN),
24ffec
+.BR wndb (5),
24ffec
 indicating the byte offset in the \fBdata.\fP\fIpos\fP file that
24ffec
 corresponds to the syntactic category.
24ffec
 
24ffec
@@ -226,7 +226,7 @@ synset, from left to right, beginning wi
24ffec
 lexical WordNet relations \fIw_num\fP may be 0, indicating that the
24ffec
 relation holds for all words in the synset indicated by the preceding
24ffec
 \fIsynset_id\fP.  See
24ffec
-.BR wninput (5WN)
24ffec
+.BR wninput (5)
24ffec
 for a discussion of semantic and lexical relations.
24ffec
 
24ffec
 \fIss_type\fP is a one character code indicating the synset type:
24ffec
@@ -251,7 +251,7 @@ the lexicographer, with spaces replaced 
24ffec
 \fIword\fP is immediately followed by a syntactic marker if one was
24ffec
 specified in the lexicographer file.  A syntactic marker is appended,
24ffec
 in parentheses, onto \fIword\fP without any intervening spaces.  See
24ffec
-.BR wninput (5WN)
24ffec
+.BR wninput (5)
24ffec
 for a list of the syntactic markers for adjectives.
24ffec
 
24ffec
 Each synset has a \fIgloss\fP that may contain a definition, one or
24ffec
@@ -265,7 +265,7 @@ the synset.  If non-zero, the frame appl
24ffec
 synset.
24ffec
 
24ffec
 In WordNet, sense numbers are assigned as described in 
24ffec
-.BR wndb (5WN).
24ffec
+.BR wndb (5).
24ffec
 \fItag_count\fP is the number of times the sense was tagged in the
24ffec
 Semantic Concordances, and \fB0\fP if it was not instantiated.
24ffec
 .SH NOTES
24ffec
@@ -338,7 +338,7 @@ pertainym pointers
24ffec
 .B wn_fr.pl
24ffec
 frame pointers
24ffec
 .SH SEE ALSO
24ffec
-.BR wndb (5WN),
24ffec
-.BR wninput (5WN),
24ffec
-.BR wngroups (7WN),
24ffec
-.BR wnpkgs (7WN).
24ffec
+.BR wndb (5),
24ffec
+.BR wninput (5),
24ffec
+.BR wngroups (7),
24ffec
+.BR wnpkgs (7).
24ffec
diff -upNr WordNet-3.0.orig/doc/man/senseidx.5 WordNet-3.0/doc/man/senseidx.5
24ffec
--- WordNet-3.0.orig/doc/man/senseidx.5	2009-01-18 03:29:55.000000000 +0100
24ffec
+++ WordNet-3.0/doc/man/senseidx.5	2009-01-18 03:31:02.000000000 +0100
24ffec
@@ -1,7 +1,7 @@
24ffec
 '\" t
24ffec
 .\" $Id$
24ffec
 .tr ~
24ffec
-.TH SENSEIDX 5WN "Dec 2006" "WordNet 3.0" "WordNet\(tm File Formats"
24ffec
+.TH SENSEIDX 5 "Dec 2006" "WordNet 3.0" "WordNet\(tm File Formats"
24ffec
 .SH NAME
24ffec
 index.sense, sense.idx \- WordNet's sense index
24ffec
 .SH DESCRIPTION
24ffec
@@ -31,10 +31,10 @@ Using the sense index and a \fIsense_key
24ffec
 obtained.  A mapping from noun \fIsense_key\fPs in WordNet 1.6 to
24ffec
 corresponding 2.0 \fIsense_key\fPs is provided with version 2.0,
24ffec
 and is described in
24ffec
-.BR sensemap (5WN).
24ffec
+.BR sensemap (5).
24ffec
 
24ffec
 See
24ffec
-.BR wndb (5WN)
24ffec
+.BR wndb (5)
24ffec
 for a thorough discussion of the WordNet database files.
24ffec
 .SS File Format
24ffec
 The sense index file lists all of the senses in the WordNet database
24ffec
@@ -66,7 +66,7 @@ structure containing the parsed synset i
24ffec
 \fIsense_number\fP is a decimal integer indicating the sense number of
24ffec
 the word, within the part of speech encoded in \fIsense_key\fP, in the
24ffec
 WordNet database.  See
24ffec
-.BR wndb (5WN)
24ffec
+.BR wndb (5)
24ffec
 for information about how sense numbers are assigned.
24ffec
 
24ffec
 \fItag_cnt\fP represents the decimal number of times the sense is
24ffec
@@ -98,7 +98,7 @@ below for a listing of the numbers corre
24ffec
 \fIlex_filenum\fP is a two digit decimal integer representing the
24ffec
 name of the lexicographer file containing the synset for the sense.
24ffec
 See
24ffec
-.BR lexnames (5WN)
24ffec
+.BR lexnames (5)
24ffec
 for the list of lexicographer file names and their corresponding numbers.
24ffec
 
24ffec
 \fIlex_id\fP is a two digit decimal integer that, when appended onto
24ffec
@@ -109,7 +109,7 @@ there is no requirement that the numbers
24ffec
 \fB00\fP.  Note that a value of \fB00\fP is the default, and therefore
24ffec
 is not present in lexicographer files.  Only non-default \fIlex_id\fP
24ffec
 values must be explicitly assigned in lexicographer files.  See
24ffec
-.BR wninput (5WN)
24ffec
+.BR wninput (5)
24ffec
 for information on the format of lexicographer files.
24ffec
 
24ffec
 \fIhead_word\fP is only present if the sense is in an adjective
24ffec
@@ -155,10 +155,10 @@ Base directory for WordNet.  Default is
24ffec
 .B index.sense
24ffec
 sense index
24ffec
 .SH SEE ALSO
24ffec
-.BR binsrch (3WN),
24ffec
-.BR wnsearch (3WN),
24ffec
-.BR lexnames (5WN),
24ffec
-.BR wnintro (5WN),
24ffec
-.BR sensemap (5WN),
24ffec
-.BR wndb (5WN),
24ffec
-.BR wninput (5WN).
24ffec
+.BR binsrch (3),
24ffec
+.BR wnsearch (3),
24ffec
+.BR lexnames (5),
24ffec
+.BR wnintro (5),
24ffec
+.BR sensemap (5),
24ffec
+.BR wndb (5),
24ffec
+.BR wninput (5).
24ffec
diff -upNr WordNet-3.0.orig/doc/man/uniqbeg.7 WordNet-3.0/doc/man/uniqbeg.7
24ffec
--- WordNet-3.0.orig/doc/man/uniqbeg.7	2009-01-18 03:29:55.000000000 +0100
24ffec
+++ WordNet-3.0/doc/man/uniqbeg.7	2009-01-18 03:31:02.000000000 +0100
24ffec
@@ -1,6 +1,6 @@
24ffec
 '\" t
24ffec
 .\" $Id$
24ffec
-.TH UNIQBEG 7WN "Dec 2006" "WordNet 3.0" "WordNet\(tm"
24ffec
+.TH UNIQBEG 7 "Dec 2006" "WordNet 3.0" "WordNet\(tm"
24ffec
 .SH NAME
24ffec
 uniqbeg \- unique beginners for noun hierarchies
24ffec
 .SH DESCRIPTION
24ffec
@@ -22,7 +22,7 @@ The lexicographer files are not included
24ffec
 .B noun.Tops
24ffec
 unique beginners for nouns
24ffec
 .SH SEE ALSO
24ffec
-.BR wndb (5WN),
24ffec
-.BR wninput (5WN),
24ffec
-.BR wnintro (7WN),
24ffec
-.BR wngloss (7WN).
24ffec
+.BR wndb (5),
24ffec
+.BR wninput (5),
24ffec
+.BR wnintro (7),
24ffec
+.BR wngloss (7).
24ffec
diff -upNr WordNet-3.0.orig/doc/man/wn.1 WordNet-3.0/doc/man/wn.1
24ffec
--- WordNet-3.0.orig/doc/man/wn.1	2009-01-18 03:29:55.000000000 +0100
24ffec
+++ WordNet-3.0/doc/man/wn.1	2009-01-18 03:31:02.000000000 +0100
24ffec
@@ -1,7 +1,7 @@
24ffec
 '\" t
24ffec
 .\" $Id$
24ffec
 .tr ~
24ffec
-.TH WN 1WN "Dec 2006" "WordNet 3.0" "WordNet\(tm User Commands"
24ffec
+.TH WN 1 "Dec 2006" "WordNet 3.0" "WordNet\(tm User Commands"
24ffec
 .SH NAME
24ffec
 wn \- command line interface to WordNet lexical database  
24ffec
 .SH SYNOPSIS
24ffec
@@ -214,7 +214,7 @@ Verb senses can be grouped by similarity
24ffec
 than ordered by frequency of use.  The \fB\-simsv\fP search prints all
24ffec
 senses that are close in meaning together, with a line of dashes
24ffec
 indicating the end of a group.  See
24ffec
-.BR wngroups (7WN)
24ffec
+.BR wngroups (7)
24ffec
 for a discussion of how senses are grouped.
24ffec
 
24ffec
 The \fB\-over\fP search displays an overview of all the senses of the
24ffec
@@ -326,15 +326,15 @@ files of sentences illustrating the use 
24ffec
 .B \fIpos\fP.exc
24ffec
 morphology exception lists
24ffec
 .SH SEE ALSO
24ffec
-.BR wnintro (1WN),
24ffec
-.BR wnb (1WN),
24ffec
-.BR wnintro (3WN),
24ffec
-.BR lexnames (5WN),
24ffec
-.BR senseidx (5WN)
24ffec
-.BR wndb (5WN), 
24ffec
-.BR wninput (5WN),
24ffec
-.BR morphy (7WN),
24ffec
-.BR wngloss (7WN),
24ffec
-.BR wngroups (7WN).
24ffec
+.BR wnintro (1),
24ffec
+.BR wnb (1),
24ffec
+.BR wnintro (3),
24ffec
+.BR lexnames (5),
24ffec
+.BR senseidx (5)
24ffec
+.BR wndb (5), 
24ffec
+.BR wninput (5),
24ffec
+.BR morphy (7),
24ffec
+.BR wngloss (7),
24ffec
+.BR wngroups (7).
24ffec
 .SH BUGS
24ffec
 Please report bugs to wordnet@princeton.edu.
24ffec
diff -upNr WordNet-3.0.orig/doc/man/wnb.1 WordNet-3.0/doc/man/wnb.1
24ffec
--- WordNet-3.0.orig/doc/man/wnb.1	2009-01-18 03:29:55.000000000 +0100
24ffec
+++ WordNet-3.0/doc/man/wnb.1	2009-01-18 03:31:02.000000000 +0100
24ffec
@@ -1,7 +1,7 @@
24ffec
 '\" t
24ffec
 .\" $Id$
24ffec
 .tr ~
24ffec
-.TH WNB 1WN "Dec 2006" "WordNet 3.0" "WordNet\(tm User Commands"
24ffec
+.TH WNB 1 "Dec 2006" "WordNet 3.0" "WordNet\(tm User Commands"
24ffec
 .SH NAME
24ffec
 wnb \- WordNet window-based browser interface 
24ffec
 .SH SYNOPSIS
24ffec
@@ -271,7 +271,7 @@ these options will be used as the user d
24ffec
 Display this manual page.
24ffec
 .IP "Help on WordNet terminology"
24ffec
 Display the 
24ffec
-.BR wngloss (7WN)
24ffec
+.BR wngloss (7)
24ffec
 manual page.
24ffec
 .IP "Display the WordNet license"
24ffec
 Display the WordNet copyright notice and license agreement.
24ffec
@@ -353,7 +353,7 @@ than ordered by frequency of use.  When 
24ffec
 similarity"\fP search is selected, senses that are close
24ffec
 in meaning are printed together, with a line of dashes indicating the
24ffec
 end of a group.  See
24ffec
-.BR wngroups (7WN)
24ffec
+.BR wngroups (7)
24ffec
 for a discussion how senses are grouped.
24ffec
 
24ffec
 The output of the \fB"Derivationally Related Forms"\fP 
24ffec
@@ -447,15 +447,15 @@ files of sentences illustrating the use 
24ffec
 .B \fIpos\fP.exc
24ffec
 morphology exception lists
24ffec
 .SH SEE ALSO
24ffec
-.BR wnintro (1WN),
24ffec
-.BR wn (1WN),
24ffec
-.BR wnintro (3WN),
24ffec
-.BR lexnames (5WN),
24ffec
-.BR senseidx (5WN),
24ffec
-.BR wndb (5WN), 
24ffec
-.BR wninput (5WN),
24ffec
-.BR morphy (7WN), 
24ffec
-.BR wngloss (7WN),
24ffec
-.BR wngroups (7WN).
24ffec
+.BR wnintro (1),
24ffec
+.BR wn (1),
24ffec
+.BR wnintro (3),
24ffec
+.BR lexnames (5),
24ffec
+.BR senseidx (5),
24ffec
+.BR wndb (5), 
24ffec
+.BR wninput (5),
24ffec
+.BR morphy (7), 
24ffec
+.BR wngloss (7),
24ffec
+.BR wngroups (7).
24ffec
 .SH BUGS
24ffec
 Please reports bugs to wordnet@princeton.edu.
24ffec
diff -upNr WordNet-3.0.orig/doc/man/wndb.5 WordNet-3.0/doc/man/wndb.5
24ffec
--- WordNet-3.0.orig/doc/man/wndb.5	2009-01-18 03:29:55.000000000 +0100
24ffec
+++ WordNet-3.0/doc/man/wndb.5	2009-01-18 03:31:02.000000000 +0100
24ffec
@@ -1,7 +1,7 @@
24ffec
 '\" t
24ffec
 .\" $Id$
24ffec
 .tr ~
24ffec
-.TH WNDB 5WN "Dec 2006" "WordNet 3.0" "WordNet\(tm File Formats"
24ffec
+.TH WNDB 5 "Dec 2006" "WordNet 3.0" "WordNet\(tm File Formats"
24ffec
 .SH NAME
24ffec
 index.noun, data.noun, index.verb, data.verb, index.adj, data.adj, index.adv, data.adv \- WordNet database files
24ffec
 .LP
24ffec
@@ -25,7 +25,7 @@ Words in the index file are in lower cas
24ffec
 were entered in the lexicographer files.  This folds various
24ffec
 orthographic representations of the word into one line enabling
24ffec
 database searches to be case insensitive.  See
24ffec
-.BR wninput (5WN)
24ffec
+.BR wninput (5)
24ffec
 for a detailed description of the lexicographer files
24ffec
 
24ffec
 A data file for a syntactic category contains information
24ffec
@@ -51,7 +51,7 @@ newline character.  Fields enclosed in i
24ffec
 not be present.
24ffec
 
24ffec
 See 
24ffec
-.BR wngloss (7WN)
24ffec
+.BR wngloss (7)
24ffec
 for a glossary of WordNet terminology and a discussion of the
24ffec
 database's content and logical organization.
24ffec
 .SS Index File Format
24ffec
@@ -96,7 +96,7 @@ containing it.
24ffec
 .I ptr_symbol
24ffec
 A space separated list of \fIp_cnt\fP different types of pointers that
24ffec
 \fIlemma\fP has in all synsets containing it. See
24ffec
-.BR wninput (5WN)
24ffec
+.BR wninput (5)
24ffec
 for a list of \fIpointer_symbol\fPs.  If all senses of \fIlemma\fP
24ffec
 have no pointers, this field is omitted and \fIp_cnt\fP is \fB0\fP.
24ffec
 .TP 15
24ffec
@@ -115,7 +115,7 @@ different sense of \fIlemma\fP in WordNe
24ffec
 8 digit, zero-filled decimal integer that can be used with
24ffec
 .BR fseek (3)
24ffec
 to read a synset from the data file.  When passed to
24ffec
-.BR read_synset (3WN)
24ffec
+.BR read_synset (3)
24ffec
 along with the syntactic category, a data structure containing the
24ffec
 parsed synset is returned.
24ffec
 .SS Data File Format
24ffec
@@ -137,7 +137,7 @@ integer. 
24ffec
 .I lex_filenum
24ffec
 Two digit decimal integer corresponding to the lexicographer file name
24ffec
 containing the synset.  See
24ffec
-.BR lexnames (5WN)
24ffec
+.BR lexnames (5)
24ffec
 for the list of filenames and their corresponding numbers.
24ffec
 .TP 15
24ffec
 .I ss_type
24ffec
@@ -166,7 +166,7 @@ lower-case forms.  In \fBdata.adj\fP, a 
24ffec
 syntactic marker if one was specified in the lexicographer file.  A
24ffec
 syntactic marker is appended, in parentheses, onto \fIword\fP without
24ffec
 any intervening spaces.  See
24ffec
-.BR wninput (5WN)
24ffec
+.BR wninput (5)
24ffec
 for a list of the syntactic markers for adjectives.
24ffec
 .TP 15
24ffec
 .I lex_id
24ffec
@@ -210,7 +210,7 @@ relation holds.  Word numbers are assign
24ffec
 a synset, from left to right, beginning with \fB1\fP.
24ffec
 
24ffec
 See 
24ffec
-.BR wninput (5WN)
24ffec
+.BR wninput (5)
24ffec
 for a list of \fIpointer_symbol\fPs, and semantic and lexical pointer
24ffec
 classifications.
24ffec
 .TP 15
24ffec
@@ -232,7 +232,7 @@ pointers, if this number is \fB00\fP, \f
24ffec
 word indicated.  Word numbers are assigned as described for pointers.
24ffec
 Each \fIf_num~~w_num\fP pair is preceded by a \fB+\fP.
24ffec
 See
24ffec
-.BR wninput (5WN)
24ffec
+.BR wninput (5)
24ffec
 for the text of the generic sentence frames.
24ffec
 .TP
24ffec
 .I gloss
24ffec
@@ -250,11 +250,11 @@ entry in the \fBindex.\fIpos\fR files in
24ffec
 in the list have been tagged.
24ffec
 
24ffec
 The 
24ffec
-.BR cntlist (5WN)
24ffec
+.BR cntlist (5)
24ffec
 file provided with the database lists the number of times each sense
24ffec
 is tagged in the semantic concordances.  The data from \fBcntlist\fP
24ffec
 is used by
24ffec
-.BR grind (1WN)
24ffec
+.BR grind (1)
24ffec
 to order the senses of each word.  When the \fBindex\fP.\fIpos\fP
24ffec
 files are generated, the \fIsynset_offset\fPs are output in sense
24ffec
 number order, with sense 1 first in the list.  Senses with the same
24ffec
@@ -275,7 +275,7 @@ generated from a machine-readable dictio
24ffec
 that are not in WordNet.  Also, for many of the inflected forms, base
24ffec
 forms could be easily derived using the standard rules of detachment
24ffec
 programmed into Morphy (See
24ffec
-.BR morph (7WN)).
24ffec
+.BR morph (7)).
24ffec
 These anomalies are allowed to remain in the exception list files,
24ffec
 as they do no harm.
24ffec
 
24ffec
@@ -290,7 +290,7 @@ the line is the text of a template examp
24ffec
 used as a placeholder in the text for the verb.  Both files are sorted
24ffec
 alphabetically so that the \fIsense_key\fP and template sentence
24ffec
 number can be used as indices, via
24ffec
-.BR binsrch (3WN), 
24ffec
+.BR binsrch (3), 
24ffec
 into the appropriate file.
24ffec
 
24ffec
 When a request for 
24ffec
@@ -306,7 +306,7 @@ represents all of the word senses and sy
24ffec
 The \fIword\fP, \fIlex_id\fP, and \fIlex_filenum\fP fields together
24ffec
 uniquely identify each word sense in WordNet.  These can be encoded in
24ffec
 a \fIsense_key\fP as described in
24ffec
-.BR senseidx (5WN).
24ffec
+.BR senseidx (5).
24ffec
 Each synset in the database can be uniquely identified by combining
24ffec
 the \fIsynset_offset\fP for the synset with a code for the syntactic
24ffec
 category (since it is possible for synsets in different
24ffec
@@ -316,7 +316,7 @@ The WordNet system provide both command 
24ffec
 interfaces to the database.  Both interfaces utilize a common library
24ffec
 of search and morphology code.  The source code for the library and
24ffec
 interfaces is included in the WordNet package.  See
24ffec
-.BR wnintro (3WN)
24ffec
+.BR wnintro (3)
24ffec
 for an overview of the WordNet source code.
24ffec
 .SH ENVIRONMENT VARIABLES (UNIX)
24ffec
 .TP 20
24ffec
@@ -346,17 +346,17 @@ files of sentences illustrating the use 
24ffec
 .B \fIpos\fP.exc
24ffec
 morphology exception lists
24ffec
 .SH SEE ALSO
24ffec
-.BR grind (1WN),
24ffec
-.BR wn (1WN),
24ffec
-.BR wnb (1WN),
24ffec
-.BR wnintro (3WN),
24ffec
-.BR binsrch (3WN),
24ffec
-.BR wnintro (5WN),
24ffec
-.BR cntlist (5WN),
24ffec
-.BR lexnames (5WN),
24ffec
-.BR senseidx (5WN),
24ffec
-.BR wninput (5WN),
24ffec
-.BR morphy (7WN),
24ffec
-.BR wngloss (7WN),
24ffec
-.BR wngroups (7WN),
24ffec
-.BR wnstats (7WN).
24ffec
+.BR grind (1),
24ffec
+.BR wn (1),
24ffec
+.BR wnb (1),
24ffec
+.BR wnintro (3),
24ffec
+.BR binsrch (3),
24ffec
+.BR wnintro (5),
24ffec
+.BR cntlist (5),
24ffec
+.BR lexnames (5),
24ffec
+.BR senseidx (5),
24ffec
+.BR wninput (5),
24ffec
+.BR morphy (7),
24ffec
+.BR wngloss (7),
24ffec
+.BR wngroups (7),
24ffec
+.BR wnstats (7).
24ffec
diff -upNr WordNet-3.0.orig/doc/man/wngloss.7 WordNet-3.0/doc/man/wngloss.7
24ffec
--- WordNet-3.0.orig/doc/man/wngloss.7	2009-01-18 03:29:55.000000000 +0100
24ffec
+++ WordNet-3.0/doc/man/wngloss.7	2009-01-18 03:31:02.000000000 +0100
24ffec
@@ -1,7 +1,7 @@
24ffec
 '\" t
24ffec
 .\" $Id$
24ffec
 .tr ~
24ffec
-.TH WNGLOSS 7WN "Dec 2006" "WordNet 3.0" "WordNet\(tm"
24ffec
+.TH WNGLOSS 7 "Dec 2006" "WordNet 3.0" "WordNet\(tm"
24ffec
 .SH NAME
24ffec
 wngloss \- glossary of terms used in WordNet system
24ffec
 .SH DESCRIPTION
24ffec
@@ -26,12 +26,12 @@ these files into a database, and search 
24ffec
 display information from the database.  The lexicographer files
24ffec
 organize nouns, verbs, adjectives and adverbs into groups of synonyms,
24ffec
 and describe relations between synonym groups.
24ffec
-.BR grind (1WN)
24ffec
+.BR grind (1)
24ffec
 converts the lexicographer files into a database that encodes the
24ffec
 relations between the synonym groups.  The different interfaces to the
24ffec
 WordNet database utilize a common library of search routines to
24ffec
 display these relations.  Note that the lexicographer files and 
24ffec
-.BR grind (1WN)
24ffec
+.BR grind (1)
24ffec
 program are not generally distributed.  
24ffec
 
24ffec
 .SS Database Organization
24ffec
@@ -77,7 +77,7 @@ antonyms; therefore the synset for an ad
24ffec
 lexical pointer to the adjective from which it is derived.
24ffec
 
24ffec
 See
24ffec
-.BR wndb (5WN)
24ffec
+.BR wndb (5)
24ffec
 for a detailed description of the database files and how the data are
24ffec
 represented. 
24ffec
 .SH GLOSSARY OF TERMS
24ffec
@@ -107,7 +107,7 @@ inflections are added.
24ffec
 .TP 25
24ffec
 .B basic synset
24ffec
 Syntactically, same as \fBsynset\fP.  Term is used in 
24ffec
-.BR wninput (5WN) 
24ffec
+.BR wninput (5) 
24ffec
 to help explain differences in entering synsets in lexicographer
24ffec
 files.
24ffec
 .TP 25
24ffec
@@ -269,7 +269,7 @@ Information necessary to find a sense in
24ffec
 sense key combines a \fBlemma\fP field and codes for the synset type,
24ffec
 lexicographer id, lexicographer file number, and information about a
24ffec
 satellite's \fBhead synset\fP, if required.  See
24ffec
-.BR senseidx (5WN)
24ffec
+.BR senseidx (5)
24ffec
 for a description of the format of a sense key.
24ffec
 .TP 25
24ffec
 .B subordinate
24ffec
diff -upNr WordNet-3.0.orig/doc/man/wngroups.7 WordNet-3.0/doc/man/wngroups.7
24ffec
--- WordNet-3.0.orig/doc/man/wngroups.7	2009-01-18 03:29:55.000000000 +0100
24ffec
+++ WordNet-3.0/doc/man/wngroups.7	2009-01-18 03:31:02.000000000 +0100
24ffec
@@ -1,7 +1,7 @@
24ffec
 '\" t
24ffec
 .\" $Id$
24ffec
 .tr ~
24ffec
-.TH WNGROUPS 7WN "Dec 2006" "WordNet 3.0" "WordNet\(tm"
24ffec
+.TH WNGROUPS 7 "Dec 2006" "WordNet 3.0" "WordNet\(tm"
24ffec
 .SH NAME
24ffec
 wngroups \- discussion of WordNet search code to group similar verb senses
24ffec
 .SH DESCRIPTION
24ffec
@@ -34,10 +34,10 @@ verb sense keys and sentence frame numbe
24ffec
 .B sents.vrb
24ffec
 example sentence frames
24ffec
 .SH SEE ALSO
24ffec
-.BR wn (1WN),
24ffec
-.BR wnb (1WN),
24ffec
-.BR senseidx (5WN),
24ffec
-.BR wnsearch (3WN),
24ffec
-.BR wndb (5WN),
24ffec
-.BR wnintro (7WN).
24ffec
+.BR wn (1),
24ffec
+.BR wnb (1),
24ffec
+.BR senseidx (5),
24ffec
+.BR wnsearch (3),
24ffec
+.BR wndb (5),
24ffec
+.BR wnintro (7).
24ffec
 
24ffec
diff -upNr WordNet-3.0.orig/doc/man/wninput.5 WordNet-3.0/doc/man/wninput.5
24ffec
--- WordNet-3.0.orig/doc/man/wninput.5	2009-01-18 03:29:55.000000000 +0100
24ffec
+++ WordNet-3.0/doc/man/wninput.5	2009-01-18 03:31:02.000000000 +0100
24ffec
@@ -1,11 +1,11 @@
24ffec
 '\" t
24ffec
 .\" $Id$
24ffec
 .tr ~
24ffec
-.TH WNINPUT 5WN "Dec 2006" "WordNet 3.0" "WordNet\(tm File Formats"
24ffec
+.TH WNINPUT 5 "Dec 2006" "WordNet 3.0" "WordNet\(tm File Formats"
24ffec
 .SH NAME
24ffec
 noun.\fIsuffix\fP, verb.\fIsuffix\fP, adj.\fIsuffix\fP, adv.\fIsuffix\fP \-
24ffec
 WordNet lexicographer files that are input to 
24ffec
-.BR grind (1WN)
24ffec
+.BR grind (1)
24ffec
 .SH DESCRIPTION
24ffec
 WordNet's source files are written by lexicographers.  They are the
24ffec
 product of a detailed relational analysis of lexical semantics: a
24ffec
@@ -36,7 +36,7 @@ satellite synsets.  Adverbs generally po
24ffec
 which they are derived.
24ffec
 
24ffec
 See 
24ffec
-.BR wngloss (7WN)
24ffec
+.BR wngloss (7)
24ffec
 for a glossary of WordNet terminology and a discussion of the
24ffec
 database's content and logical organization.
24ffec
 .SS Lexicographer File Names
24ffec
@@ -50,7 +50,7 @@ where \fIpos\fP is either \fBnoun\fP, \f
24ffec
 \fBadv\fP.  \fIsuffix\fP may be used to organize groups of synsets
24ffec
 into different files, for example \fBnoun.animal\fP and
24ffec
 \fBnoun.plant\fP.  See
24ffec
-.BR lexnames (5WN)
24ffec
+.BR lexnames (5)
24ffec
 for a list of lexicographer file names that are used in building
24ffec
 WordNet.
24ffec
 .SS Pointers
24ffec
@@ -148,7 +148,7 @@ The \fIpointer_symbol\fPs for adverbs ar
24ffec
 Many pointer types are reflexive, meaning that if a synset contains a
24ffec
 pointer to another synset, the other synset should contain a
24ffec
 corresponding reflexive pointer.  
24ffec
-.BR grind (1WN)
24ffec
+.BR grind (1)
24ffec
 automatically inserts missing reflexive pointers for the following
24ffec
 pointer types:
24ffec
 
24ffec
@@ -178,7 +178,7 @@ synset can be used.  For some verb sense
24ffec
 illustrating actual uses of the verb are provided.  (See
24ffec
 .SB "Verb Example Sentences"
24ffec
 in
24ffec
-.BR wndb (5WN).)
24ffec
+.BR wndb (5).)
24ffec
 Whenever there is no example sentence, the generic sentence frames
24ffec
 specified by the lexicographer are used.  The generic sentence frames
24ffec
 are entered in a synset as a comma-separated list of integer frame
24ffec
@@ -247,7 +247,6 @@ relations between all the words in the s
24ffec
 
24ffec
 For verbs, the basic synset syntax is defined as follows:
24ffec
 
24ffec
-.KS
24ffec
 .RS
24ffec
 .nf
24ffec
 \fB{\fP \fI~~words~~pointers~~frames~~\fP \fB(\fP ~\fIgloss~\fP \fB)~~}\fR
24ffec
@@ -268,7 +267,6 @@ form:
24ffec
 \fB]\fR
24ffec
 .fi
24ffec
 .RE
24ffec
-.KE
24ffec
 
24ffec
 Each adjective cluster is enclosed in square brackets, and may have
24ffec
 one or more parts.  Each part consists of a head synset and optional
24ffec
@@ -279,7 +277,7 @@ bracket following the last synset.  Head
24ffec
 the syntax of basic synsets, however a "Similar to" pointer must be
24ffec
 specified in a head synset for each of its satellite synsets.  Most
24ffec
 adjective clusters contain two antonymous parts.  See
24ffec
-.BR wngloss (7WN)
24ffec
+.BR wngloss (7)
24ffec
 for a discussion of adjective clusters, and
24ffec
 .SB "Special Adjective Syntax"
24ffec
 for more information on adjective cluster syntax.
24ffec
@@ -347,7 +345,7 @@ brackets used to enclose it are treated 
24ffec
 define an adjective cluster.  Only one word can be specified in each
24ffec
 word/pointer set, and any number of pointers may be included.  A
24ffec
 synset can have any number of word/pointer sets.  Each is treated by
24ffec
-.BR grind (1WN) 
24ffec
+.BR grind (1) 
24ffec
 essentially as a \fIword\fP, so they all must appear
24ffec
 before any synset \fIpointers\fP representing semantic relations.
24ffec
 
24ffec
@@ -500,12 +498,12 @@ Sample adverb synsets:
24ffec
 .fi
24ffec
 .RE
24ffec
 .SH SEE ALSO
24ffec
-.BR grind (1WN),
24ffec
-.BR wnintro (5WN),
24ffec
-.BR lexnames (5WN),
24ffec
-.BR wndb (5WN),
24ffec
-.BR uniqbeg (7WN),
24ffec
-.BR wngloss (7WN).
24ffec
+.BR grind (1),
24ffec
+.BR wnintro (5),
24ffec
+.BR lexnames (5),
24ffec
+.BR wndb (5),
24ffec
+.BR uniqbeg (7),
24ffec
+.BR wngloss (7).
24ffec
 .LP
24ffec
 Fellbaum, C. (1998), ed.
24ffec
 \fI"WordNet: An Electronic Lexical Database"\fP.
24ffec
diff -upNr WordNet-3.0.orig/doc/man/wnintro.1 WordNet-3.0/doc/man/wnintro.1
24ffec
--- WordNet-3.0.orig/doc/man/wnintro.1	2009-01-18 03:29:55.000000000 +0100
24ffec
+++ WordNet-3.0/doc/man/wnintro.1	2009-01-18 03:31:02.000000000 +0100
24ffec
@@ -1,7 +1,7 @@
24ffec
 '\" t
24ffec
 .\" $Id$
24ffec
 .tr ~
24ffec
-.TH WNINTRO 1WN "Dec 2006" "WordNet 3.0" "WordNet\(tm User Commands"
24ffec
+.TH WNINTRO 1 "Dec 2006" "WordNet 3.0" "WordNet\(tm User Commands"
24ffec
 .SH NAME
24ffec
 wnintro \- WordNet user commands
24ffec
 .SH SYNOPSIS
24ffec
@@ -15,9 +15,9 @@ pages that describe commands available w
24ffec
 packages.
24ffec
 
24ffec
 The WordNet interfaces 
24ffec
-.BR wn (1WN)
24ffec
+.BR wn (1)
24ffec
 and
24ffec
-.BR wnb (1WN)
24ffec
+.BR wnb (1)
24ffec
 allow the user to search the WordNet database and display the
24ffec
 information textually.  
24ffec
 .SH ENVIRONMENT VARIABLES (UNIX)
24ffec
@@ -35,12 +35,12 @@ Default is \fBWNHOME/dict\fP.
24ffec
 Base directory for WordNet.  Default is
24ffec
 \fBC:\eProgram~Files\eWordNet\e3.0\fP.
24ffec
 .SH SEE ALSO
24ffec
-.BR grind (1WN),
24ffec
-.BR wn (1WN),
24ffec
-.BR wnb (1WN),
24ffec
-.BR wnintro (3WN),
24ffec
-.BR wnintro (5WN),
24ffec
-.BR wnintro (7WN).
24ffec
+.BR grind (1),
24ffec
+.BR wn (1),
24ffec
+.BR wnb (1),
24ffec
+.BR wnintro (3),
24ffec
+.BR wnintro (5),
24ffec
+.BR wnintro (7).
24ffec
 .LP
24ffec
 Fellbaum, C. (1998), ed.
24ffec
 \fI"WordNet: An Electronic Lexical Database"\fP.
24ffec
diff -upNr WordNet-3.0.orig/doc/man/wnintro.3 WordNet-3.0/doc/man/wnintro.3
24ffec
--- WordNet-3.0.orig/doc/man/wnintro.3	2009-01-18 03:29:55.000000000 +0100
24ffec
+++ WordNet-3.0/doc/man/wnintro.3	2009-01-18 03:31:02.000000000 +0100
24ffec
@@ -1,7 +1,7 @@
24ffec
 '\" t
24ffec
 .\" $Id$
24ffec
 .tr ~
24ffec
-.TH WNINTRO 3WN "Dec 2006" "WordNet 3.0" "WordNet\(tm Library Functions"
24ffec
+.TH WNINTRO 3 "Dec 2006" "WordNet 3.0" "WordNet\(tm Library Functions"
24ffec
 .SH NAME
24ffec
 wnintro \- introduction to WordNet library functions
24ffec
 .SH DESCRIPTION
24ffec
@@ -15,16 +15,16 @@ center box ;
24ffec
 l | l | l.
24ffec
 \fBCategory\fP	\fBManual Page\fP	\fBObject File\fP
24ffec
 _
24ffec
-Database Search	wnsearch (3WN)	search.o
24ffec
-Morphology	morph (3WN)	morph.o
24ffec
-Misc. Utility	wnutil (3WN)	wnutil.o
24ffec
-Binary Search	binsrch (3WN)	binsrch.o
24ffec
+Database Search	wnsearch (3)	search.o
24ffec
+Morphology	morph (3)	morph.o
24ffec
+Misc. Utility	wnutil (3)	wnutil.o
24ffec
+Binary Search	binsrch (3)	binsrch.o
24ffec
 .TE
24ffec
 
24ffec
 The WordNet library is used by all of the searching interfaces
24ffec
 provided with the various WordNet packages.  Additional programs in
24ffec
 the system, such as
24ffec
-.BR grind (1WN),
24ffec
+.BR grind (1),
24ffec
 also use functions in this library.
24ffec
 
24ffec
 The WordNet library is provided in both source and binary forms (on
24ffec
@@ -212,11 +212,11 @@ use any WordNet library functions.
24ffec
 .SH NOTES
24ffec
 All library functions that access the database files expect the files
24ffec
 to be open.  The function
24ffec
-.BR wninit (3WN)
24ffec
+.BR wninit (3)
24ffec
 must be called before other database access functions such as
24ffec
-.BR findtheinfo (3WN)
24ffec
+.BR findtheinfo (3)
24ffec
 or
24ffec
-.BR read_synset (3WN).  
24ffec
+.BR read_synset (3).  
24ffec
 
24ffec
 Inclusion of the header file \fBwn.h\fP is necessary.
24ffec
 
24ffec
@@ -265,13 +265,13 @@ WordNet library (Windows)
24ffec
 .B include
24ffec
 header files for use with WordNet library
24ffec
 .SH SEE ALSO
24ffec
-.BR wnintro (1WN),
24ffec
-.BR binsrch (3WN),
24ffec
-.BR morph (3WN),
24ffec
-.BR wnsearch (3WN),
24ffec
-.BR wnutil (3WN),
24ffec
-.BR wnintro (5WN),
24ffec
-.BR wnintro (7WN).
24ffec
+.BR wnintro (1),
24ffec
+.BR binsrch (3),
24ffec
+.BR morph (3),
24ffec
+.BR wnsearch (3),
24ffec
+.BR wnutil (3),
24ffec
+.BR wnintro (5),
24ffec
+.BR wnintro (7).
24ffec
 
24ffec
 Fellbaum, C. (1998), ed.
24ffec
 \fI"WordNet: An Electronic Lexical Database"\fP.
24ffec
diff -upNr WordNet-3.0.orig/doc/man/wnintro.5 WordNet-3.0/doc/man/wnintro.5
24ffec
--- WordNet-3.0.orig/doc/man/wnintro.5	2009-01-18 03:29:55.000000000 +0100
24ffec
+++ WordNet-3.0/doc/man/wnintro.5	2009-01-18 03:31:02.000000000 +0100
24ffec
@@ -1,7 +1,7 @@
24ffec
 '\" t
24ffec
 .\" $Id$
24ffec
 .tr ~
24ffec
-.TH WNINTRO 5WN "Dec 2006" "WordNet 3.0" "WordNet\(tm File Formats"
24ffec
+.TH WNINTRO 5 "Dec 2006" "WordNet 3.0" "WordNet\(tm File Formats"
24ffec
 .SH NAME
24ffec
 wnintro \- introduction to descriptions of WordNet file formats
24ffec
 .SH SYNOPSIS
24ffec
@@ -36,17 +36,17 @@ field names are consistently defined.  F
24ffec
 files contain one or more \fIsynset_offset\fP fields.  In each case,
24ffec
 the definition of \fIsynset_offset\fP is identical.
24ffec
 .SH SEE ALSO
24ffec
-.BR wnintro (1WN),
24ffec
-.BR wnintro (3WN),
24ffec
-.BR cntlist (5WN),
24ffec
-.BR lexnames (5WN),
24ffec
-.BR prologdb (5WN),
24ffec
-.BR senseidx (5WN),
24ffec
-.BR sensemap (5WN),
24ffec
-.BR wndb (5WN),
24ffec
-.BR wninput (5WN),
24ffec
-.BR wnintro (7WN),
24ffec
-.BR wngloss (7WN).
24ffec
+.BR wnintro (1),
24ffec
+.BR wnintro (3),
24ffec
+.BR cntlist (5),
24ffec
+.BR lexnames (5),
24ffec
+.BR prologdb (5),
24ffec
+.BR senseidx (5),
24ffec
+.BR sensemap (5),
24ffec
+.BR wndb (5),
24ffec
+.BR wninput (5),
24ffec
+.BR wnintro (7),
24ffec
+.BR wngloss (7).
24ffec
 .LP
24ffec
 Fellbaum, C. (1998), ed.
24ffec
 \fI"WordNet: An Electronic Lexical Database"\fP.
24ffec
diff -upNr WordNet-3.0.orig/doc/man/wnintro.7 WordNet-3.0/doc/man/wnintro.7
24ffec
--- WordNet-3.0.orig/doc/man/wnintro.7	2009-01-18 03:29:55.000000000 +0100
24ffec
+++ WordNet-3.0/doc/man/wnintro.7	2009-01-18 03:31:02.000000000 +0100
24ffec
@@ -1,7 +1,7 @@
24ffec
 '\" t
24ffec
 .\" $Id$
24ffec
 .tr ~
24ffec
-.TH WNINTRO 7WN "Dec 2006" "WordNet 3.0" "Miscellaneous WordNet\(tm Topics"
24ffec
+.TH WNINTRO 7 "Dec 2006" "WordNet 3.0" "Miscellaneous WordNet\(tm Topics"
24ffec
 .SH NAME
24ffec
 wnintro \- introduction to miscellaneous WordNet information
24ffec
 .SH SYNOPSIS
24ffec
@@ -24,16 +24,16 @@ This section of the \fIWordNet Reference
24ffec
 that describe various topics related to WordNet and the semantic
24ffec
 concordances, and a glossary of terms.
24ffec
 .SH SEE ALSO
24ffec
-.BR wnintro (1WN),
24ffec
-.BR wnintro (3WN),
24ffec
-.BR wnintro (5WN),
24ffec
-.BR morphy (7WN),
24ffec
-.BR uniqbeg (7WN),
24ffec
-.BR wngroups (7WN),
24ffec
-.BR wnlicens (7WN),
24ffec
-.BR wnpkgs (7WN),
24ffec
-.BR wnstats (7WN),
24ffec
-.BR wngloss (7WN).
24ffec
+.BR wnintro (1),
24ffec
+.BR wnintro (3),
24ffec
+.BR wnintro (5),
24ffec
+.BR morphy (7),
24ffec
+.BR uniqbeg (7),
24ffec
+.BR wngroups (7),
24ffec
+.BR wnlicens (7),
24ffec
+.BR wnpkgs (7),
24ffec
+.BR wnstats (7),
24ffec
+.BR wngloss (7).
24ffec
 .LP
24ffec
 Fellbaum, C. (1998), ed.
24ffec
 \fI"WordNet: An Electronic Lexical Database"\fP.
24ffec
diff -upNr WordNet-3.0.orig/doc/man/wnlicens.7 WordNet-3.0/doc/man/wnlicens.7
24ffec
--- WordNet-3.0.orig/doc/man/wnlicens.7	2009-01-18 03:29:55.000000000 +0100
24ffec
+++ WordNet-3.0/doc/man/wnlicens.7	2009-01-18 03:31:02.000000000 +0100
24ffec
@@ -1,6 +1,6 @@
24ffec
 '\" t
24ffec
 .\" $Id$
24ffec
-.TH WNLICENS 7WN "Dec 2006" "WordNet 3.0" "WordNet\(tm"
24ffec
+.TH WNLICENS 7 "Dec 2006" "WordNet 3.0" "WordNet\(tm"
24ffec
 .SH NAME
24ffec
 wnlicens \- text of WordNet license
24ffec
 .SH DESCRIPTION
24ffec
diff -upNr WordNet-3.0.orig/doc/man/wnpkgs.7 WordNet-3.0/doc/man/wnpkgs.7
24ffec
--- WordNet-3.0.orig/doc/man/wnpkgs.7	2009-01-18 03:29:55.000000000 +0100
24ffec
+++ WordNet-3.0/doc/man/wnpkgs.7	2009-01-18 03:31:02.000000000 +0100
24ffec
@@ -1,7 +1,7 @@
24ffec
 '\" t
24ffec
 .\" $Id$
24ffec
 .tr ~
24ffec
-.TH WNPKGS 7WN "Dec 2006" "WordNet 3.0" "WordNet\(tm"
24ffec
+.TH WNPKGS 7 "Dec 2006" "WordNet 3.0" "WordNet\(tm"
24ffec
 .SH NAME
24ffec
 wnpkgs \- description of various WordNet system packages
24ffec
 .SH DESCRIPTION
24ffec
@@ -65,13 +65,13 @@ files.  As with the Prolog database, thi
24ffec
 in compressed tar format, but the files are also in ASCII.
24ffec
 .SH NOTES
24ffec
 The lexicographer files and
24ffec
-.BR grind (1WN)
24ffec
+.BR grind (1)
24ffec
 program are not generally distributed.
24ffec
 
24ffec
 All of the packages described above may not be available at the time
24ffec
 of release of the 3.0 database package.
24ffec
 .SH SEE ALSO
24ffec
-.BR wnintro (1WN),
24ffec
-.BR wnintro (3WN),
24ffec
-.BR wnintro (5WN),
24ffec
-.BR wnintro (7WN).
24ffec
+.BR wnintro (1),
24ffec
+.BR wnintro (3),
24ffec
+.BR wnintro (5),
24ffec
+.BR wnintro (7).
24ffec
diff -upNr WordNet-3.0.orig/doc/man/wnsearch.3 WordNet-3.0/doc/man/wnsearch.3
24ffec
--- WordNet-3.0.orig/doc/man/wnsearch.3	2009-01-18 03:29:55.000000000 +0100
24ffec
+++ WordNet-3.0/doc/man/wnsearch.3	2009-01-18 03:31:02.000000000 +0100
24ffec
@@ -1,8 +1,8 @@
24ffec
 '\" t
24ffec
 .\" $Id$
24ffec
-.TH WNSEARCH 3WN  "Dec 2006" "WordNet 3.0" "WordNet\(tm Library Functions"
24ffec
+.TH WNSEARCH 3  "Dec 2006" "WordNet 3.0" "WordNet\(tm Library Functions"
24ffec
 .SH NAME
24ffec
-findtheinfo, findtheinfo_ds, is_defined, in_wn, index_lookup, parse_index, getindex, read_synset, parse_synset, free_syns, free_synset, free_index, traceptrs_ds, do_trace
24ffec
+findtheinfo, findtheinfo_ds, is_defined, in_wn, index_lookup, parse_index, getindex, read_synset, parse_synset, free_syns, free_synset, free_index, traceptrs_ds, do_trace \- functions for searching the WordNet database
24ffec
 .SH SYNOPSIS
24ffec
 .LP
24ffec
 \fB#include "wn.h"
24ffec
@@ -224,7 +224,7 @@ through the \fInextform\fP pointer of th
24ffec
 There is no extensive description of what each search type is or the
24ffec
 results returned.  Using the WordNet interface, examining the source
24ffec
 code, and reading
24ffec
-.BR wndb (5WN) 
24ffec
+.BR wndb (5) 
24ffec
 are the best ways to see what types of searches are available and the
24ffec
 data returned for each.
24ffec
 
24ffec
@@ -277,9 +277,9 @@ OVERVIEW	31	\fIn/a\fP	Show all synsets f
24ffec
 CLASSIF_CATEGORY	32	;c	Show domain topic
24ffec
 CLASSIF_USAGE	33	;u	Show domain usage
24ffec
 CLASSIF_REGIONAL	34	;r	Show domain region
24ffec
-CLASS_CATEGORY	35	-c	Show domain terms for topic
24ffec
-CLASS_USAGE	36	-u	Show domain terms for usage
24ffec
-CLASS_REGIONAL	37	-r	Show domain terms for region
24ffec
+CLASS_CATEGORY	35	\-c	Show domain terms for topic
24ffec
+CLASS_USAGE	36	\-u	Show domain terms for usage
24ffec
+CLASS_REGIONAL	37	\-r	Show domain terms for region
24ffec
 INSTANCE	38	@i	Instance of
24ffec
 INSTANCES	39	\(api	Show instances
24ffec
 .TE
24ffec
@@ -301,7 +301,7 @@ OVERVIEW
24ffec
 .SH NOTES
24ffec
 Applications that use WordNet and/or the morphological functions
24ffec
 must call \fBwninit(\|)\fP at the start of the program.  See
24ffec
-.BR wnutil (3WN)
24ffec
+.BR wnutil (3)
24ffec
 for more information.
24ffec
 
24ffec
 In all function calls, \fIsearchstr\fP may be either a word or a
24ffec
@@ -317,14 +317,14 @@ The \fIsearchds\fP field is set by \fBfi
24ffec
 The \fIpos\fP passed to \fBtraceptrs_ds(\|)\fP is not used.
24ffec
 
24ffec
 .SH SEE ALSO
24ffec
-.BR wn (1WN),
24ffec
-.BR wnb (1WN),
24ffec
-.BR wnintro (3WN),
24ffec
-.BR binsrch (3WN),
24ffec
+.BR wn (1),
24ffec
+.BR wnb (1),
24ffec
+.BR wnintro (3),
24ffec
+.BR binsrch (3),
24ffec
 .BR malloc (3),
24ffec
-.BR morph (3WN),
24ffec
-.BR wnutil (3WN),
24ffec
-.BR wnintro (5WN).
24ffec
+.BR morph (3),
24ffec
+.BR wnutil (3),
24ffec
+.BR wnintro (5).
24ffec
 .SH WARNINGS
24ffec
 \fBparse_synset(\|)\fP must find an exact match between the
24ffec
 \fIsearchstr\fP passed and a word in the synset to set
24ffec
diff -upNr WordNet-3.0.orig/doc/man/wnstats.7 WordNet-3.0/doc/man/wnstats.7
24ffec
--- WordNet-3.0.orig/doc/man/wnstats.7	2009-01-18 03:29:55.000000000 +0100
24ffec
+++ WordNet-3.0/doc/man/wnstats.7	2009-01-18 03:31:02.000000000 +0100
24ffec
@@ -1,6 +1,6 @@
24ffec
 '\" t
24ffec
 .\" $Id$
24ffec
-.TH WNSTATS 7WN "Dec 2006" "WordNet 3.0" "WordNet\(tm"
24ffec
+.TH WNSTATS 7 "Dec 2006" "WordNet 3.0" "WordNet\(tm"
24ffec
 .SH NAME
24ffec
 wnstats \- WordNet 3.0 database statistics
24ffec
 .SH DESCRIPTION
24ffec
diff -upNr WordNet-3.0.orig/doc/man/wnutil.3 WordNet-3.0/doc/man/wnutil.3
24ffec
--- WordNet-3.0.orig/doc/man/wnutil.3	2009-01-18 03:29:55.000000000 +0100
24ffec
+++ WordNet-3.0/doc/man/wnutil.3	2009-01-18 03:31:02.000000000 +0100
24ffec
@@ -1,11 +1,11 @@
24ffec
 '\" t
24ffec
 .\" $Id$
24ffec
-.TH WNUTIL 3WN  "Dec 2006" "WordNet 3.0" "WordNet\(tm Library Functions"
24ffec
+.TH WNUTIL 3  "Dec 2006" "WordNet 3.0" "WordNet\(tm Library Functions"
24ffec
 .SH NAME
24ffec
 wninit, re_wninit, cntwords, strtolower, ToLowerCase, strsubst,
24ffec
 getptrtype, getpos, getsstype, StrToPos, GetSynsetForSense,
24ffec
 GetDataOffset, GetPolyCount, WNSnsToStr,
24ffec
-GetValidIndexPointer, GetWNSense, GetSenseIndex, default_display_message
24ffec
+GetValidIndexPointer, GetWNSense, GetSenseIndex, default_display_message \- utility functions used by the interface code
24ffec
 .SH SYNOPSIS
24ffec
 .LP
24ffec
 \fB#include "wn.h"\fP
24ffec
@@ -28,7 +28,7 @@ GetValidIndexPointer, GetWNSense, GetSen
24ffec
 .LP
24ffec
 \fBint getsstype(char *ss_type);\fP
24ffec
 .LP
24ffec
-\fBint StrToPos(char \**pos);\fP
24ffec
+\fBint StrToPos(char **pos);\fP
24ffec
 .LP
24ffec
 \fBSynsetPtr GetSynsetForSense(char *sense_key);\fP
24ffec
 .LP
24ffec
@@ -95,7 +95,7 @@ returns resulting string.
24ffec
 .B getptrtype(\|)
24ffec
 returns the integer \fIptr_type\fP corresponding to the pointer
24ffec
 character passed in \fIptr_symbol\fP.  See
24ffec
-.BR wnsearch (3WN)
24ffec
+.BR wnsearch (3)
24ffec
 for a table of pointer symbols and types.
24ffec
 
24ffec
 .B getpos(\|)
24ffec
@@ -136,7 +136,7 @@ returns sense key encoding for \fIsense_
24ffec
 
24ffec
 .B GetValidIndexPointer(\|)
24ffec
 returns the Index structure for \fIword\fP in \fIpos\fP.  Calls
24ffec
-.BR morphstr (3WN)
24ffec
+.BR morphstr (3)
24ffec
 to find a valid base form if \fIword\fP is inflected.
24ffec
 
24ffec
 .B GetWNSense(\|)
24ffec
@@ -165,11 +165,11 @@ description of what each search type is 
24ffec
 Using the WordNet interface is the best way to see what types of
24ffec
 searches are available, and the data returned for each.
24ffec
 .SH SEE ALSO
24ffec
-.BR wnintro (3WN),
24ffec
-.BR wnsearch (3WN),
24ffec
-.BR morph (3WN),
24ffec
-.BR wnintro (5WN),
24ffec
-.BR wnintro (7WN).
24ffec
+.BR wnintro (3),
24ffec
+.BR wnsearch (3),
24ffec
+.BR morph (3),
24ffec
+.BR wnintro (5),
24ffec
+.BR wnintro (7).
24ffec
 
24ffec
 .SH WARNINGS
24ffec
 Error checking on passed arguments is not rigorous.  Passing