diff options
author | Sami Kerola <kerolasa@iki.fi> | 2012-08-13 10:02:36 +0200 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-08-13 10:02:36 +0200 |
commit | 608bf95023633fd18d9a1cd977ee52f4d3ee2052 (patch) | |
tree | 1baf9bbc40945e4fd20f837a2085c7f5e96ee364 /man4/hpsa.4 | |
parent | dbe8b62bd7c1cd842c7144997658433c23bda12a (diff) |
capget.2, futex.2, sched_setscheduler.2, spu_create.2, spu_run.2, vfork.2, getnameinfo.3, netlink.3, cciss.4, console_codes.4, dsp56k.4, hpsa.4, sk98lin.4, filesystems.5, protocols.5, aio.7, capabilities.7, charsets.7, feature_test_macros.7, futex.7, hier.7, iso_8859-16.7, iso_8859-2.7, koi8-r.7, libc.7, man.7, netlink.7, numa.7, standards.7, unicode.7, units.7, uri.7, x25.7: Global fix: use UR macro where applicable
The syntax .UR http://example.com paired with .UE will create
links which one can interact, if the pager allows that. One
way to see the effect is ask the man(1) command to use browser
display, e.g.:
man -H man7/uri.7
("\:" is optional groff syntax to permit hyphenless line breaks.)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man4/hpsa.4')
-rw-r--r-- | man4/hpsa.4 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/man4/hpsa.4 b/man4/hpsa.4 index fd3fffec..5f849afb 100644 --- a/man4/hpsa.4 +++ b/man4/hpsa.4 @@ -4,7 +4,7 @@ .\" .\" shorthand for double quote that works everywhere. .ds q \N'34' -.TH HPSA 4 2011-09-21 "Linux" "Linux Programmer's Manual" +.TH HPSA 4 2012-08-05 "Linux" "Linux Programmer's Manual" .SH NAME hpsa \- HP Smart Array SCSI driver .SH SYNOPSIS @@ -172,7 +172,8 @@ SNMP storage agents, etc. See .I cciss_vol_status at -.I http://cciss.sf.net +.UR http://cciss.sf.net +.UE for some examples. .SH "SEE ALSO" .BR cciss (4), @@ -181,7 +182,8 @@ for some examples. .BR cciss_vol_status (8), .BR hpacucli (8), .BR hpacuxe (8), -.IR http://cciss.sf.net , +.UR http://cciss.sf.net +.UE , and the Linux kernel source files .I Documentation/scsi/hpsa.txt and |