(no message)
authorPeter J. Nicklin <nicklin@ucbvax.Berkeley.EDU>
Sat, 10 Sep 1983 12:07:18 +0000 (04:07 -0800)
committerPeter J. Nicklin <nicklin@ucbvax.Berkeley.EDU>
Sat, 10 Sep 1983 12:07:18 +0000 (04:07 -0800)
SCCS-vsn: contrib/bib/man/invert.1 4.2
SCCS-vsn: contrib/bib/man/bib.1 4.2

usr/src/contrib/bib/man/bib.1
usr/src/contrib/bib/man/invert.1

index 3a7dd2e..1090df0 100644 (file)
@@ -1,8 +1,9 @@
-.TH bib/listrefs 1 local
+.TH BIB 1 "28 July 1983"
+.UC 4
 .SH NAME
 .SH NAME
-bib - bibliographic formatter
+bib \- bibliographic formatter
 .br
 .br
-listrefs - list bibliographic reference items
+listrefs \- list bibliographic reference items
 .SH SYNOPSIS
 \fBbib\fP [options] ...
 .br
 .SH SYNOPSIS
 \fBbib\fP [options] ...
 .br
@@ -15,57 +16,57 @@ pairs, which are assumed to be keywords for searching a bibliographic database.
 If a matching reference is found a citation is generated replacing the text.
 References are collected, optionally sorted, and written out at a location
 specified by the user.
 If a matching reference is found a citation is generated replacing the text.
 References are collected, optionally sorted, and written out at a location
 specified by the user.
-Citation and reference formats are controlled by the -t option.
+Citation and reference formats are controlled by the \-t option.
 .PP
 Reference databases are created using the \fIinvert\fP utility.
 .PP
 The following options are available.
 .PP
 Reference databases are created using the \fIinvert\fP utility.
 .PP
 The following options are available.
-Note that standard format styles (see the -t option) set options automatically.
+Note that standard format styles (see the \-t option) set options automatically.
 Thus if a standard format style is used, the user need not indicate any
 further options for most documents.
 Thus if a standard format style is used, the user need not indicate any
 further options for most documents.
