3

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.

Community
  • 1
  • 1
  • This answer will help you to solve the problem
    http://programmers.stackexchange.com/questions/237910/description-to-my-project-using-man-command/237919?noredirect=1#237919
    – MARK May 05 '14 at 01:11

1 Answers1

0

There are several great tutorials for doing so:

Pick one, and hack away.

If you feel that you are stuck somewhere, take a look at man pages from FreeBSD utilities like cat, echo, etc

NlightNFotis
  • 9,559
  • 5
  • 43
  • 66
  • Actually,i'm new in Linux world and don't know how to do that i read this links before and can't create my own man page can please help me more ? –  May 04 '14 at 21:39