1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
|
<HTML>
<HEAD>
<TITLE>Links</TITLE>
</HEAD>
<BODY BGCOLOR="#ffffff" TEXT="#000000">
<H1><A NAME="NAME">NAME
</A></H1>
<P>Links
</P><H2><A NAME="Original">Original
</A></H2>
<P>A <A HREF="../../name.html">name</A> manual page.
</P>
<P>An <A HREF="../../name.html#ident">name/ident</A> item in manual page.
</P>
<P>A <A HREF="../../name.html#sec">name/"sec"</A> section in other manual page.
</P>
<P>A <A HREF="#sec">"sec"</A> section in this manual page (the quotes are <B>not</B> optional).
</P>
<P>A <A HREF="#sec"> sec </A> section in this manual page
</P>
<P>A <A HREF="#sec%20tion">sec tion </A> section in this manual page
</P>
<P>A <A HREF="../../mod/ule.foo.html">mod::ule.foo</A> link to a module POD
</P>
<P>A <A HREF="#sec">/"sec"</A> section in this manual page (the quotes are optional).
</P><H2><A NAME="Total%20Control">Total Control
</A></H2>
<P>A <A HREF="../../name.html">text</A> manual page.
</P>
<P>An <A HREF="../../name.html#ident">text</A> item in manual page.
</P>
<P>A <A HREF="../../name.html#sec">text</A> section in other manual page.
</P>
<P>A <A HREF="#sec">text</A> section in this manual page (quotes are <B>not</B> optional).
</P>
<P>A <A HREF="#sec">text</A> section in this manual page
</P>
<P>A <A HREF="#sec%20tion">text</A> section in this manual page
</P>
<P>A <A HREF="../../bar-mod/ule.html">text</A> link to a module POD
</P>
<P>A <A HREF="#sec">text</A> section in this manual page (quotes are optional).
</P><H2><A NAME="Targets">Targets
</A></H2>
<P><A NAME="target"></A>
</P>
<P><A NAME="target%20with%20spaces"></A>
</P>
<P><A NAME="target%20w%2fspaces"></A>
</P>
<P><A NAME="italic%20target"></A>
</P><H2><A NAME="Links">Links
</A></H2>
<P><A HREF="#target">/target</A>
</P>
<P><A HREF="#target%20with%20spaces">"target with spaces"</A>
</P>
<P><A HREF="#target%20w%2fspaces">" target w/spaces "</A>
</P>
<P><A HREF="#target%20with%20line%20breaks">"target with
line
breaks"</A>
</P>
<P><A HREF="#italic%20target">/<I>italic</I> <B>target</B></A>
</P>
<P><A HREF="../../page.html#section"><I>page</I>/<I>section</I></A>
</P>
<P><A HREF="http://world.std.com/~swmcd/steven/index.html">http://world.std.com/~swmcd/steven/index.html</A>
</P>
<P><A HREF="http://world.std.com/~swmcd/steven/index.html">Steven McDougall</A>
</P>
</BODY>
</HTML>
|