GNOME Bugzilla – Bug 676452
Please recognize man page URIs in text output
Last modified: 2012-05-22 22:26:32 UTC
It would be cool if gnome-terminal was able to recognize "man:kill(1)" style URIs in addition to mailto: and http:// URIs. Yelp can read those just fine, and it would be very useful if command line tools could output man page links that are actually clickable in gnome-terminal. (For some background also see https://plus.google.com/115547683951727699051/posts/jKN6GkmAYD2 )
Fixed on master and gnome-3-4. Also added info: support at the same time.
What's the default action?
Yelp I guess, nevermind.
It just uses the same thing as all the other URIs: gtk_show_uri(), which probably invokes yelp on it. (There's a bug in yelp that makes this not correctly work for all man: URIs yet; bug 676482).