Mercurial > hg > Members > kono > nitros9-code
diff 3rdparty/packages/uucpbb/doc/subscribe.man @ 1768:e9380475f28e
Docs added
author | boisy |
---|---|
date | Fri, 01 Apr 2005 17:38:11 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/3rdparty/packages/uucpbb/doc/subscribe.man Fri Apr 01 17:38:11 2005 +0000 @@ -0,0 +1,66 @@ + + + SUBSCRIBE/UNSUBSCRIBE UUCP SUBSCRIBE/UNSUBSCRIBE + + + PROGRAM + + subscribe + unsubscribe + + CALLING SEQUENCE: + + subscribe <newsgroup> [<newsgroup>...] + unsubscribe <newsgroups> [<newsgroup>...] + + SUMMARY: + + Subscribe or unsubscribe to Usenet newsgroups. + + DESCRIPTION: + + + These commands allow individuals to select the newsgroups they + are able to read with READNEWS. The complete list of newsgroups + the system receives is in the file /DD/SYS/UUCP/active. + + SUBSCRIBE allows the user to subscribe to one or more of the + newsgroups the system receives. If the newsgroup name is 'all', + the user is subscribed to all the newsgroups listed in the active + file. The file 'newsrc' (.newsrc under OSK) in the user's home + directory is updated to reflect the changes. + + UNSUBSCRIBE allows the user to unsubscribe from one or more of + the newsgroups the system receives. If the newsgroup name is + 'all', the user is unsubscribed from all the newsgroups listed in + the active file. The file 'newsrc' (.newsrc under OSK) in the + user's home directory is updated to reflect the changes. + + Neither SUBSCRIBE nor UNSUBSCRIBE affect the newsfeed the system + gets. For example, if the newsfeed does not normally include the + rec.foods.sourdough newgroups using SUBSCRIBE is meaningless. + Similarly, UNSUBSCRIBE does not remove that newsgroup from the + systems newsfeed. To make such changes, the system administrator + must contact his/her feed's system admininstrator. + + FILES + + /DD/SYS/UUCP/Parameters + /DD/SYS/UUCP/active + ./<homedir>/<user>/UUCP/newsrc (CoCo) + ./<homedir>/<user>/.newsrc (OSK) + + + + + + + + + + + + + + +