diff options
author | rsc <devnull@localhost> | 2005-01-13 04:49:19 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-13 04:49:19 +0000 |
commit | c8b6342d3c2a167dec16931815926e9e4387e7ef (patch) | |
tree | 80d3ec6ea074462b30639168113def880476dad6 /man/man1/news.1 | |
parent | 741f510ce758f77ed5193256fb693a09a7daecce (diff) | |
download | plan9port-c8b6342d3c2a167dec16931815926e9e4387e7ef.tar.gz plan9port-c8b6342d3c2a167dec16931815926e9e4387e7ef.tar.bz2 plan9port-c8b6342d3c2a167dec16931815926e9e4387e7ef.zip |
Many small edits.
Diffstat (limited to 'man/man1/news.1')
-rw-r--r-- | man/man1/news.1 | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/man/man1/news.1 b/man/man1/news.1 index bd9faf25..f3c2aa4d 100644 --- a/man/man1/news.1 +++ b/man/man1/news.1 @@ -35,13 +35,13 @@ Other arguments select particular news items. .PP To post a news item, create a file in -.BR /lib/news . -.PP -You may arrange to receive news automatically by -registering your mail address in -.BR /sys/lib/subscribers . -A daemon mails recent news -to all addresses on the list. +.BR \*9/news . +.\" .PP +.\" You may arrange to receive news automatically by +.\" registering your mail address in +.\" .BR /sys/lib/subscribers . +.\" A daemon mails recent news +.\" to all addresses on the list. .PP Empty news items, and news items named .B core @@ -49,15 +49,14 @@ or .B dead.letter are ignored. .SH FILES -.TF /sys/lib/subscribers .TP -.B /lib/news/* +.B \*9/news/* articles .TP .B $HOME/lib/newstime modify time is time news was last read -.TP -.B /sys/lib/subscribers +.\" .TP +.\" .B /sys/lib/subscribers who gets news mailed to them .SH SOURCE .B \*9/src/cmd/news.c |