diff options
| author | Alejandro Colomar <alx@kernel.org> | 2023-08-13 18:11:42 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2023-08-13 21:39:05 +0200 |
| commit | 5bbe27b8b01b9d830e7be8d7b87997eadfd2cc41 (patch) | |
| tree | 181a148efc4606a28b88b1ce18264959060ba237 /man3/stdio_ext.3 | |
| parent | 6d95f767b76ecfa61eae14e53fae90f41f0b1c57 (diff) | |
| download | man-pages-5bbe27b8b01b9d830e7be8d7b87997eadfd2cc41.tar.gz | |
man*/: Remove .sp 1 calls right before SH or PP
Scripted patch:
$ grep -rl '^\.sp ' man* | xargs sed -z -i 's/\n\.TE\n\.sp 1\n\.SH/\n.TE\n.SH/'
$ grep -rl '^\.sp ' man* | xargs sed -z -i 's/\n\.TE\n\.sp 1\n\.PP/\n.TE\n.PP/'
plus a few other cases where roff(7) comments made it more complex.
This was a workaround for some groff-1.22.4 bug, but it has been fixed
in groff-1.23.0.
Link: <https://savannah.gnu.org/bugs/index.php?49390>
Cc: "G. Branden Robinson" <g.branden.robinson@gmail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man3/stdio_ext.3')
| -rw-r--r-- | man3/stdio_ext.3 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/man3/stdio_ext.3 b/man3/stdio_ext.3 index d483d7597f..f5b63a8294 100644 --- a/man3/stdio_ext.3 +++ b/man3/stdio_ext.3 @@ -132,7 +132,6 @@ T{ .BR _flushlbf () T} Thread safety MT-Safe .TE -.sp 1 .SH SEE ALSO .BR flockfile (3), .BR fpurge (3) |
