diff --git a/man2/fsync.2 b/man2/fsync.2 index e0e7970ee..66d73e6e8 100644 --- a/man2/fsync.2 +++ b/man2/fsync.2 @@ -72,7 +72,6 @@ The call blocks until the device reports that the transfer has completed. It also flushes metadata information associated with the file (see .BR stat (2)). - Calling .BR fsync () does not necessarily ensure diff --git a/man2/getcpu.2 b/man2/getcpu.2 index 37e458c5a..347c37b4a 100644 --- a/man2/getcpu.2 +++ b/man2/getcpu.2 @@ -13,7 +13,6 @@ getcpu \- determine CPU and NUMA node on which the calling thread is running .sp .BI "int getcpu(unsigned *" cpu ", unsigned *" node \ ", struct getcpu_cache *" tcache ); - .fi .IR Note : diff --git a/man2/io_getevents.2 b/man2/io_getevents.2 index 33974ce1f..befc3f15c 100644 --- a/man2/io_getevents.2 +++ b/man2/io_getevents.2 @@ -10,7 +10,6 @@ io_getevents \- read asynchronous I/O events from the completion queue .BR "#include " " /* Defines needed types */" .BR "#include " " /* Defines 'struct timespec' */" -.sp .BI "int io_getevents(aio_context_t " ctx_id ", long " min_nr ", long " nr , .BI " struct io_event *" events \ ", struct timespec *" timeout ); diff --git a/man2/kcmp.2 b/man2/kcmp.2 index 9371e8fc9..481fe5348 100644 --- a/man2/kcmp.2 +++ b/man2/kcmp.2 @@ -32,7 +32,6 @@ kcmp \- compare two processes to determine if they share a kernel resource .BI "int kcmp(pid_t " pid1 ", pid_t " pid2 ", int " type , .BI " unsigned long " idx1 ", unsigned long " idx2 ); - .fi .IR Note : diff --git a/man2/killpg.2 b/man2/killpg.2 index 362037570..ff730672c 100644 --- a/man2/killpg.2 +++ b/man2/killpg.2 @@ -49,7 +49,6 @@ killpg \- send signal to a process group Feature Test Macro Requirements for glibc (see .BR feature_test_macros (7)): .in -.sp .ad l .TP 4 .BR killpg (): diff --git a/man2/outb.2 b/man2/outb.2 index 360fce0c5..01d8cb058 100644 --- a/man2/outb.2 +++ b/man2/outb.2 @@ -34,7 +34,6 @@ outb_p, outw_p, outl_p, inb_p, inw_p, inl_p \- port I/O .nf .B #include - .BI "unsigned char inb(unsigned short int " port ); .BI "unsigned char inb_p(unsigned short int " port ); .BI "unsigned short int inw(unsigned short int " port ); diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2 index 19cb9aa8d..216eab0a0 100644 --- a/man2/perf_event_open.2 +++ b/man2/perf_event_open.2 @@ -482,9 +482,7 @@ The value to use in can be obtained from under debugfs .I tracing/events/*/*/id if ftrace is enabled in the kernel. - .RE - .RS If .I type @@ -527,7 +525,6 @@ for measuring the branch prediction unit .BR PERF_COUNT_HW_CACHE_NODE " (Since Linux 3.0)" for measuring local memory accesses .RE - .P and .I perf_hw_cache_op_id @@ -543,7 +540,6 @@ for write accesses .B PERF_COUNT_HW_CACHE_OP_PREFETCH for prefetch accesses .RE - .P and .I perf_hw_cache_op_result_id @@ -1110,12 +1106,9 @@ struct perf_event_mmap_page { .fi .in - - The following looks at the fields in the .I perf_event_mmap_page structure in more detail. - .RS 4 .TP .I version diff --git a/man2/setns.2 b/man2/setns.2 index 7ce8f2485..805f48c7e 100644 --- a/man2/setns.2 +++ b/man2/setns.2 @@ -106,7 +106,6 @@ a new thread is created using .BR clone (2) can be changed using .BR setns (). - .SH EXAMPLE The program below takes two or more arguments. The first argument specifies the pathname of a namespace file in an existing diff --git a/man3/getaddrinfo_a.3 b/man3/getaddrinfo_a.3 index 65461f551..bdf09d5e4 100644 --- a/man3/getaddrinfo_a.3 +++ b/man3/getaddrinfo_a.3 @@ -419,7 +419,6 @@ $ \fB./a.out\fP .PP The program source is as follows: -\& .nf #define _GNU_SOURCE #include diff --git a/man3/makedev.3 b/man3/makedev.3 index 63e9adc7b..d1edbf916 100644 --- a/man3/makedev.3 +++ b/man3/makedev.3 @@ -33,7 +33,6 @@ makedev, major, minor \- manage a device number .BI "unsigned int major(dev_t " dev ); .BI "unsigned int minor(dev_t " dev ); - .fi .SH DESCRIPTION A device ID consists of two parts: diff --git a/man3/mcheck.3 b/man3/mcheck.3 index 9bf4a2aab..aa0468d42 100644 --- a/man3/mcheck.3 +++ b/man3/mcheck.3 @@ -34,7 +34,6 @@ mcheck, mcheck_check_all, mcheck_pedantic, mprobe \- heap consistency checking .B void mcheck_check_all(void); .BI "enum mcheck_status mprobe(void *" ptr ); - .fi .SH DESCRIPTION The diff --git a/man3/perror.3 b/man3/perror.3 index e4d6dd273..33ddaab77 100644 --- a/man3/perror.3 +++ b/man3/perror.3 @@ -87,7 +87,6 @@ The use of .IR sys_errlist "[]" is nowadays deprecated. - When a system call fails, it usually returns \-1 and sets the variable .I errno diff --git a/man3/posix_memalign.3 b/man3/posix_memalign.3 index 540751042..c49614e03 100644 --- a/man3/posix_memalign.3 +++ b/man3/posix_memalign.3 @@ -120,7 +120,6 @@ except for the added restriction that should be a multiple of .IR alignment . - The obsolete function .BR valloc () allocates diff --git a/man3/xdr.3 b/man3/xdr.3 index 1829a2597..50d05346f 100644 --- a/man3/xdr.3 +++ b/man3/xdr.3 @@ -537,7 +537,6 @@ one of the most frequently used primitives, requires three. Returns one if it succeeds, zero otherwise. .SH SEE ALSO .BR rpc (3) - .LP The following manuals: .RS diff --git a/man4/cciss.4 b/man4/cciss.4 index 1e2e5beec..a76301fb7 100644 --- a/man4/cciss.4 +++ b/man4/cciss.4 @@ -119,7 +119,6 @@ The device naming scheme is: /dev/cciss/c1d1p1 Controller 1, disk 1, partition 1 /dev/cciss/c1d1p2 Controller 1, disk 1, partition 2 /dev/cciss/c1d1p3 Controller 1, disk 1, partition 3 - .fi .SS Files in /proc The files @@ -149,7 +148,6 @@ For example: Sequential access devices: 0 cciss/c2d0: 36.38GB RAID 0 - .fi .SS Files in /sys .TP diff --git a/man4/fd.4 b/man4/fd.4 index a142bcb28..6d85efbeb 100644 --- a/man4/fd.4 +++ b/man4/fd.4 @@ -85,7 +85,6 @@ _ \fBfd\fP\fIn\fP\fBh1494\fP 1494K 83 18 2 72 \fBfd\fP\fIn\fP\fBh1600\fP 1600K 80 20 2 92 .TE -.PP 3.5 inch double density device files: .TS lw(1i) l l l l l. diff --git a/man4/hpsa.4 b/man4/hpsa.4 index 967acb11e..9e201230e 100644 --- a/man4/hpsa.4 +++ b/man4/hpsa.4 @@ -48,7 +48,6 @@ driver supports the following Smart Array boards: Smart Array P712m Smart Array P711m StorageWorks P1210m - .fi .SS Configuration details To configure HP Smart Array controllers, diff --git a/man4/st.4 b/man4/st.4 index c1bbaa130..0eed79a88 100644 --- a/man4/st.4 +++ b/man4/st.4 @@ -491,7 +491,6 @@ If this option is false and the drive uses a fixed block size, then all write operations must be for a multiple of the block size. This option must be set false to write reliable multivolume archives. .TP -.TP .BR MT_ST_ASYNC_WRITES " (Default: true)" When this option is true, write operations return immediately without waiting for the data to be transferred to the drive if the data fits diff --git a/man5/acct.5 b/man5/acct.5 index c14692b30..a0e1faa66 100644 --- a/man5/acct.5 +++ b/man5/acct.5 @@ -142,7 +142,6 @@ struct acct_v3 { comp_t ac_swaps; /* Number of swaps (unused) */ char ac_comm[ACCT_COMM]; /* Command name */ }; - .fi .in .SH VERSIONS diff --git a/man5/gai.conf.5 b/man5/gai.conf.5 index 8f1206f30..d1badaca2 100644 --- a/man5/gai.conf.5 +++ b/man5/gai.conf.5 @@ -87,7 +87,6 @@ precedence 2002::/16 30 precedence ::/96 20 precedence ::ffff:0:0/96 10 .fi - .\" .SH AUTHOR .\" Ulrich Drepper .\" diff --git a/man5/nss.5 b/man5/nss.5 index 8fc524b80..9486a7ea2 100644 --- a/man5/nss.5 +++ b/man5/nss.5 @@ -104,7 +104,6 @@ The default configuration corresponds to the following configuration file: NETID_AUTHORITATIVE=FALSE SERVICES_AUTHORITATIVE=FALSE SETENT_BATCH_READ=FALSE - .\" .SH AUTHOR .\" Ulrich Drepper .\" diff --git a/man5/proc.5 b/man5/proc.5 index 91a5a1cbd..c5cf2023d 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -1954,7 +1954,6 @@ set), and finally removed altogether since Linux 2.6.17. .\" .TP .\" .IR /proc/sched_debug " (since Linux 2.6.23)" .\" See also /proc/[pid]/sched - .TP .IR /proc/profile " (since Linux 2.4)" This file is present only if the kernel was booted with the @@ -1967,7 +1966,6 @@ on some architectures, writing a binary integer "profiling multiplier" of size .IR sizeof(int) resets the profiling interrupt frequency. - .TP .I /proc/scsi A directory with the diff --git a/man7/ip.7 b/man7/ip.7 index 947d70e79..ebb5a69aa 100644 --- a/man7/ip.7 +++ b/man7/ip.7 @@ -464,7 +464,6 @@ and by writing (respectively, zero and nonzero values) to the .I /proc/sys/net/ipv4/ip_no_pmtu_disc file. - .TS tab(:); c l diff --git a/man7/koi8-r.7 b/man7/koi8-r.7 index d588144df..627441908 100644 --- a/man7/koi8-r.7 +++ b/man7/koi8-r.7 @@ -185,7 +185,6 @@ _ 375 253 FD ý CYRILLIC CAPITAL LETTER SHCHA 376 254 FE þ CYRILLIC CAPITAL LETTER CHE 377 255 FF ÿ CYRILLIC CAPITAL LETTER HARD SIGN - .TE .SH SEE ALSO .BR ascii (7), diff --git a/man7/netdevice.7 b/man7/netdevice.7 index 8a3a21fe4..2b8f10e03 100644 --- a/man7/netdevice.7 +++ b/man7/netdevice.7 @@ -122,7 +122,6 @@ 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 Setting the active flag word is a privileged operation, but any diff --git a/man7/netlink.7 b/man7/netlink.7 index abf4a31dd..de955e497 100644 --- a/man7/netlink.7 +++ b/man7/netlink.7 @@ -211,7 +211,6 @@ Note that requires the .B CAP_NET_ADMIN capability or an effective UID of 0. - .na .TS tab(:); diff --git a/man8/ld.so.8 b/man8/ld.so.8 index 8cc13c838..593c3171d 100644 --- a/man8/ld.so.8 +++ b/man8/ld.so.8 @@ -169,7 +169,6 @@ flush, muldiv, stbar, swap, ultra3, v9, v9v, v9v2 dfp, eimm, esan3, etf3enh, g5, highgprs, hpage, ldisp, msa, stfle, z900, z990, z9-109, z10, zarch .TP -.TP .B x86 (32-bit only) acpi, apic, clflush, cmov, cx8, dts, fxsr, ht, i386, i486, i586, i686, mca, mmx, mtrr, pat, pbe, pge, pn, pse36, sep, ss, sse, sse2, tm