diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-08-18 01:00:48 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-08-18 01:00:48 +0200 |
| commit | 51f5698d3ce96baf07d896da8205f87aae302be8 (patch) | |
| tree | f6a38ac5c420f712b850922e64a6a293e999c969 /man7 | |
| parent | 2dad4c59c8107fd649b198dbb7105b229138caa8 (diff) | |
| download | man-pages-51f5698d3ce96baf07d896da8205f87aae302be8.tar.gz | |
capget.2, gettimeofday.2, nanosleep.2, process_vm_readv.2, readv.2, seccomp.2, semop.2, sigaction.2, sigwaitinfo.2, dbopen.3, dladdr.3, ether_aton.3, fenv.3, fgetgrent.3, fgetpwent.3, frexp.3, ftime.3, gamma.3, getaddrinfo.3, getaddrinfo_a.3, getgrent_r.3, getgrnam.3, gethostbyname.3, getifaddrs.3, getipnodebyname.3, getmntent.3, getnetent.3, getprotoent.3, getpw.3, getpwent.3, getpwent_r.3, getpwnam.3, getservent.3, getspnam.3, getutent.3, glob.3, hsearch.3, if_nameindex.3, inet.3, mq_receive.3, putgrent.3, putpwent.3, rand.3, sigqueue.3, strfromd.3, strptime.3, strtol.3, termios.3, timeradd.3, lp.4, tty.4, ip.7, ipv6.7, netdevice.7, raw.7, rtnetlink.7, units.7, zic.8: ffix: replace .sp by .PP
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/ip.7 | 8 | ||||
| -rw-r--r-- | man7/ipv6.7 | 2 | ||||
| -rw-r--r-- | man7/netdevice.7 | 4 | ||||
| -rw-r--r-- | man7/raw.7 | 2 | ||||
| -rw-r--r-- | man7/rtnetlink.7 | 2 | ||||
| -rw-r--r-- | man7/units.7 | 2 |
6 files changed, 10 insertions, 10 deletions
@@ -314,7 +314,7 @@ from a specified source. Argument is an .I ip_mreq_source structure. -.sp +.PP .in +4n .EX struct ip_mreq_source { @@ -327,7 +327,7 @@ struct ip_mreq_source { }; .EE .in -.sp +.PP The .I ip_mreq_source structure is similar to @@ -428,7 +428,7 @@ This option provides access to the advanced full-state filtering API. Argument is an .I ip_msfilter structure. -.sp +.PP .in +4n .EX struct ip_msfilter { @@ -445,7 +445,7 @@ struct ip_msfilter { }; .EE .in -.sp +.PP There are two macros, .BR MCAST_INCLUDE and diff --git a/man7/ipv6.7 b/man7/ipv6.7 index 0e8fa951a0..f887307241 100644 --- a/man7/ipv6.7 +++ b/man7/ipv6.7 @@ -155,7 +155,7 @@ struct in6_addr { }; .EE .in -.sp +.PP .I sin6_family is always set to .BR AF_INET6 ; diff --git a/man7/netdevice.7 b/man7/netdevice.7 index af747aebd2..b92344a08b 100644 --- a/man7/netdevice.7 +++ b/man7/netdevice.7 @@ -140,7 +140,7 @@ IFF_BONDING:Interface is a bonding master or slave. IFF_SLAVE_NEEDARP:Interface needs ARPs for validation. IFF_ISATAP:Interface is RFC4214 ISATAP interface. .TE -.sp +.PP Setting the extended (private) interface flags is a privileged operation. .TP .BR SIOCGIFADDR ", " SIOCSIFADDR @@ -362,7 +362,7 @@ glibc 2.1 is missing the macro in .IR <net/if.h> . Add the following to your program as a workaround: -.sp +.PP .in +4n .EX #ifndef ifr_newname diff --git a/man7/raw.7 b/man7/raw.7 index fa40600705..ce17803937 100644 --- a/man7/raw.7 +++ b/man7/raw.7 @@ -66,7 +66,7 @@ Packet ID:Filled in when zero Total Length:Always filled in .TE .RE -.sp +.PP .PP If .B IP_HDRINCL diff --git a/man7/rtnetlink.7 b/man7/rtnetlink.7 index bfdab2d584..70b72776e9 100644 --- a/man7/rtnetlink.7 +++ b/man7/rtnetlink.7 @@ -107,7 +107,7 @@ IFLA_STATS:T{ see below T}:Interface Statistics. .TE -.sp +.PP The value type for .B IFLA_STATS is diff --git a/man7/units.7 b/man7/units.7 index 0668bee3dc..6e94d1fbe1 100644 --- a/man7/units.7 +++ b/man7/units.7 @@ -87,7 +87,7 @@ Ei exbi 2^60 = 1152921504606846976 .RE .PP See also -.sp +.PP .UR http://physics.nist.gov\:/cuu\:/Units\:/binary.html .UE .SS Discussion |
