~ubuntu-branches/ubuntu/precise/ncbi-tools6/precise

« back to all changes in this revision

Viewing changes to debian/man/getpub.1

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2005-03-27 12:00:15 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050327120015-embhesp32nj73p9r
Tags: 6.1.20041020-3
* Fix FTBFS under GCC 4.0 caused by inconsistent use of "static" on
  functions.  (Closes: #295110.)
* Add a watch file, now that we can.  (Upstream's layout needs version=3.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH GETPUB 1 2001-10-05 NCBI "NCBI Tools User's Manual"
2
 
.SH NAME
3
 
getpub \- look up Medline entries by UID
4
 
.SH SYNOPSIS
5
 
.B getpub
6
 
[\|\fB-\fP\|]
7
 
[\|\fB-b\fP\|]
8
 
[\|\fB-i\fP\ \fIfilename\fP\|]
9
 
[\|\fB-o\fP\ \fIfilename\fP\|]
10
 
[\|\fB-t\fP\ \fIfilename\fP\|]
11
 
[\|\fB-u\fP\ \fIN\fP\|]
12
 
.SH DESCRIPTION
13
 
This manual page documents briefly the \fBgetpub\fP command.
14
 
This manual page was written for the Debian GNU/Linux distribution
15
 
because the original program does not have a manual page.
16
 
.PP
17
 
\fBgetpub\fP does an lookup for Medline entries by Medline UID.  It
18
 
requires its input to have been indexed by \fBindexpub\fP(1).
19
 
.SH OPTIONS
20
 
A summary of options is included below.
21
 
.TP
22
 
\fB-\fP
23
 
Print usage message
24
 
.TP
25
 
\fB-b\fP
26
 
Output data is binary (rather than ASCII text) ASN.1.
27
 
.TP
28
 
\fB-i\fP\ \fIfilename\fP
29
 
Input data (binary Pub-set; default = \fBmedline.val\fP)
30
 
.TP
31
 
\fB-o\fP\ \fIfilename\fP
32
 
Output data (default = \fBstdout\fP)
33
 
.TP
34
 
\fB-t\fP\ \fIfilename\fP
35
 
Input index table (default = \fBmedline.idx\fP)
36
 
.TP
37
 
\fB-u\fP\ \fIN\fP
38
 
Medline UID to find (default = \fB88055872\fP)
39
 
.SH AUTHOR
40
 
This manual page was written by Aaron M. Ucko <ucko@debian.org>,
41
 
for the Debian GNU/Linux system (but may be used by others).
42
 
.SH SEE ALSO
43
 
.BR getmesh (1),
44
 
.BR indexpub (1)
45