]> git.ipfire.org Git - thirdparty/man-pages.git/commit
man3/, debian/debhelper.in/glibc-doc.links: Move link pages to their place
authorAlejandro Colomar <alx@kernel.org>
Wed, 10 Apr 2024 00:29:29 +0000 (02:29 +0200)
committerAlejandro Colomar <alx@kernel.org>
Wed, 10 Apr 2024 00:29:31 +0000 (02:29 +0200)
commit46ced618e694f981af4b7eaf4d1b2455ff2c1738
tree74c82b702956b6b86a76004fff3c80505ddc5cf8
parent86a6c03aad10326215cbdcb6a6d8429a22805592
man3/, debian/debhelper.in/glibc-doc.links: Move link pages to their place

Scripted change:

$ cat debian/debhelper.in/glibc-doc.links \
| while read l; do \
echo $l \
| awk '{print $1}' \
| sed 's,usr/share/man/,.so ,' \
| sed 's,\.gz,,' \
> "$(echo $l \
| awk '{print $2}' \
| sed 's,usr/share/man/,,' \
| sed 's,\.gz,,')";
done;
$ rm debian/debhelper.in/glibc-doc.links

Link: <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068188>
Link: <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068166>
Link: <https://lore.kernel.org/linux-man/703ec07e-dd2b-bbc6-f1bc-f495e53b764f@gmail.com/T/>
Cc: Marcos Fouces <marcos@debian.org>
Cc: Sven Joachim <svenjoac@gmx.de>
Cc: Bas Couwenberg <sebastic@xs4all.nl>
Cc: Andreas Beckmann <anbe@debian.org>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
17 files changed:
debian/debhelper.in/glibc-doc.links [deleted file]
man3/pthread_cond_broadcast.3 [new file with mode: 0644]
man3/pthread_cond_destroy.3 [new file with mode: 0644]
man3/pthread_cond_signal.3 [new file with mode: 0644]
man3/pthread_cond_timedwait.3 [new file with mode: 0644]
man3/pthread_cond_wait.3 [new file with mode: 0644]
man3/pthread_condattr_destroy.3 [new file with mode: 0644]
man3/pthread_getspecific.3 [new file with mode: 0644]
man3/pthread_key_delete.3 [new file with mode: 0644]
man3/pthread_mutex_destroy.3 [new file with mode: 0644]
man3/pthread_mutex_lock.3 [new file with mode: 0644]
man3/pthread_mutex_trylock.3 [new file with mode: 0644]
man3/pthread_mutex_unlock.3 [new file with mode: 0644]
man3/pthread_mutexattr_getkind_np.3 [new file with mode: 0644]
man3/pthread_mutexattr_gettype.3 [new file with mode: 0644]
man3/pthread_mutexattr_settype.3 [new file with mode: 0644]
man3/pthread_setspecific.3 [new file with mode: 0644]