Greetings, Monks. I recently had a "shoot out" with marto. I think we both had valid points. It all stemmed from the shortcut link to the FreeBSD man pages (note I didn't just link man to the man pages ;)

Point(s) were. I assumed, that because the link was to the FreeBSD man pages, that the returned results would be from the FreeBSD commands. But (counter intuitively) they are to SuSE Linux. This came as a bit of a shock to me. As the link to the PerlMonks short cuts page
What shortcuts can I use for linking to other information?
under:

Unix man pages: A specific command: [man://command name] Search form: [man://] (no args)
makes no mention that the links points to Linux versions of the commands. But rather, indicates they're UNIX man pages.

Personally, I find/found this to be a bit counter intuitive. As such, I'd like to purpose an addition to that section. That clarifies the expected return results. eg; man pages for SuSE Linux.

Not particularly a big deal. But seems that it would be more intuitive, if users knew in advance that the results weren't necessarily from FreeBSD, even tho the link points there.

Well. Thanks for your consideration, and best wishes.

--Chris

UPDATE; converted quoted node id, to proper link via [id://]

#!/usr/bin/perl -Tw
use Perl::Always or die;
my $perl_version = (5.12.5);
print $perl_version;

In reply to Request for an update to: What shortcuts can I use for linking to other information? by taint

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.