/contrib/groff/src/utils/lookbib/lookbib.man

https://bitbucket.org/freebsd/freebsd-head/ · Unknown · 101 lines · 98 code · 3 blank · 0 comment · 0 complexity · 9c324d80a77372c4692ee96971ce0db8 MD5 · raw file

  1. .ig
  2. Copyright (C) 1989-2000, 2001, 2004 Free Software Foundation, Inc.
  3. Permission is granted to make and distribute verbatim copies of
  4. this manual provided the copyright notice and this permission notice
  5. are preserved on all copies.
  6. Permission is granted to copy and distribute modified versions of this
  7. manual under the conditions for verbatim copying, provided that the
  8. entire resulting derived work is distributed under the terms of a
  9. permission notice identical to this one.
  10. Permission is granted to copy and distribute translations of this
  11. manual into another language, under the above conditions for modified
  12. versions, except that this permission notice may be included in
  13. translations approved by the Free Software Foundation instead of in
  14. the original English.
  15. ..
  16. .
  17. .
  18. .TH @G@LOOKBIB @MAN1EXT@ "@MDATE@" "Groff Version @VERSION@"
  19. .
  20. .
  21. .SH NAME
  22. @g@lookbib \- search bibliographic databases
  23. .
  24. .
  25. .SH SYNOPSIS
  26. .B @g@lookbib
  27. [
  28. .B \-v
  29. ]
  30. [
  31. .BI \-i string
  32. ]
  33. [
  34. .BI \-t n
  35. ]
  36. .IR filename \|.\|.\|.
  37. .
  38. .PP
  39. It is possible to have whitespace between a command line option and its
  40. parameter.
  41. .
  42. .
  43. .SH DESCRIPTION
  44. .B @g@lookbib
  45. prints a prompt on the standard error (unless the standard input is not
  46. a terminal),
  47. reads from the standard input a line containing a set of keywords,
  48. searches the bibliographic databases
  49. .IR filename \|.\|.\|.\&
  50. for references containing those keywords,
  51. prints any references found on the standard output,
  52. and repeats this process until the end of input.
  53. For each database
  54. .I filename
  55. to be searched,
  56. if an index
  57. .IB filename @INDEX_SUFFIX@
  58. created by
  59. .BR @g@indxbib (@MAN1EXT@)
  60. exists, then it will be searched instead;
  61. each index can cover multiple databases.
  62. .
  63. .
  64. .SH OPTIONS
  65. .TP
  66. .B \-v
  67. Print the version number.
  68. .
  69. .TP
  70. .BI \-i string
  71. When searching files for which no index exists,
  72. ignore the contents of fields whose names are in
  73. .IR string .
  74. .
  75. .TP
  76. .BI \-t n
  77. Only require the first
  78. .I n
  79. characters of keys to be given.
  80. Initially
  81. .I n
  82. is\~6.
  83. .
  84. .
  85. .SH FILES
  86. .TP \w'\fIfilename\fB@INDEX_SUFFIX@'u+2n
  87. .IB filename @INDEX_SUFFIX@
  88. Index files.
  89. .
  90. .
  91. .SH "SEE ALSO"
  92. .BR @g@refer (@MAN1EXT@),
  93. .BR lkbib (@MAN1EXT@),
  94. .BR @g@indxbib (@MAN1EXT@)
  95. .
  96. .\" Local Variables:
  97. .\" mode: nroff
  98. .\" End: