summaryrefslogtreecommitdiff
path: root/static/unix-v10/man1/newscheck.1
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
commit97d5c458cfa039d857301e1ca7d5af3beb37131d (patch)
treeb460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man1/newscheck.1
parentb89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff)
build: Better Build System
Diffstat (limited to 'static/unix-v10/man1/newscheck.1')
-rw-r--r--static/unix-v10/man1/newscheck.134
1 files changed, 34 insertions, 0 deletions
diff --git a/static/unix-v10/man1/newscheck.1 b/static/unix-v10/man1/newscheck.1
new file mode 100644
index 00000000..fbae397a
--- /dev/null
+++ b/static/unix-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)