headers: Some trivial fixes for some documentation typos
commit6faf38313e5f313cbcfe5c78af1dd310131798d2
authorMads Kiilerich <mads@kiilerich.com>
Fri, 11 Dec 2009 15:20:31 +0000 (11 16:20 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 5 Jan 2010 20:27:33 +0000 (5 21:27 +0100)
tree763963d6d62252b5a7ec345752e3f36e08b71471
parent0e47065fe5a410bcb7c367c23fc4d99b71fd82b2
headers: Some trivial fixes for some documentation typos

Note also the willneed/will_need inconsistency. I guess it could be nice to ASAP
choose one of them and introduce a backward compatibility hack for the other.

The issues was mostly found with:
for a in $(grep -r '^[ /]\*.*()' $(
find -name '*.[ch]') |
sed 's,^.* \([^ ]*\)().*$,\1,g' |
sort |
uniq |
grep ^pa_)
do
grep -rq "^.[^*].*\<$a(" $(find * -name '*.h') || echo $a
done
src/pulse/def.h
src/pulse/introspect.h
src/pulse/proplist.h
src/pulse/simple.h
src/pulse/stream.h
src/pulse/volume.h
src/pulsecore/asyncq.h
src/pulsecore/aupdate.h
src/pulsecore/memblockq.h