''' $Header: newsgroups.1,v 4.3 85/05/01 11:43:32 lwall Exp $ ''' ''' $Log: newsgroups.1,v $ ''' Revision 4.3 85/05/01 11:43:32 lwall ''' Baseline for release with 4.3bsd. ''' ''' .de Sh .br .ne 5 .PP \fB\\$1\fR .PP .. .de Sp .if t .sp .5v .if n .sp .. ''' ''' Set up \*(-- to give an unbreakable dash; ''' string Tr holds user defined translation string. ''' Bell System Logo is used as a dummy character. ''' .ie n \{\ .tr \(bs-\*(Tr .ds -- \(bs- .if (\n(.H=4u)&(1m=24u) .ds -- \(bs\h'-12u'\(bs\h'-12u'-\" diablo 10 pitch .if (\n(.H=4u)&(1m=20u) .ds -- \(bs\h'-12u'\(bs\h'-8u'-\" diablo 12 pitch .ds L" "" .ds R" "" .ds L' ' .ds R' ' 'br\} .el\{\ .ds -- \(em\| .tr \*(Tr .ds L" `` .ds R" '' .ds L' ` .ds R' ' 'br\} .TH NEWSGROUPS 1 LOCAL .SH NAME newsgroups - a program to list unsubscribed newsgroups. .SH SYNOPSIS .B newsgroups pattern flag .SH DESCRIPTION The .I newsgroups program compares your .newsrc file with the file of active newsgroups, and prints a list of unsubscribed newsgroups matching pattern. If the second argument \*(L"flag\*(R" is present, only newsgroups not found in your .newsrc are listed, and the display is not paged. If the second argument is missing, the display is paged, and an additional list of unsubscribed newsgroups occurring in your .newsrc is printed. .SH ENVIRONMENT .IP DOTDIR 8 Where to find your .newsrc, if not in your home directory. .Sp Default: $HOME .IP HOME 8 Your home directory. .Sp Default: $LOGDIR .IP LOGDIR 8 Your home directory if HOME is undefined. .SH FILES /usr/lib/news/active or a reasonable facsimile .br ${DOTDIR-{$HOME-$LOGDIR}}/.newsrc .SH SEE ALSO rn(1), newsrc(5) .SH DIAGNOSTICS .SH BUGS The flag argument is a kludge.