]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Various pages: srcfix: remove redundant .br
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 31 Dec 2020 08:27:39 +0000 (09:27 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 31 Dec 2020 08:55:48 +0000 (09:55 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
14 files changed:
man3/dirfd.3
man3/ether_aton.3
man3/getentropy.3
man3/posix_madvise.3
man3/posix_memalign.3
man3/pthread_mutex_consistent.3
man3/pthread_mutexattr_setrobust.3
man3/pthread_rwlockattr_setkind_np.3
man3/pthread_spin_init.3
man3/pthread_spin_lock.3
man3/ptsname.3
man3/scandir.3
man3/sigset.3
man3/unlockpt.3

index aba162176219905b3b618ce54ac100543b78b3d4..239c1024077480d6e45b9d4ad87950e283c1a9fc 100644 (file)
@@ -38,7 +38,6 @@ Feature Test Macro Requirements for glibc (see
 .RE
 .PP
 .BR dirfd ():
-.br
 .RS 4
 .PD 0
 .ad l
index 5e6082c0d4bb106c73a8901b8764666d708c3528..cc209abe1153503b9e90fd931e27b1afc7623119 100644 (file)
@@ -48,7 +48,6 @@ ether_ntoa_r, ether_aton_r \- Ethernet address manipulation routines
 .BI "               char *" hostname );
 .PP
 /* GNU extensions */
-.br
 .BI "char *ether_ntoa_r(const struct ether_addr *" addr ", char *" buf );
 .PP
 .BI "struct ether_addr *ether_aton_r(const char *" asc ,
index a2a7a2e68122d1644eec3a11f9529231194113ee..9b0e5fe07950dc2206f7014c488af09aa3c79291 100644 (file)
@@ -36,7 +36,6 @@ Feature Test Macro Requirements for glibc (see
 .RE
 .PP
 .BR getentropy ():
-.br
 .RS 4
 .ad l
 _DEFAULT_SOURCE
index 3fbc24263dbe38d22d6f606843d0d7bc3d26cd61..58abe7ce59adc1005046f9ada1feec11216e8765 100644 (file)
@@ -33,7 +33,6 @@ Feature Test Macro Requirements for glibc (see
 .RE
 .PP
 .BR posix_madvise ():
-.br
 .RS 4
 .ad l
 _POSIX_C_SOURCE >= 200112L
index 4e11c92d62ab12df7ceafb134d8b317b0b854e1f..b107520cca9f1d9782dba31a0e9e49c2395dc4e7 100644 (file)
@@ -65,7 +65,6 @@ Since glibc 2.12:
 (_XOPEN_SOURCE\ >=\ 500) && !(_POSIX_C_SOURCE\ >=\ 200112L)
     || /* Glibc since 2.19: */ _DEFAULT_SOURCE
     || /* Glibc versions <= 2.19: */ _SVID_SOURCE || _BSD_SOURCE
-.br
 .fi
 .TP
 Before glibc 2.12:
index aac3308feeb7264f04a0a932f10c95545b886ecd..eb7400bbf85847c86452471cfdcab367b69c2775 100644 (file)
@@ -41,7 +41,6 @@ Feature Test Macro Requirements for glibc (see
 .RE
 .PP
 .BR pthread_mutex_consistent ():
-.br
 .RS 4
 .ad l
 _POSIX_C_SOURCE >= 200809L
index 8c97d570aea8ee7585510c1deb360f44a28d6d89..cecfb205f5145da1f05ab2c4e9dcfb3b7ea5ac44 100644 (file)
@@ -46,7 +46,6 @@ Feature Test Macro Requirements for glibc (see
 .PP
 .BR pthread_mutexattr_getrobust (),
 .BR pthread_mutexattr_setrobust ():
-.br
 .RS 4
 .ad l
 _POSIX_C_SOURCE >= 200809L
index cdc36bf2cb818dc2675d5f35780419af8d3e153f..28b1aad09bc5e3f8af1531953059e5d81da295ce 100644 (file)
@@ -45,7 +45,6 @@ Feature Test Macro Requirements for glibc (see
 .PP
 .BR pthread_rwlockattr_setkind_np (),
 .BR pthread_rwlockattr_getkind_np ():
-.br
 .RS 4
 .ad l
 _XOPEN_SOURCE\ >=\ 500 || _POSIX_C_SOURCE >= 200809L
index 7a870937626da6d32dfff13bb8fdc48e8555a388..18acfb40259ffd409f2cbb574d429162eb08058e 100644 (file)
@@ -42,7 +42,6 @@ Feature Test Macro Requirements for glibc (see
 .PP
 .BR pthread_spin_init (),
 .BR pthread_spin_destroy ():
-.br
 .RS 4
 .ad l
 _POSIX_C_SOURCE >= 200112L
index 06febb2ebb7b09214fb850b13df86e4f74868a69..a85624d4bc39a9e1c6a9811fecb9b7282376d60c 100644 (file)
@@ -44,7 +44,6 @@ Feature Test Macro Requirements for glibc (see
 .PP
 .BR pthread_spin_lock (),
 .BR pthread_spin_trylock ():
-.br
 .RS 4
 .ad l
 _POSIX_C_SOURCE >= 200112L
index c395f3749f1dbeb23f268ababbbca78f3699be2a..4110a33a90d8ab1bfbe9140ec6ba9f349a2d4391 100644 (file)
@@ -21,7 +21,6 @@ Feature Test Macro Requirements for glibc (see
 .PP
 .ad l
 .BR ptsname ():
-.br
 .RS 4
 Since glibc 2.24:
     _XOPEN_SOURCE\ >=\ 500 ||
index 5faf32b533a87ce389bd8f3bb5e4104cb81099a6..94f3e602780fd787f4279060c03de1d9fe2b2da6 100644 (file)
@@ -95,7 +95,6 @@ Feature Test Macro Requirements for glibc (see
 .PP
 .BR scandir (),
 .BR alphasort ():
-.br
 .RS 4
 .PD 0
 .ad b
index 9d8f5071a0ad8b75d88303904387f6586bc0b580..9075a56dcce6ae4adaef616c15a14e6522c86520 100644 (file)
@@ -48,7 +48,6 @@ Feature Test Macro Requirements for glibc (see
 .BR sighold (),
 .BR sigrelse (),
 .BR sigignore ():
-.br
 .RS 4
 _XOPEN_SOURCE\ >=\ 500
 .\"    || _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
index 5d72b08a06c91c7c79ab84dc61057117716b1611..76f7846a842c02cfe0ede6c1234b7211d991b34b 100644 (file)
@@ -19,7 +19,6 @@ Feature Test Macro Requirements for glibc (see
 .PP
 .ad l
 .BR unlockpt ():
-.br
 .RS 4
 Since glibc 2.24:
     _XOPEN_SOURCE\ >=\ 500 ||