LWN.net Logo

man pages

man pages

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

And that you can trivially search the entire topic (page). You ever try to find something in pinfo when you can't remember what page it's on? It gets tedious quick.


(Log in to post comments)

man pages

Posted Sep 6, 2008 16:47 UTC (Sat) by paulj (subscriber, #341) [Link]

Try the 's' search, which searches the entire topic. Additionally, every GNU Info topic has an index page, which you can do a page-search in (the GNU 'info' viewer has a command specifically for searching the index, 'i', but pinfo doesn't seem to).

he GNU Info documentation format is pretty nice from the user's perspective (once you use pinfo), shame it never caught on outside of GNU. The Texinfo markup language for producing info docs has some quirks (e.g. having to escape full-stops in some situations), but those could probably be fixed.

man pages

Posted Sep 6, 2008 16:55 UTC (Sat) by giraffedata (subscriber, #1954) [Link]

[another killer feature that tradition man has that the proposed replacement doesn't is] that you can trivially search the entire topic (page). You ever try to find something in pinfo when you can't remember what page it's on? It gets tedious quick.

You're referring to the fact that in these systems you can (and therefore do) break a manual up into subtopics such as a separate page per subcommand. (Though I haven't actually experienced it with pinfo; when I've used pinfo, the entire topic, e.g. GNU libc, has been one searchable unit).

That's a good point, and one that has always bugged me about the worldwide web too. I don't suppose it would be hard to achieve that by having a browser function to combine the entire tree below the index page into a single document. Then you can still organize the documentation by directory hierarchy and provide direct access to a page, but also be able to browse the entire topic at once.

man pages

Posted Sep 6, 2008 23:32 UTC (Sat) by bronson (subscriber, #4806) [Link]

Yes! It seems silly for every piece of documentation to have two links and two different representations: organized by section or all on one gigantic page.

That's really good to hear that Info allows you to search whole documents. Last I looked at Info (probably the late 90s), I feel like it could only search by the page you were on or the woefully incomplete indexes. Though, maybe it did, the memory is getting hazy... :)

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