diff options
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/fanotify.7 | 1 | ||||
| -rw-r--r-- | man7/inotify.7 | 1 | ||||
| -rw-r--r-- | man7/ip.7 | 3 | ||||
| -rw-r--r-- | man7/netdevice.7 | 2 | ||||
| -rw-r--r-- | man7/rtld-audit.7 | 2 | ||||
| -rw-r--r-- | man7/unix.7 | 1 |
6 files changed, 6 insertions, 4 deletions
diff --git a/man7/fanotify.7 b/man7/fanotify.7 index ed2175aeb9..973e86bc10 100644 --- a/man7/fanotify.7 +++ b/man7/fanotify.7 @@ -559,6 +559,7 @@ Listening for events stopped. .EE .in .SS Program source +\& .EX #define _GNU_SOURCE /* Needed to get O_LARGEFILE definition */ #include <errno.h> diff --git a/man7/inotify.7 b/man7/inotify.7 index 52fdd02982..163b112944 100644 --- a/man7/inotify.7 +++ b/man7/inotify.7 @@ -888,6 +888,7 @@ Listening for events stopped. .EE .in .SS Program source +\& .EX #include <errno.h> #include <poll.h> @@ -725,8 +725,7 @@ control message contains a structure: .IP .in +4n -.ne 18 -.nf +.EX #define SO_EE_ORIGIN_NONE 0 #define SO_EE_ORIGIN_LOCAL 1 #define SO_EE_ORIGIN_ICMP 2 diff --git a/man7/netdevice.7 b/man7/netdevice.7 index a8f950f028..43b9906b65 100644 --- a/man7/netdevice.7 +++ b/man7/netdevice.7 @@ -116,9 +116,9 @@ T} IFF_LOWER_UP:Driver signals L1 up (since Linux 2.6.17) IFF_DORMANT:Driver signals dormant (since Linux 2.6.17) IFF_ECHO:Echo sent packets (since Linux 2.6.25) - .TE .ad +.PP Setting the active flag word is a privileged operation, but any process may read it. .TP diff --git a/man7/rtld-audit.7 b/man7/rtld-audit.7 index 4d659042d7..39b36feee9 100644 --- a/man7/rtld-audit.7 +++ b/man7/rtld-audit.7 @@ -355,8 +355,8 @@ depend on the hardware platform. (The appropriate definition is supplied by .IR <link.h> .) Here is the definition for x86-32: +.PP .nf - .BI "Elf32_Addr la_i86_gnu_pltenter(Elf32_Sym *" sym ", unsigned int " ndx , .BI " uintptr_t *" refcook ", uintptr_t *" defcook , .BI " La_i86_regs *" regs ", unsigned int *" flags , diff --git a/man7/unix.7 b/man7/unix.7 index d4ccc33898..52b6dfed3e 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -713,6 +713,7 @@ $ .EE .in .SS Program source +\& .EX /* * File connection.h |
