aboutsummaryrefslogtreecommitdiffstats
path: root/man7/netlink.7
diff options
context:
space:
mode:
authorSami Kerola <kerolasa@iki.fi>2012-08-13 10:02:36 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2012-08-13 10:02:36 +0200
commit608bf95023633fd18d9a1cd977ee52f4d3ee2052 (patch)
tree1baf9bbc40945e4fd20f837a2085c7f5e96ee364 /man7/netlink.7
parentdbe8b62bd7c1cd842c7144997658433c23bda12a (diff)
downloadman-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/netlink.7')
-rw-r--r--man7/netlink.716
1 files changed, 9 insertions, 7 deletions
diff --git a/man7/netlink.7 b/man7/netlink.7
index 35016a2876..9fd470f1e8 100644
--- a/man7/netlink.7
+++ b/man7/netlink.7
@@ -4,7 +4,7 @@
.\" Based on the original comments from Alexey Kuznetsov
.\" Modified 2005-12-27 by Hasso Tepper <hasso@estpak.ee>
.\" $Id: netlink.7,v 1.8 2000/06/22 13:23:00 ak Exp $
-.TH NETLINK 7 2012-07-28 "Linux" "Linux Programmer's Manual"
+.TH NETLINK 7 2012-08-05 "Linux" "Linux Programmer's Manual"
.SH NAME
netlink \- Communication between kernel and userspace (AF_NETLINK)
.SH SYNOPSIS
@@ -467,10 +467,12 @@ for (nh = (struct nlmsghdr *) buf; NLMSG_OK (nh, len);
.BR capabilities (7),
.BR rtnetlink (7)
.PP
-ftp://ftp.inr.ac.ru/ip-routing/iproute2*
-for information about libnetlink.
-
-http://people.suug.ch/~tgr/libnl/
-for information about libnl.
-
+.UR ftp://ftp.inr.ac.ru\:/ip-routing\:/iproute2*
+information about libnetlink
+.UE
+.br
+.UR http://people.suug.ch\:/~tgr\:/libnl/
+information about libnl
+.UE
+.br
RFC 3549 "Linux Netlink as an IP Services Protocol"