Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1202098

[PATCH] crypto: doc - make URL into hyperlink

From Brian Norris <computersforpeace@gmail.com>
Newsgroups linux.kernel
Subject [PATCH] crypto: doc - make URL into hyperlink
Date 2015-08-06 23:50 +0200
Message-ID <pUBd0-4BZ-21@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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(-)

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>
-- 
2.5.0.rc2.392.g76e840b

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] crypto: doc - make URL into hyperlink Brian Norris <computersforpeace@gmail.com> - 2015-08-06 23:50 +0200
  Re: [PATCH] crypto: doc - make URL into hyperlink Stephan Mueller <smueller@chronox.de> - 2015-08-07 11:20 +0200
  Re: [PATCH] crypto: doc - make URL into hyperlink Herbert Xu <herbert@gondor.apana.org.au> - 2015-08-10 17:50 +0200

csiph-web