diff --git a/pages/linux/eselect-news.md b/pages/linux/eselect-news.md new file mode 100644 index 0000000000..31a84aa5c8 --- /dev/null +++ b/pages/linux/eselect-news.md @@ -0,0 +1,29 @@ +# eselect news + +> An `eselect` module for reading Gentoo news items. +> Note: Portage will print a notice when a repository is synchronized and there are unread news items. +> More information: . + +- List available news items with their numbers (all by default): + +`eselect news list {{all|new}}` + +- Print the specified news items: + +`eselect news read {{number1 number2 ...}}` + +- Print all unread news items: + +`eselect news read` + +- Mark the specified news items as unread: + +`eselect news unread {{number1 number2 ...}}` + +- Delete all read news items: + +`eselect news purge` + +- Print the number of available news items (new by default): + +`eselect news count {{all|new}}`