From: Bruno Haible Date: Sun, 22 Nov 2020 17:18:17 +0000 (+0100) Subject: doc: Add references to the LSB. X-Git-Tag: v1.0~3478 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=a9a90f53b8c89a27dac2a925f233ed6290937963;p=gnulib.git doc: Add references to the LSB. --- diff --git a/doc/glibc-functions/pthread_rwlockattr_getkind_np.texi b/doc/glibc-functions/pthread_rwlockattr_getkind_np.texi index d5499bd012..594fbd7b6d 100644 --- a/doc/glibc-functions/pthread_rwlockattr_getkind_np.texi +++ b/doc/glibc-functions/pthread_rwlockattr_getkind_np.texi @@ -2,6 +2,8 @@ @subsection @code{pthread_rwlockattr_getkind_np} @findex pthread_rwlockattr_getkind_np +LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-pthread-rwlockattr-getkind-np-1.html} + Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pthread_rwlockattr_getkind_np.3.html,,man pthread_rwlockattr_getkind_np} Gnulib module: --- diff --git a/doc/glibc-functions/pthread_rwlockattr_setkind_np.texi b/doc/glibc-functions/pthread_rwlockattr_setkind_np.texi index 5ff7e7003c..4ef212baae 100644 --- a/doc/glibc-functions/pthread_rwlockattr_setkind_np.texi +++ b/doc/glibc-functions/pthread_rwlockattr_setkind_np.texi @@ -2,6 +2,8 @@ @subsection @code{pthread_rwlockattr_setkind_np} @findex pthread_rwlockattr_setkind_np +LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-pthread-rwlockattr-getkind-np-1.html} + Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pthread_rwlockattr_setkind_np.3.html,,man pthread_rwlockattr_setkind_np} Gnulib module: ---