home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / TELECOM / rn_4_3_blars.lzh / newsgroups.1 < prev    next >
Text File  |  1990-08-22  |  2KB  |  76 lines

  1. ''' $Header: newsgroups.1,v 4.3 85/05/01 11:43:32 lwall Exp $
  2. ''' 
  3. ''' $Log:    newsgroups.1,v $
  4. ''' Revision 4.3  85/05/01  11:43:32  lwall
  5. ''' Baseline for release with 4.3bsd.
  6. ''' 
  7. ''' 
  8. .de Sh
  9. .br
  10. .ne 5
  11. .PP
  12. \fB\\$1\fR
  13. .PP
  14. ..
  15. .de Sp
  16. .if t .sp .5v
  17. .if n .sp
  18. ..
  19. '''
  20. '''     Set up \*(-- to give an unbreakable dash;
  21. '''     string Tr holds user defined translation string.
  22. '''     Bell System Logo is used as a dummy character.
  23. '''
  24. .ie n \{\
  25. .tr \(bs-\*(Tr
  26. .ds -- \(bs-
  27. .if (\n(.H=4u)&(1m=24u) .ds -- \(bs\h'-12u'\(bs\h'-12u'-\" diablo 10 pitch
  28. .if (\n(.H=4u)&(1m=20u) .ds -- \(bs\h'-12u'\(bs\h'-8u'-\" diablo 12 pitch
  29. .ds L" ""
  30. .ds R" ""
  31. .ds L' '
  32. .ds R' '
  33. 'br\}
  34. .el\{\
  35. .ds -- \(em\|
  36. .tr \*(Tr
  37. .ds L" ``
  38. .ds R" ''
  39. .ds L' `
  40. .ds R' '
  41. 'br\}
  42. .TH NEWSGROUPS 1 LOCAL
  43. .SH NAME
  44. newsgroups - a program to list unsubscribed newsgroups.
  45. .SH SYNOPSIS
  46. .B newsgroups pattern flag
  47. .SH DESCRIPTION
  48. The
  49. .I newsgroups
  50. program compares your .newsrc file with the file of active newsgroups,
  51. and prints a list of unsubscribed newsgroups matching pattern.
  52. If the second argument \*(L"flag\*(R" is present, only newsgroups not
  53. found in your .newsrc are listed, and the display is not paged.
  54. If the second argument is missing, the display is paged, and an additional
  55. list of unsubscribed newsgroups occurring in your .newsrc is printed.
  56. .SH ENVIRONMENT
  57. .IP DOTDIR 8
  58. Where to find your .newsrc, if not in your home directory.
  59. .Sp
  60. Default: $HOME
  61. .IP HOME 8
  62. Your home directory.
  63. .Sp
  64. Default: $LOGDIR
  65. .IP LOGDIR 8
  66. Your home directory if HOME is undefined.
  67. .SH FILES
  68. /usr/lib/news/active or a reasonable facsimile
  69. .br
  70. ${DOTDIR-{$HOME-$LOGDIR}}/.newsrc
  71. .SH SEE ALSO
  72. rn(1), newsrc(5)
  73. .SH DIAGNOSTICS
  74. .SH BUGS
  75. The flag argument is a kludge.
  76.