diff mbox

crypto: doc - make URL into hyperlink

Message ID 1438897740-51513-1-git-send-email-computersforpeace@gmail.com (mailing list archive)
State Accepted
Delegated to: Herbert Xu
Headers show

Commit Message

Brian Norris Aug. 6, 2015, 9:49 p.m. UTC
The HTML output works a little nicer that way.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
---
 Documentation/DocBook/crypto-API.tmpl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Stephan Mueller Aug. 7, 2015, 9:15 a.m. UTC | #1
Am Donnerstag, 6. August 2015, 14:49:00 schrieb Brian Norris:

Hi Brian,

>The HTML output works a little nicer that way.
>
>Signed-off-by: Brian Norris <computersforpeace@gmail.com>

Thank you.

Ciao
Stephan
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Herbert Xu Aug. 10, 2015, 3:41 p.m. UTC | #2
On Thu, Aug 06, 2015 at 02:49:00PM -0700, Brian Norris wrote:
> The HTML output works a little nicer that way.
> 
> Signed-off-by: Brian Norris <computersforpeace@gmail.com>

Applied.
diff mbox

Patch

diff --git a/Documentation/DocBook/crypto-API.tmpl b/Documentation/DocBook/crypto-API.tmpl
index 0992531ffefb..7643646713dd 100644
--- a/Documentation/DocBook/crypto-API.tmpl
+++ b/Documentation/DocBook/crypto-API.tmpl
@@ -1101,7 +1101,7 @@  kernel crypto API            |       Caller
     </para>
 
     <para>
-     [1] http://www.chronox.de/libkcapi.html
+     [1] <ulink url="http://www.chronox.de/libkcapi.html">http://www.chronox.de/libkcapi.html</ulink>
     </para>
 
    </sect1>
@@ -1661,7 +1661,7 @@  read(opfd, out, outlen);
     </para>
 
     <para>
-     [1] http://www.chronox.de/libkcapi.html
+     [1] <ulink url="http://www.chronox.de/libkcapi.html">http://www.chronox.de/libkcapi.html</ulink>
     </para>
 
    </sect1>