From 46ced618e694f981af4b7eaf4d1b2455ff2c1738 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Wed, 10 Apr 2024 02:29:29 +0200 Subject: 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: Link: Link: Cc: Marcos Fouces Cc: Sven Joachim Cc: Bas Couwenberg Cc: Andreas Beckmann Signed-off-by: Alejandro Colomar --- debian/debhelper.in/glibc-doc.links | 17 ----------------- man3/pthread_cond_broadcast.3 | 1 + man3/pthread_cond_destroy.3 | 1 + man3/pthread_cond_signal.3 | 1 + man3/pthread_cond_timedwait.3 | 1 + man3/pthread_cond_wait.3 | 1 + man3/pthread_condattr_destroy.3 | 1 + man3/pthread_getspecific.3 | 1 + man3/pthread_key_delete.3 | 1 + man3/pthread_mutex_destroy.3 | 1 + man3/pthread_mutex_lock.3 | 1 + man3/pthread_mutex_trylock.3 | 1 + man3/pthread_mutex_unlock.3 | 1 + man3/pthread_mutexattr_getkind_np.3 | 1 + man3/pthread_mutexattr_gettype.3 | 1 + man3/pthread_mutexattr_settype.3 | 1 + man3/pthread_setspecific.3 | 1 + 17 files changed, 16 insertions(+), 17 deletions(-) delete mode 100644 debian/debhelper.in/glibc-doc.links create mode 100644 man3/pthread_cond_broadcast.3 create mode 100644 man3/pthread_cond_destroy.3 create mode 100644 man3/pthread_cond_signal.3 create mode 100644 man3/pthread_cond_timedwait.3 create mode 100644 man3/pthread_cond_wait.3 create mode 100644 man3/pthread_condattr_destroy.3 create mode 100644 man3/pthread_getspecific.3 create mode 100644 man3/pthread_key_delete.3 create mode 100644 man3/pthread_mutex_destroy.3 create mode 100644 man3/pthread_mutex_lock.3 create mode 100644 man3/pthread_mutex_trylock.3 create mode 100644 man3/pthread_mutex_unlock.3 create mode 100644 man3/pthread_mutexattr_getkind_np.3 create mode 100644 man3/pthread_mutexattr_gettype.3 create mode 100644 man3/pthread_mutexattr_settype.3 create mode 100644 man3/pthread_setspecific.3 diff --git a/debian/debhelper.in/glibc-doc.links b/debian/debhelper.in/glibc-doc.links deleted file mode 100644 index 046c4269a..000000000 --- a/debian/debhelper.in/glibc-doc.links +++ /dev/null @@ -1,17 +0,0 @@ -usr/share/man/man3/pthread_condattr_init.3.gz usr/share/man/man3/pthread_condattr_destroy.3.gz -usr/share/man/man3/pthread_cond_init.3.gz usr/share/man/man3/pthread_cond_signal.3.gz -usr/share/man/man3/pthread_cond_init.3.gz usr/share/man/man3/pthread_cond_broadcast.3.gz -usr/share/man/man3/pthread_cond_init.3.gz usr/share/man/man3/pthread_cond_wait.3.gz -usr/share/man/man3/pthread_cond_init.3.gz usr/share/man/man3/pthread_cond_timedwait.3.gz -usr/share/man/man3/pthread_cond_init.3.gz usr/share/man/man3/pthread_cond_destroy.3.gz -usr/share/man/man3/pthread_key_create.3.gz usr/share/man/man3/pthread_getspecific.3.gz -usr/share/man/man3/pthread_key_create.3.gz usr/share/man/man3/pthread_key_delete.3.gz -usr/share/man/man3/pthread_key_create.3.gz usr/share/man/man3/pthread_setspecific.3.gz -usr/share/man/man3/pthread_mutexattr_init.3.gz usr/share/man/man3/pthread_mutexattr_destroy.3.gz -usr/share/man/man3/pthread_mutexattr_init.3.gz usr/share/man/man3/pthread_mutexattr_settype.3.gz -usr/share/man/man3/pthread_mutexattr_init.3.gz usr/share/man/man3/pthread_mutexattr_gettype.3.gz -usr/share/man/man3/pthread_mutexattr_setkind_np.3.gz usr/share/man/man3/pthread_mutexattr_getkind_np.3.gz -usr/share/man/man3/pthread_mutex_init.3.gz usr/share/man/man3/pthread_mutex_lock.3.gz -usr/share/man/man3/pthread_mutex_init.3.gz usr/share/man/man3/pthread_mutex_trylock.3.gz -usr/share/man/man3/pthread_mutex_init.3.gz usr/share/man/man3/pthread_mutex_unlock.3.gz -usr/share/man/man3/pthread_mutex_init.3.gz usr/share/man/man3/pthread_mutex_destroy.3.gz diff --git a/man3/pthread_cond_broadcast.3 b/man3/pthread_cond_broadcast.3 new file mode 100644 index 000000000..0fe85adc1 --- /dev/null +++ b/man3/pthread_cond_broadcast.3 @@ -0,0 +1 @@ +.so man3/pthread_cond_init.3 diff --git a/man3/pthread_cond_destroy.3 b/man3/pthread_cond_destroy.3 new file mode 100644 index 000000000..0fe85adc1 --- /dev/null +++ b/man3/pthread_cond_destroy.3 @@ -0,0 +1 @@ +.so man3/pthread_cond_init.3 diff --git a/man3/pthread_cond_signal.3 b/man3/pthread_cond_signal.3 new file mode 100644 index 000000000..0fe85adc1 --- /dev/null +++ b/man3/pthread_cond_signal.3 @@ -0,0 +1 @@ +.so man3/pthread_cond_init.3 diff --git a/man3/pthread_cond_timedwait.3 b/man3/pthread_cond_timedwait.3 new file mode 100644 index 000000000..0fe85adc1 --- /dev/null +++ b/man3/pthread_cond_timedwait.3 @@ -0,0 +1 @@ +.so man3/pthread_cond_init.3 diff --git a/man3/pthread_cond_wait.3 b/man3/pthread_cond_wait.3 new file mode 100644 index 000000000..0fe85adc1 --- /dev/null +++ b/man3/pthread_cond_wait.3 @@ -0,0 +1 @@ +.so man3/pthread_cond_init.3 diff --git a/man3/pthread_condattr_destroy.3 b/man3/pthread_condattr_destroy.3 new file mode 100644 index 000000000..ae5c63cd9 --- /dev/null +++ b/man3/pthread_condattr_destroy.3 @@ -0,0 +1 @@ +.so man3/pthread_condattr_init.3 diff --git a/man3/pthread_getspecific.3 b/man3/pthread_getspecific.3 new file mode 100644 index 000000000..307a94752 --- /dev/null +++ b/man3/pthread_getspecific.3 @@ -0,0 +1 @@ +.so man3/pthread_key_create.3 diff --git a/man3/pthread_key_delete.3 b/man3/pthread_key_delete.3 new file mode 100644 index 000000000..307a94752 --- /dev/null +++ b/man3/pthread_key_delete.3 @@ -0,0 +1 @@ +.so man3/pthread_key_create.3 diff --git a/man3/pthread_mutex_destroy.3 b/man3/pthread_mutex_destroy.3 new file mode 100644 index 000000000..1b7eb83b1 --- /dev/null +++ b/man3/pthread_mutex_destroy.3 @@ -0,0 +1 @@ +.so man3/pthread_mutex_init.3 diff --git a/man3/pthread_mutex_lock.3 b/man3/pthread_mutex_lock.3 new file mode 100644 index 000000000..1b7eb83b1 --- /dev/null +++ b/man3/pthread_mutex_lock.3 @@ -0,0 +1 @@ +.so man3/pthread_mutex_init.3 diff --git a/man3/pthread_mutex_trylock.3 b/man3/pthread_mutex_trylock.3 new file mode 100644 index 000000000..1b7eb83b1 --- /dev/null +++ b/man3/pthread_mutex_trylock.3 @@ -0,0 +1 @@ +.so man3/pthread_mutex_init.3 diff --git a/man3/pthread_mutex_unlock.3 b/man3/pthread_mutex_unlock.3 new file mode 100644 index 000000000..1b7eb83b1 --- /dev/null +++ b/man3/pthread_mutex_unlock.3 @@ -0,0 +1 @@ +.so man3/pthread_mutex_init.3 diff --git a/man3/pthread_mutexattr_getkind_np.3 b/man3/pthread_mutexattr_getkind_np.3 new file mode 100644 index 000000000..af2ab9681 --- /dev/null +++ b/man3/pthread_mutexattr_getkind_np.3 @@ -0,0 +1 @@ +.so man3/pthread_mutexattr_setkind_np.3 diff --git a/man3/pthread_mutexattr_gettype.3 b/man3/pthread_mutexattr_gettype.3 new file mode 100644 index 000000000..eadaa9b83 --- /dev/null +++ b/man3/pthread_mutexattr_gettype.3 @@ -0,0 +1 @@ +.so man3/pthread_mutexattr_init.3 diff --git a/man3/pthread_mutexattr_settype.3 b/man3/pthread_mutexattr_settype.3 new file mode 100644 index 000000000..eadaa9b83 --- /dev/null +++ b/man3/pthread_mutexattr_settype.3 @@ -0,0 +1 @@ +.so man3/pthread_mutexattr_init.3 diff --git a/man3/pthread_setspecific.3 b/man3/pthread_setspecific.3 new file mode 100644 index 000000000..307a94752 --- /dev/null +++ b/man3/pthread_setspecific.3 @@ -0,0 +1 @@ +.so man3/pthread_key_create.3 -- cgit v1.2.3