Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

man page installation

To install the manpages move or copy the contents of the man directory into /usr/local/man (e.g. man/man1 -> /usr/local/man/man1.

Use for example

sudo cp -r man /usr/local/man

When the manpages are installed you can simply call them with the man command

man jsh

Viewing without installation

When you want to view/read the manpages without installing them on your system, you have to call them with the man command while specifying their path.

man ./man/man1/jsh.1

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors