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/hpsa.4 | |
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/hpsa.4')
-rw-r--r-- | man4/hpsa.4 | 1 |
1 files changed, 0 insertions, 1 deletions
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, |