comparison man/man1/manaim.1 @ 0:5242703e91d3 tip

Initial checkin for AIM92 aimR8.2 (last updated May 1997).
author tomwalters
date Fri, 20 May 2011 15:19:45 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:5242703e91d3
1 .TH MANAIM 1 "18 May 1994"
2
3 .SH NAME
4 manaim \- Displays help/manual documentations on-line.
5
6 .SH SYNTAX
7 manaim
8 .IR page-title
9
10 manaim -k
11 .IR keyword
12
13 manaim -F
14 .IR filename
15
16 .SH DESCRIPTION
17 This command uses the standard Unix man command. The path for searching man
18 pages is the ~release/man directory.
19
20 The basic function of manaim is to provide on-line displays of AIM reference
21 pages. The manaim command formats (using Nroff) and displays one or more
22 specified reference/manual pages.
23
24 For keyword search the
25 .IR -k
26 option will display one line summary of each command where the string of
27 keyword is matched by identical strings in the aim/release/man/whatis file.
28
29 For filename search the
30 .IR -F
31 option attempts to locate manual pages related to any of the given filenames,
32 and then prints one-line summaries containing the resulting names.
33 This option also uses the whatis database.
34
35
36 .SH "EXTENDED OPTION DESCRIPTION"
37 Manaim command provides help information about the AIM tools and other
38 options. There is another command called listdoc
39 .IR file-name,
40 which displays long documents on-line (e.g. bibliography), which are not
41 necessarily help pages.
42
43 .SH FILES
44 /home/cedar/local/aim/release/script/manaim
45
46 .SH "SEE ALSO"
47 createman(1), enterman(1), editman(1), delman(1) and listscript(1).
48
49 .SH BUGS
50 No bugs yet.
51
52 .SH EXAMPLES
53 For screenful of text:
54
55 manaim
56 .IR ptrain;
57 manaim
58 .IR fft.
59
60 For keywords (an apropos command):
61
62 manaim
63 .IR -k
64 .IR atob
65
66 .SH COPYRIGHT
67 .LP
68 Copyright (c) Applied Psychology Unit, Medical Research Council, 1995
69 .LP
70 Permission to use, copy, modify, and distribute this software without fee
71 is hereby granted for research purposes, provided that this copyright
72 notice appears in all copies and in all supporting documentation, and that
73 the software is not redistributed for any fee (except for a nominal
74 shipping charge). Anyone wanting to incorporate all or part of this
75 software in a commercial product must obtain a license from the Medical
76 Research Council.
77 .LP
78 The MRC makes no representations about the suitability of this
79 software for any purpose. It is provided "as is" without express or
80 implied warranty.
81 .LP
82 THE MRC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
83 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
84 THE A.P.U. BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES
85 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
86 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
87 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
88 SOFTWARE.
89