diff options
Diffstat (limited to 'man/man1/news.html')
-rw-r--r-- | man/man1/news.html | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/man/man1/news.html b/man/man1/news.html new file mode 100644 index 00000000..29cede42 --- /dev/null +++ b/man/man1/news.html @@ -0,0 +1,91 @@ +<head> +<title>news(1) - Plan 9 from User Space</title> +<meta content="text/html; charset=utf-8" http-equiv=Content-Type> +</head> +<body bgcolor=#ffffff> +<table border=0 cellpadding=0 cellspacing=0 width=100%> +<tr height=10><td> +<tr><td width=20><td> +<tr><td width=20><td><b>NEWS(1)</b><td align=right><b>NEWS(1)</b> +<tr><td width=20><td colspan=2> + <br> +<p><font size=+1><b>NAME </b></font><br> + +<table border=0 cellpadding=0 cellspacing=0><tr height=2><td><tr><td width=20><td> + + news – print news items<br> + +</table> +<p><font size=+1><b>SYNOPSIS </b></font><br> + +<table border=0 cellpadding=0 cellspacing=0><tr height=2><td><tr><td width=20><td> + + <tt><font size=+1>news</font></tt> [ <tt><font size=+1>−a</font></tt> ] [ <tt><font size=+1>−n</font></tt> ] [ <i>item ...</i> ]<br> + +</table> +<p><font size=+1><b>DESCRIPTION </b></font><br> + +<table border=0 cellpadding=0 cellspacing=0><tr height=2><td><tr><td width=20><td> + + When invoked without options, this simple local news service prints + files that have appeared in <tt><font size=+1>/lib/news</font></tt> since last reading, most + recent first, with each preceded by an appropriate header. The + time of reading is recorded. The options are<br> + <tt><font size=+1>−a</font></tt> Print all items, regardless of currency. The recorded time is + not changed.<br> + <tt><font size=+1>−n</font></tt> Report the names of the current items without printing their + contents, and without changing the recorded time. + <table border=0 cellpadding=0 cellspacing=0><tr height=5><td></table> + + Other arguments select particular news items. + <table border=0 cellpadding=0 cellspacing=0><tr height=5><td></table> + + To post a news item, create a file in <tt><font size=+1>/usr/local/plan9/news</font></tt>. + <table border=0 cellpadding=0 cellspacing=0><tr height=5><td></table> + + Empty news items, and news items named <tt><font size=+1>core</font></tt> or <tt><font size=+1>dead.letter</font></tt> are + ignored.<br> + +</table> +<p><font size=+1><b>FILES </b></font><br> + +<table border=0 cellpadding=0 cellspacing=0><tr height=2><td><tr><td width=20><td> + + <tt><font size=+1>/usr/local/plan9/news/*<br> + </font></tt> + <table border=0 cellpadding=0 cellspacing=0><tr height=2><td><tr><td width=20><td> + + articles<br> + + </table> + <tt><font size=+1>$HOME/lib/newstime<br> + </font></tt> + <table border=0 cellpadding=0 cellspacing=0><tr height=2><td><tr><td width=20><td> + + modify time is time news was last read who gets news mailed to + them<br> + + </table> + +</table> +<p><font size=+1><b>SOURCE </b></font><br> + +<table border=0 cellpadding=0 cellspacing=0><tr height=2><td><tr><td width=20><td> + + <tt><font size=+1>/usr/local/plan9/src/cmd/news.c<br> + </font></tt> +</table> + +<td width=20> +<tr height=20><td> +</table> +<!-- TRAILER --> +<table border=0 cellpadding=0 cellspacing=0 width=100%> +<tr height=15><td width=10><td><td width=10> +<tr><td><td> +<center> +<a href="../../"><img src="../../dist/spaceglenda100.png" alt="Space Glenda" border=1></a> +</center> +</table> +<!-- TRAILER --> +</body></html> |