I created a small project using C to make some commands in Linux terminal.
I want to add a description to my project to call it when I use man
command. Such as if my project name is hello.c
, I want when I write command man hello.c
to print the description I wrote for my project. Where do I write this description?
I saw this but don't know where or how I write the description.
http://programmers.stackexchange.com/questions/237910/description-to-my-project-using-man-command/237919?noredirect=1#237919 – MARK May 05 '14 at 01:11