LWN.net Logo

man pages

man pages

Posted Sep 6, 2008 14:54 UTC (Sat) by bronson (subscriber, #4806)
In reply to: man pages by giraffedata
Parent article: Feature removal sparks Git flamewar

> It's actually counter-Unix, as the Unix tradition is for --help to give you something more brief than a man page.

Absolutely true. It would be nice if each Git page started with a good synopsis and maybe a few examples. If those don't answer your questions, you can keep reading.

> And the Unix one-program-one-function rule says if you want to display a man page, you should invoke the man page displayer program, not the SCM access program.

This is only true for typical medium-complexity tools. Man is simply insufficient for more complex programs (most other scms, gdb, etc). At least Git still uses man! gdb and svn require you to use a different reader entirely.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds