diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-02-25 07:05:55 +0100 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-02-25 07:05:55 +0100 |
commit | 7fc9de91dd63488912e3271f88f9864c70d6dd30 (patch) | |
tree | e63fb7b46181ab4d772dca60baa8002a8b3432c3 /man4 | |
parent | 71af708ffd8e77e9d4c0c0a1e77f733b70004b87 (diff) |
fsync.2, getcpu.2, io_getevents.2, kcmp.2, killpg.2, outb.2, perf_event_open.2, setns.2, getaddrinfo_a.3, makedev.3, mcheck.3, perror.3, posix_memalign.3, xdr.3, cciss.4, fd.4, hpsa.4, st.4, acct.5, gai.conf.5, nss.5, proc.5, ip.7, koi8-r.7, netdevice.7, netlink.7, ld.so.8: Remove double blank lines in output
Found using this script from Denys Vlasenko (with some mods
by mtk):
find man? -type f -name '*.[123456789]' -size +200c | sort \
| while read name; do
m1="`man $name | tail -n +5 | head -n-1`"
m2="`
printf "%s\n" "$m1" \
| tr $'\n' '@' \
| sed 's/@@@/@@HERE>>>>@/g' \
| tr '@' $'\n' \
| sed 's/^/\t/' \
| sed 's/^\tHERE>>>>/ HERE>>>>/' \
| grep -C2 -e $'^[^\t]' \
| sed 's/^\t$//'
`"
test "$m2" || continue
printf "%s\n%s\n" "${name#./}" "$m2"
done
Reported-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man4')
-rw-r--r-- | man4/cciss.4 | 2 | ||||
-rw-r--r-- | man4/fd.4 | 1 | ||||
-rw-r--r-- | man4/hpsa.4 | 1 | ||||
-rw-r--r-- | man4/st.4 | 1 |
4 files changed, 0 insertions, 5 deletions
diff --git a/man4/cciss.4 b/man4/cciss.4 index 1e2e5bee..a76301fb 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 @@ -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 967acb11..9e201230 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, @@ -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 |