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 /man7/capabilities.7 | |
| parent | dbe8b62bd7c1cd842c7144997658433c23bda12a (diff) | |
| download | man-pages-608bf95023633fd18d9a1cd977ee52f4d3ee2052.tar.gz | |
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 'man7/capabilities.7')
| -rw-r--r-- | man7/capabilities.7 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/man7/capabilities.7 b/man7/capabilities.7 index caae733885..61290ff2cc 100644 --- a/man7/capabilities.7 +++ b/man7/capabilities.7 @@ -43,7 +43,7 @@ .\" other capabilities where the permitted or inheritable bit is set. .\" 2011-09-07, mtk/Serge hallyn: Add CAP_SYSLOG .\" -.TH CAPABILITIES 7 2012-07-18 "Linux" "Linux Programmer's Manual" +.TH CAPABILITIES 7 2012-08-05 "Linux" "Linux Programmer's Manual" .SH NAME capabilities \- overview of Linux capabilities .SH DESCRIPTION @@ -1009,7 +1009,8 @@ prctl(PR_SET_SECUREBITS, .PP No standards govern capabilities, but the Linux capability implementation is based on the withdrawn POSIX.1e draft standard; see -.IR http://wt.xpilot.org/publications/posix.1e/ . +.UR http://wt.xpilot.org\:/publications\:/posix.1e/ +.UE . .SH NOTES Since kernel 2.5.27, capabilities are an optional kernel component, and can be enabled/disabled via the CONFIG_SECURITY_CAPABILITIES @@ -1037,7 +1038,8 @@ and programs. It can be found at .br -.IR http://www.kernel.org/pub/linux/libs/security/linux-privs . +.UR http://www.kernel.org\:/pub\:/linux\:/libs\:/security\:/linux-privs +.UE . Before kernel 2.6.24, and since kernel 2.6.24 if file capabilities are not enabled, a thread with the |
