Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
Jérôme Deuchnord 331ab99aa1
feat(event): add support for moon apogee and perigee
vor 3 Jahren
..
README.md docs: add manpage to explain terms vor 4 Jahren
kosmorro.1.md feat: display a graph in the PDF output for the ephemerides vor 4 Jahren
kosmorro.7.md feat(event): add support for moon apogee and perigee vor 3 Jahren

README.md

Kosmorro’s manpages

This folder contains Kosmorro’s manpages.

Two sections are available:

  • Section 1: contains the details about the command line usage.
  • Section 7: contains the vocabulary used in Kosmorro along with their definitions.

How to use it

To open the manpage from section 1, open a terminal and invoke:

man kosmorro

If you want to open the vocabulary:

man 7 kosmorro

man complains there’s “No manual entry for kosmorro”

Sometimes, especially on Mac, man needs to be informed about where the manpages are stored by Python 3. Invoke the following command to do this:

echo 'export MANPATH=/usr/local/man:$MANPATH' >> $HOME/.bashrc

And open a new terminal.

NB: if you are not using Bash, change .bashrc with the correct file.