summaryrefslogtreecommitdiff
path: root/static/v10/man7/netnews.7
blob: 0fb0d931285118936edb2835654f384a52ef86a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
.TH NETNEWS 7 "local, not alice"
.CT 1 comm_users inst_info
.SH NAME
netnews \(mi send or receive news articles
.SH SYNOPSIS
.B netnews
[
.I option ...
]
.PP
.B netnews
.B -s
[
.I newsgroup ...
]
.PP
.B netnews
.B -i
.I title
[
.B -n
.I newsgroup ...
]
.SH DESCRIPTION
.I Netnews
is an intercomputer news service.
Used now only locally, it has been replaced by
.IR postnews (7)
and
.IR readnews (7)
for outside connections.
When invoked without options it prints recent articles.
Normally the articles printed are restricted to newsgroups
you have signed up for and are
newer than your last use of
.I netnews.
After each article
a command is read from the standard input:
.TP \w'newline\ 'u
newline
Go on to next article.
.PD 0
.TP
.B p
Print article again.
.TP
.B -
Go back to previous article.
.TP
.B c
Cancel (restricted to contributor and super-user).
.TP
.BI "w " file
Append a copy of the article to the named
.I file.
.TP
.B r
Reply to author (via mail).
.TP
.B q
Exit.
.TP
.B x
Exit without update.
.PD
.PP
The options are:
.TP  \w'newline\ 'u
.B -p
Print with no questions asked.
.TP
.B -r
Print in reverse time order.
.TP
.B -l
Print titles only.
.TP
.BI -a " date"
Print articles received after
.IR date ;
no date means the beginning of time.
.TP
.BI -n " newsgroup ..."
Print articles from named newsgroups.
.TP
.BI -t " string ..."
Print only titles containing one of the 
.I strings.
.TP
.BI -s " newsgroup ..."
Subscribe to named newsgroups.
If no
.I newsgroups
are given,
list your current subscriptions.
Newsgroup
.L all
receives all articles;
.L net.all
receives all newsgroups that begin with
.LR net. ,
etc.
All users subscribe to the newsgroup
.LR general .
.TP
.B -i
Insert an article
(read from standard input)
with title
.I title
to the newsgroups specified by
.B -n
(default
.LR general ).
.PD
.SH FILES
.TF /usr/spool/news/history
.TP
.F $HOME/.newsrc
user's subscription list
.TP
.F /usr/spool/news/sys.nnn
news articles
.TP
.F /usr/spool/news/.bitfile
bit map of users with news
.TP
.F /usr/spool/news/.ngfile
list of legal newsgroups
.TP
.F /usr/spool/news/.uindex
index of netnews users
.TP
.F /usr/spool/news/.nindex
index of news articles
.TP
.F /usr/spool/news/.seq
sequence number of last article
.TP
.F /usr/spool/news/.history
list of all articles ever seen
.TP
.F /usr/spool/news/.sys
system subscription list
.SH SEE ALSO
.IR news (7), 
.IR readnews (7), 
.IR netnews (5)