]> git.ipfire.org Git - thirdparty/mdadm.git/commit - mdadm.8.in
Remove .UR .UE macros from man page because the don't do what we want.
authorNeilBrown <neilb@suse.de>
Fri, 17 Oct 2008 00:52:38 +0000 (11:52 +1100)
committerNeilBrown <neilb@suse.de>
Fri, 17 Oct 2008 00:52:38 +0000 (11:52 +1100)
commit11cd8b79c0690bf39b40a25352f86a82a838622a
tree02f2f44a9aa6320996160e670974f2639e8ce61b
parent1c6cb603fa60d3425f4d4b76e721b485bb006fcb
Remove .UR .UE macros from man page because the don't do what we want.

.UR URL
text
.UE

is meant to create a hyperlink from the 'text' to the 'URL'.
But I wanted just to have the URL, so UR isn't really the right
tool - the URL gets displayed twice.

So just display the URL in bold and assume man2html etc can recognise
it and do the right thing.

Signed-off-by: NeilBrown <neilb@suse.de>
mdadm.8