-.IP -aa 8m
+.IP \-aa 8m
 reduce author\*(CQs first names to abbreviations.
 reduce author\*(CQs first names to abbreviations.
-.IP -ar\fInum\fP
+.IP \-ar\fInum\fP
 reverse the first \fInum\fP author\*(CQs names
 reverse the first \fInum\fP author\*(CQs names
-.IP -ax
+.IP \-ax
 print authors last names in Caps-Small Caps style.  For example Budd becomes
 B\s-2UDD\s+2.  This style is used by certain ACM publications.
 print authors last names in Caps-Small Caps style.  For example Budd becomes
 B\s-2UDD\s+2.  This style is used by certain ACM publications.
-.IP -ea 8m
+.IP \-ea 8m
 reduce editor\*(CQs first names to abbreviations.
 reduce editor\*(CQs first names to abbreviations.
-.IP -er\fInum\fP
+.IP \-er\fInum\fP
 reverse the first \fInum\fP editor\*(CQs names
 reverse the first \fInum\fP editor\*(CQs names
-.IP -ex
+.IP \-ex
 print editors last names in Caps-Small Caps style.
 print editors last names in Caps-Small Caps style.
-.IP -c\fIstr\fP
+.IP \-c\fIstr\fP
 build citations according to the template \fIstr\fP.  See the reference
 format designer\*(CQs guide for more information on templates.
 build citations according to the template \fIstr\fP.  See the reference
 format designer\*(CQs guide for more information on templates.
-.IP -f
+.IP \-f
 instead of collecting references, dump each
 reference immediately following the line on which the citation is placed
 (used for footnoted references).
 instead of collecting references, dump each
 reference immediately following the line on which the citation is placed
 (used for footnoted references).
-.IP "-i \fIfile\fP"
+.IP "\-i \fIfile\fP"
 .ns
 .ns
-.IP  -i\fIfile\fP
+.IP  \-i\fIfile\fP
 process the indicated file, such as a file of definitions.
 (see technical report for a description of file format).
 process the indicated file, such as a file of definitions.
 (see technical report for a description of file format).
-.IP -h
+.IP \-h
 replace citations to three or more adjacent reference items with
 a hyphenated string (eg 2,3,4,5 becomes 2-5).
 replace citations to three or more adjacent reference items with
 a hyphenated string (eg 2,3,4,5 becomes 2-5).
-.IP -n\fIstr\fP
+.IP \-n\fIstr\fP
 turn off indicated options.  \fIstr\fP must be composed of the letters afhosx.
 turn off indicated options.  \fIstr\fP must be composed of the letters afhosx.
-.IP -o
+.IP \-o
 contiguous citations are ordered according the the reference list before
 being printed (default).
 contiguous citations are ordered according the the reference list before
 being printed (default).
-.IP "-p \fIfile\fP"
+.IP "\-p \fIfile\fP"
 .ns
 .ns
-.IP  -p\fIfile\fP
+.IP  \-p\fIfile\fP
 instead of searching the file INDEX,
 search the indicated reference file before searching the system file.
 instead of searching the file INDEX,
 search the indicated reference file before searching the system file.
-.IP -s\fIstr\fP
+.IP \-s\fIstr\fP
 sort references according to the template \fIstr\fP.
 sort references according to the template \fIstr\fP.
-.IP "-t \fItype\fP"
+.IP "\-t \fItype\fP"
 .ns
 .ns
-.IP -t\fItype\fP
+.IP \-t\fItype\fP
 use the standard macros and switch settings for the indicated style
 to generate citations and references.
 There are a number of standard styles provided.  In addition the user
 use the standard macros and switch settings for the indicated style
 to generate citations and references.
 There are a number of standard styles provided.  In addition the user
@@ -75,9 +76,9 @@ more details.
 \fIListrefs\fP formats an entire format file.  Options to \fIlistrefs\fP
 are the same as for \fIbib\fP.  Items in the format file are not sorted.
 .PP
 \fIListrefs\fP formats an entire format file.  Options to \fIlistrefs\fP
 are the same as for \fIbib\fP.  Items in the format file are not sorted.
 .PP
-\fIBib\fP was designed initially for use with the -ms macros, and
-uses a couple of the -ms macros (.ip and .lp) in its macro definitions.
-To use it with the -me macros, prefix the file being sent to nroff/troff
+\fIBib\fP was designed initially for use with the \-ms macros, and
+uses a couple of the \-ms macros (.ip and .lp) in its macro definitions.
+To use it with the \-me macros, prefix the file being sent to nroff/troff
 with the following macro definitions:
 .nf
 .in +1.0i
 with the following macro definitions:
 .nf
 .in +1.0i
index bcbd7d5..a1460c3 100644 (file)
@@ -1,4 +1,5 @@
-.TH invert/lookup 1 local
+.TH INVERT 1 "28 July 1983"
+.UC 4
 .SH NAME
 invert, lookup \- create and access an inverted index
 .SH SYNOPSIS
 .SH NAME
 invert, lookup \- create and access an inverted index
 .SH SYNOPSIS
@@ -53,34 +54,34 @@ Some lines of input are ignored for the purpose of collecting keywords.
 .PP
 The following options are available for
 .I invert:
 .PP
 The following options are available for
 .I invert:
-.IP "-c \fIfile\fP" 8m
+.IP "\-c \fIfile\fP" 8m
 .ns
 .ns
-.IP -c\fIfile\fP
+.IP \-c\fIfile\fP
 File contains common words, one per line.
 Common words are not used as keys.
 (Default /usr/lib/bmac/common.)
 File contains common words, one per line.
 Common words are not used as keys.
 (Default /usr/lib/bmac/common.)
-.IP "-k \fIi\fP"
+.IP "\-k \fIi\fP"
 .ns
 .ns
-.IP -k\fIi\fP
+.IP \-k\fIi\fP
 Maximum number of keys kept per record. (Default 100)
 Maximum number of keys kept per record. (Default 100)
-.IP "-l \fIi\fP"
+.IP "\-l \fIi\fP"
 .ns
 .ns
-.IP -l\fIi\fP
+.IP \-l\fIi\fP
 Maximum length of keys. (Default 6)
 Maximum length of keys. (Default 6)
-.IP "-p \fIfile\fP"
+.IP "\-p \fIfile\fP"
 .ns
 .ns
-.IP -p\fIfile\fP
+.IP \-p\fIfile\fP
 File is the name of the private index file (output of
 .IR invert ).
 (Default is INDEX.)
 The index must be stored in the current directory.
 (Be careful of the second form.
 The shell will not know to expand the file name.
 File is the name of the private index file (output of
 .IR invert ).
 (Default is INDEX.)
 The index must be stored in the current directory.
 (Be careful of the second form.
 The shell will not know to expand the file name.
-E.g. -p~/index won't work; use -p\ ~/index.)
-.IP -s
+E.g. \-p~/index won't work; use \-p\ ~/index.)
+.IP \-s
 Silent.
 Suppress statistics.
 Silent.
 Suppress statistics.
-.IP -%\fIstr\fP
+.IP \-%\fIstr\fP
 Ignore lines that begin with %x
 where x is in
 .I str.
 Ignore lines that begin with %x
 where x is in
 .I str.
@@ -127,7 +128,7 @@ if no references are found.
 .I Invert
 produces a one line message of the form,
 "%D\ documents\ \ \ %D distinct\ keys\ \ %D\ key\ occurrences".
 .I Invert
 produces a one line message of the form,
 "%D\ documents\ \ \ %D distinct\ keys\ \ %D\ key\ occurrences".
-This can be suppressed with the -s option.
+This can be suppressed with the \-s option.
 .LP
 The message "locate: first key (%s) matched too many refs"
 indicates that the first key matched more references than could be stored
 .LP
 The message "locate: first key (%s) matched too many refs"
 indicates that the first key matched more references than could be stored