Various pages: Consistently use '*argv[]'
commitaa1f53ccf9d973098e4ce4b90461cb7a241bfdba
authorThomas Voss <thomasavoss@protonmail.com>
Wed, 28 Jul 2021 20:19:44 +0000 (28 22:19 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 7 Aug 2021 21:34:45 +0000 (7 23:34 +0200)
tree1d9a1d67e4feb068b6cb9f303298ce598c40ce17
parentfbe71b1b79e72be3b9afc44b5d479e7fd84b598a
Various pages: Consistently use '*argv[]'

Scripted change:

$ find man? -type f \
  | sed -i 's/int argc, char \*\*argv/int argc, char \*argv\[\]/';

Signed-off-by: Thomas Voss <thomasavoss@protonmail.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/bpf.2
man2/copy_file_range.2
man2/membarrier.2
man2/perf_event_open.2
man2/seccomp.2
man3/bsearch.3
man3/getopt.3
man3/getsubopt.3
man3/pthread_setname_np.3
man3/wordexp.3
man7/fanotify.7