summaryrefslogtreecommitdiff
path: root/static/v10/man1/newscheck.1
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 21:07:28 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 21:07:28 -0400
commit711594636704defae873be1a355a292505585afd (patch)
tree59ee13f863830d8beba6cfd02bbe813dd486c26f /static/v10/man1/newscheck.1
parent3258a063c1f189d7b019e40e525b46bef9b9a7b1 (diff)
docs: Added UNIX V10 Manuals
Diffstat (limited to 'static/v10/man1/newscheck.1')
-rw-r--r--static/v10/man1/newscheck.134
1 files changed, 34 insertions, 0 deletions
diff --git a/static/v10/man1/newscheck.1 b/static/v10/man1/newscheck.1
new file mode 100644
index 00000000..fbae397a
--- /dev/null
+++ b/static/v10/man1/newscheck.1
@@ -0,0 +1,34 @@
+.TH NEWSCHECK 1
+.SH NAME
+newscheck \- check to see if user has news
+.SH SYNOPSIS
+newscheck [yne] [readnews options]
+.SH DESCRIPTION
+.I newscheck
+reports to the user whether or not he has news.
+.TP 10
+.B y
+Reports "There is news" if the user has news to read.
+.TP 10
+.B n
+Reports "No news" if their isn't any news to read.
+.TP 10
+.B e
+Executes
+.I readnews(1)
+if there is news.
+.PP
+If there are no options,
+.B y
+is the default.
+.SH FILES
+.PD 0
+.TP 25
+/usr/lib/news/active
+Active newsgroups
+.TP 25
+~/.newsrc
+Options and list of previously read articles
+.SH SEE ALSO
+readnews(1),
+inews(1)